Jump to content

[SOLVED] Module Problem in admin area (MAMP)


Recommended Posts

Hi guys, I'm wondering if you can help.

 

Running the latest version of presta on MAMP.

 

I've been making my own template for Prestashop and all of a sudden I cannot access the modules in the admin area.

 

Everything is displaying fine in the store front and I'm happily editing the CSS files etc.

 

Trouble is I cant do anything with the modules now.

 

The attached image is the only thing I get when I open the modules page...

 

This is the second time this has happened to me. The last time I just reinstalled presta and it sorted out the problem but I've spend too much time building up products etc and don't really want to start again.

 

Any help would be greatly apprecaited.

 

Thanks!

post-364251-0-96058800-1337862730_thumb.png

Link to comment
Share on other sites

looks as though one of the modules (at ps load time) is taking an error. Try this:

in config/config.inc.php

change

@ini_set('display_errors', 'off');

to

@ini_set('display_errors', 'on');

 

then visit the modules tab again, you should see an error message

Link to comment
Share on other sites

Hi, Thanks for the help Elpatron!

 

It pulled back the following error 'Fatal error: Cannot redeclare class HelperFn in /Applications/MAMP/htdocs/prestashop/modules/shipwire/HelperFn.php on line 3'

 

I've deleted the module and the problem has gone! Is this module required/important?

 

thanks again

Link to comment
Share on other sites

Hi Durkin,

Shipwire is a great ecommerce order fulfillment service that helps you streamline your shipping, but if you do not intend to use it, you do not need to keep it on your site if it is causing issues. However, because it is a great module that may be of help to you in the future, I've attached the latest version of the module in hopes that it will not cause you the issue going forward.

 

shipwire.zip

 

I hope this helps.

 

-Mike

Link to comment
Share on other sites

  • 2 months later...
  • 4 weeks later...
×
×
  • Create New...