Jump to content

modules in the module page does not load up at all


Recommended Posts

Hi

Thanks


tab=AdminStores&token=16fc15392064782a2e77ca6898a2f627">StoresLog




[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
separator_breadcrum.png

Modules
Link to comment
Share on other sites

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

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 exists

any advice is greatly appreciated

Thanks again.

44100_0TPr78SmGpYxQRRXfxeH_t

Link to comment
Share on other sites

  • 1 month later...

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

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

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

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...