Jump to content

[solved] Upgraded to 1.5.3.1 but back office payment tab inaccessible


Recommended Posts

when i click the payment sub menu under module tab, it came out this error.

 

 

The website encountered an error while retrieving http://www.xxxxxxxx....9afc6a709d5f7d9. It may be down for maintenance or configured incorrectly.

Here are some suggestions:

HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfill the

Any suggestion?

  • Like 1
Link to comment
Share on other sites

  • 2 months later...
  • 2 months later...

error log:

[Mon Jun 10 12:47:24 2013] [error] [client 213.160.185.26] PHP Fatal error: Call to a member function getAdminLink() on a non-object in /home/mviara/httpd/eshop.smokeria.sk/root/classes/module/Module.php on line 1071, referer:

[Mon Jun 10 12:47:27 2013] [error] [client 213.160.185.26] PHP Fatal error: Call to a member function getAdminLink() on a non-object in /home/mviara/httpd/eshop.smokeria.sk/root/classes/module/Module.php on line 1071

[Mon Jun 10 12:47:29 2013] [error] [client 213.160.185.26] PHP Fatal error: Call to a member function getAdminLink() on a non-object in /home/mviara/httpd/eshop.smokeria.sk/root/classes/module/Module.php on line 1071

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

Here are solution written in link

 

Add

 

if (empty(Context::getContext()->link))
Context::getContext()->link = new Link();

 

immediately before line 1071 ($href = Context::getContext()->link->getAdminLink('Module', true).'&module_name=' ..etc)

 

 

 

 

I tired it and it WORKS !!!

Edited by cerkoxxl (see edit history)
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...