aga63 Posted April 28, 2011 Share Posted April 28, 2011 HiThe modules in the module page do not load up at all. Please have a look at the attached file.Any suggestions to solving this problem? Link to comment Share on other sites More sharing options...
breakerh Posted April 28, 2011 Share Posted April 28, 2011 Did you tweak any php file or tpl file when this happend?Because you have an php error in your file. So your page can't load further.Is this only with your modules in the BO?gr Link to comment Share on other sites More sharing options...
aga63 Posted April 28, 2011 Author Share Posted April 28, 2011 HiThanks alot, which file has the error? i have not played around with anything.The payment page is also like that aswell. any ideas on what it could be? Link to comment Share on other sites More sharing options...
breakerh Posted April 28, 2011 Share Posted April 28, 2011 hiok can you look into the html-source on that page and copy the last few lines in here?It'll make it a bit more easier.gr Link to comment Share on other sites More sharing options...
aga63 Posted April 28, 2011 Author Share Posted April 28, 2011 Hi Thankstab=AdminStores&token=16fc15392064782a2e77ca6898a2f627">StoresLog Positions Menu Modules & Themes Catalog My Account Themes [removed] $(function() { $.ajax({ type: 'POST', url: 'ajax.php', data: 'helpAccess=1&item=AdminModules&isoUser=en&country=TR&version=1.4.1.0', async : true, success: function(msg) { $("#help-button").html(msg); $("#help-button").fadeIn("slow"); } }); });[removed] Back Office Modules Link to comment Share on other sites More sharing options...
aga63 Posted April 28, 2011 Author Share Posted April 28, 2011 please see attached Link to comment Share on other sites More sharing options...
breakerh Posted April 28, 2011 Share Posted April 28, 2011 your error is in admin(your admin dir)/tabs/AdminModules.phpOnly what the error causes... i dont have a clue..do you know how you can turn on error reporting?(so you can see errors?)gr Link to comment Share on other sites More sharing options...
aga63 Posted April 28, 2011 Author Share Posted April 28, 2011 i just copied the file from the svn and replaced it with the one on the server and still no difference Link to comment Share on other sites More sharing options...
breakerh Posted April 28, 2011 Share Posted April 28, 2011 That's very very strange..Somewhere in the file an error is made. But how and why. i dont know.Do you run your own WAMP server? or are you settled by a host? Link to comment Share on other sites More sharing options...
aga63 Posted April 28, 2011 Author Share Posted April 28, 2011 that can't be because i just replaced the current file with a new one from the svn and it was double the size of the previous one on the server.my server is hosted by arvixe. and i used softacolous to upgrade to v1.4 then v1.4.1 i cannot remember how the problem began. i have restored my server to a previous version and the database but that did not solve the problem so i had to restore back to v1.4.1 Link to comment Share on other sites More sharing options...
aga63 Posted April 29, 2011 Author Share Posted April 29, 2011 Hi,I have attached another screen shot of the coding for the modules page. This is after i have copied the new file from the svn.What do you recommend I do? because the modules appear on the front page but they do not work. a basic example is the faq's module you can see it on the website when you visit it but when you click on the page and try to open the faq's they do not respond and work.I have upgraded to v1.4.2.5 and the problem still existsany advice is greatly appreciatedThanks again. Link to comment Share on other sites More sharing options...
rocky Posted June 6, 2011 Share Posted June 6, 2011 It's probably an incompatible module. Edit config/config.inc.php and temporarily change 'display_errors' from 'off' to 'on' to get an error message on the Modules tab that will help you figure out which module. Link to comment Share on other sites More sharing options...
aga63 Posted June 6, 2011 Author Share Posted June 6, 2011 hi,thank you for your help, i got this error; how can i solve this?Fatal error: Class GridExtJS contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (ModuleGridEngineCore::setLimit) in /home/aga63/public_html/classes/Module.php(547) : eval()'d code on line 16 Link to comment Share on other sites More sharing options...
rocky Posted June 6, 2011 Share Posted June 6, 2011 This is a very common problem. The reason it happens is because the module gridextjs was deleted in PrestaShop v1.4, but the upgrade instructions only tell you to overwrite your modules with the new ones, not to delete modules that no longer exist. You should delete the modules/gridextjs directory off your server. 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