Jump to content

wheres my Modules gone?


Recommended Posts

Okay so in the admin if I click on the modules tabs there's are no modules showing, they only show if I click on postion, I am logged in as admin its still showing under tools-tabs, it was working last night, and it wont show in google chrome or IE??

any other suggestions???

Link to comment
Share on other sites

There must be a PHP error in a module. Check your PHP errorlog or edit config/config.inc.php and temporarily change 'display_errors' from 'off' to 'on' to see an error message on the Modules tab. Post the error message here.

Link to comment
Share on other sites

I can't explain it any easier. Edit config/config.inc.php and change the value of 'display_errors' at the top from 'off' to 'on', then go to your Modules tab to see an error message. Paste the error message in a post here.

Link to comment
Share on other sites

You should be getting an error message if you modified config.inc.php correctly. If you can't get an error message, I can't pinpoint which module is causing the problem. In that case, you'll need to delete all the modules off your server and upload them one-by-one until the blank screen returns. Then you'll know that it was the last module that you uploaded that has the error and you can delete just that module off your server and upload the remaining modules. Post which module is causing the problem here.

Link to comment
Share on other sites

this is my output :

Warning: scandir() [function.scandir]: SAFE MODE Restriction in effect. The script whose uid is 672 is not allowed to access /var/www/vhosts/monstru.org/httpdocs/modules/ owned by uid 0 in /var/www/vhosts/monstru.org/httpdocs/classes/Module.php on line 342

Warning: scandir(/var/www/vhosts/monstru.org/httpdocs/modules/) [function.scandir]: failed to open dir: Success in /var/www/vhosts/monstru.org/httpdocs/classes/Module.php on line 342

Warning: scandir() [function.scandir]: (errno 0): Success in /var/www/vhosts/monstru.org/httpdocs/classes/Module.php on line 342

Warning: Invalid argument supplied for foreach() in /var/www/vhosts/monstru.org/httpdocs/classes/Module.php on line 343

Link to comment
Share on other sites

ta I have fixed mine now, I did as you said above and the error showed (a module I tried to install didnt have the files) I have fixed this now and its working great, one again appreciate rockys help!

Link to comment
Share on other sites

  • 6 months later...
  • 3 months later...

i got same problem..
i'm using prestashop 1.4
when i changed 'display error' - to 'on'..i it display this error:

Fatal error: Class GridExtJS contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (ModuleGridEngineCore::setLimit) in /home/geeocpow/public_html/presta14/classes/Module.php(408) : eval()'d code on line 16


any suggestion?

Link to comment
Share on other sites

I think there is some module caused the error. I can not tell which one from the message.

It might be time consuming, you can remove all modules from modules folder first.
then put it one by one(by half of the rest), to identify the one cause problem.

another way is go into Module.php file to add a line to print out the module name before line 408, so you will see which module causes the problem.

Link to comment
Share on other sites

  • 5 weeks later...
  • 1 month later...

The reason this happens is because the gridextjs module no longer exists in PrestaShop v1.4. If you've upgraded from an older version of PrestaShop, you need to delete the modules/gridextjs directory off your server.

Link to comment
Share on other sites

  • 1 year later...

I can't explain it any easier. Edit config/config.inc.php and change the value of 'display_errors' at the top from 'off' to 'on', then go to your Modules tab to see an error message. Paste the error message in a post here.

I click a thumbnail then the product image is gone, I click it's link and I get a 404 page. After editing config/config.inc.php and changing the value to 'on' This error message appears here:

 

Warning

: Missing argument 1 for Smarty_Internal_Data::assign(), called in /home/bajudito/public_html/modules/tabfbcomment/tabfbcomment.php on line 64 and defined in

/home/bajudito/public_html/tools/smarty/sysplugins/smarty_internal_data.php

on line

28

 

Warning

: Missing argument 1 for Smarty_Internal_Data::assign(), called in /home/bajudito/public_html/modules/tabfbcomment/tabfbcomment.php on line 71 and defined in

/home/bajudito/public_html/tools/smarty/sysplugins/smarty_internal_data.php

on line

28

 

What has happened?

Edited by yusufzulkarnain (see edit history)
Link to comment
Share on other sites

  • 6 months later...

Warning: require(/home/content/20/9732820/html/modules/themeinstallator/backward_compatibility/backward.php) [function.require]: failed to open stream: No such file or directory in /home/content/20/9732820/html/modules/themeinstallator/themeinstallator.php on line 94

 

Fatal error: require() [function.require]: Failed opening required '/home/content/20/9732820/html/modules/themeinstallator/backward_compatibility/backward.php' (include_path='.:/usr/local/php5_3/lib/php') in /home/content/20/9732820/html/modules/themeinstallator/themeinstallator.php on line 94

 

 

Same issue but this is what I get... Anybody know what this means?? LOL 1.4.9 btw.. need to get it fixed good enough to update to 1.5.3 I'm using that on my other site and its leaps and bounds better

Edited by carlsonauto (see edit history)
Link to comment
Share on other sites

Never mind.. Upon further investigation I think filezilla took a nap half way through transferring the modules folder.. At least i think thats what happened, half the files are non-existant on the server. Re-uploading the backup file now.... I'm guessing it will take care of the issue...

Link to comment
Share on other sites

×
×
  • Create New...