qwerty1234 Posted January 9, 2013 Share Posted January 9, 2013 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: Reload this webpage later. HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfill the Any suggestion? 1 Link to comment Share on other sites More sharing options...
SoulOnFyah Posted January 13, 2013 Share Posted January 13, 2013 I'm having the same issue. I can't seem to figure it out. I imported data from another database into mine and that's when things went a little crazy. Have you tried generating .htacces under the SEO & URL? Link to comment Share on other sites More sharing options...
kangaroobaby Posted March 18, 2013 Share Posted March 18, 2013 same thing happend to my shop 1.5.3.1. The payment tab is empty. nothing showing. Any solutions? Thanks, Link to comment Share on other sites More sharing options...
Since1953 Posted March 22, 2013 Share Posted March 22, 2013 Same Problem as OP. Link to comment Share on other sites More sharing options...
cerovic Posted June 10, 2013 Share Posted June 10, 2013 Same problem. My PS 3.5.1 runs on but few day ago I the admin payment page stops run and I always gets the blank page or internal error 500. What is wrong? Link to comment Share on other sites More sharing options...
vekia Posted June 10, 2013 Share Posted June 10, 2013 PS 3.5.1 ? turn error reporting / check PHP error log and if any error appear - please paste it here Link to comment Share on other sites More sharing options...
cerovic Posted June 10, 2013 Share Posted June 10, 2013 (edited) 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 June 11, 2013 by cerkoxxl (see edit history) Link to comment Share on other sites More sharing options...
cerovic Posted June 11, 2013 Share Posted June 11, 2013 (edited) 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 June 11, 2013 by cerkoxxl (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted June 11, 2013 Share Posted June 11, 2013 many thanks for your link with solutions now i can mark this 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