Jump to content

Unable to Load Modules List page in BackOffice


gowri

Recommended Posts

Hi,

 

Greetings!!! 

 

My prestashop version 1.5.6.1.

In Local Its Working fine

 

When i uploaded that files to server that modules page goes to 404 Page.

Other files are working correctly.

 

In AdminController.php Up to 

$template = $this->createTemplate($this->template);	

here i checked with print_r($template). Its Displaying the list of modules with the array format and other things

But It not fetch the template. i mean the following line is not working

$page = $template->fetch();

When i echo the $page or print_r($page). It goes to Prestashop Front office 404 Page.

 

Please i need to solve the issue as soon as possible

 

Thanks in Advance

 

Gowri...

Edited by gowri (see edit history)
Link to comment
Share on other sites

Hi,

 

Thank you for the reply...

 

Yes, i changed.

 

All other pages are working correctly

 

only the module list is not loading.

and the module permission pages is not loading 

 

 

Thank you 

Link to comment
Share on other sites

This module is purchased from addon.

 

(sorry)

 

I renamed two modules first 

1. Newsletter Pro

2. Affiliate Program

 

After that again i changed the Affiliate program module to original module name

 

Now the newsletter pro module only renamed

 

 

Thank you 

Edited by gowri (see edit history)
Link to comment
Share on other sites

if you see 404 page instead of list of modules, there can be problem with:
1) not enough memory to run this page, so in effect hosting spawns 404 error

2) hosting does not allow to "load" some king of code, so in effect hosting spawns 404 error

 

usually it is a matter of point 1. 

sometimes also to point 2 (if hosting uses too much "security" tweaks)

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