Jump to content

[SOLVED] dont show modules in admin page


Recommended Posts

after install script in host don't show modules in admin page !!! and receive this Error in modules page

(I don't install a new module)


Warning: scandir() has been disabled for security reasons in .../classes/Module.php on line 342

Warning: Invalid argument supplied for foreach() in .../classes/Module.php on line 343



how can i solve this problem ?


===
I test above all solution but i can`t fix the problem ...
some problem i test all ...
http://www.prestashop.com/forums/viewthread/10756/third_party_modules/modules_are_not_displayed_in_back_office

35359_MRvUVGycjvymsYDl6qTm_t

Link to comment
Share on other sites

Solution for the "scandir disabled" issue

In order to eliminate this error message you need to do ONE of the following things:

* Remove the scandir string from the disable_functions at php.ini file

* Ask your hosting provider to remove the string above if you don't have an access to the php.ini file

* Change hosting provider which allows the running of the scandir function

Link to comment
Share on other sites

×
×
  • Create New...