Jump to content

[solved] Strange problem with modules page between servers.


Recommended Posts

Hey Everyone.

 

I've recently upgraded two Prestashop sites from previous versions to 1.4.10.0. After initial problems I was able to upgrade these sites successfully on the development server.

 

When I moved the site back to production something seems to have broken. When I go to the modules page nothing comes up except for the header. (See attached image).

 

As far as I can tell the only difference between the two installations is that the database server points to a different host. otherwise the database and file system are identical.

 

 

Has anyone seen this before or has any insights into what may have caused this?

 

Any suggestions will be greatly received.

 

Thanks

Russ

post-484127-0-28694500-1366162226_thumb.png

Link to comment
Share on other sites

Hi

 

Go to your config folder and open defines.inc.php.

 

In that file, enable debug mode:

 

Change this (located at line 28)

define('_PS_MODE_DEV_', false);

To this:

define('_PS_MODE_DEV_', true);

 

Now reload the page and it should produce some errors which you can post here.

Link to comment
Share on other sites

Thanks for the suggestion... I found the following errors afterwards....

 

 

 

[22-Apr-2013 11:37:38 Australia/Sydney] PHP Fatal error: Class GridExtJS contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (ModuleGridEngineCore::setLimit) in /mnt/Target01/339393/694884/www.recumbent.net.au/web/content/modules/gridextjs/gridextjs.php on line 14

[22-Apr-2013 11:38:13 Australia/Sydney] PHP Fatal error: Class GridExtJS contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (ModuleGridEngineCore::setLimit) in /mnt/Target01/339393/694884/www.recumbent.net.au/web/content/modules/gridextjs/gridextjs.php on line 14

Link to comment
Share on other sites

Cool that seams to have worked... Does anyone know what the "gridextjs" module is supposed todo? And what may now be broken that it's been disabled?

 

I thing gridextjs use in prestashop stats in BO, if you still need this module just download original PS installation at this link http://www.prestashop.com/en/developers-versions

Of course you need to download a same version with your site use.

 

After download it, ftp only new gridextjs module to your /modules folder in the server.

 

Note: don't forget to backup first :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...