russgrue Posted April 17, 2013 Share Posted April 17, 2013 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 Link to comment Share on other sites More sharing options...
Carlsen Posted April 20, 2013 Share Posted April 20, 2013 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 More sharing options...
russgrue Posted April 22, 2013 Author Share Posted April 22, 2013 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 More sharing options...
viemonsta Posted April 22, 2013 Share Posted April 22, 2013 Hi, have you try deactive your gridextjs module? maybe gridextjs module is not compatible with your current version. After deactive gridextjs module reload your site and see if error still show up. Link to comment Share on other sites More sharing options...
russgrue Posted April 22, 2013 Author Share Posted April 22, 2013 How do I disable a module if the module page doesn't load? Link to comment Share on other sites More sharing options...
viemonsta Posted April 23, 2013 Share Posted April 23, 2013 How do I disable a module if the module page doesn't load? Just delate it or move it from your /modules folder in your server. Link to comment Share on other sites More sharing options...
russgrue Posted April 23, 2013 Author Share Posted April 23, 2013 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? Link to comment Share on other sites More sharing options...
viemonsta Posted April 23, 2013 Share Posted April 23, 2013 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 More sharing options...
vekia Posted April 23, 2013 Share Posted April 23, 2013 grid module is for statistics in your back office i marked thread as solved regards Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now