gavz Posted May 26, 2014 Share Posted May 26, 2014 Hi there, After a failed 1-Click Upggrade from PS V1.4.2.5 to V1.6.0, I restored the local backup of my store files & my hosting provider's backup of my database. But now my Payment & Modules tabs are not loading. They're blank? I've already tried updating the "post_max_size" in the php5.ini file, but it didn't make a difference. Any advice would be much appreciated. Thank you Link to comment Share on other sites More sharing options...
bellini13 Posted May 26, 2014 Share Posted May 26, 2014 Did you also restore the database? Link to comment Share on other sites More sharing options...
gavz Posted May 26, 2014 Author Share Posted May 26, 2014 Yes I did restore the database, thank you Link to comment Share on other sites More sharing options...
bellini13 Posted May 26, 2014 Share Posted May 26, 2014 edit your config/config.inc.php file and change display_errors parameter to 'on'. Instead of a blank white page, you should see an error, let us know what that is FROM @ini_set('display_errors', 'off'); TO @ini_set('display_errors', 'on'); Link to comment Share on other sites More sharing options...
gavz Posted May 27, 2014 Author Share Posted May 27, 2014 I displayed errors & PS was requesting the file "classes/menutoplinks.class.php". This file was not part of my backup or original PS files. After acquiring the file & uploading it to my FTP it fixed the problem. But now when I upload product images, PS tells me "Update successful", although the new image does not show. When I display errors there is is no error? Link to comment Share on other sites More sharing options...
bellini13 Posted May 27, 2014 Share Posted May 27, 2014 Uploading images uses a technique called "ajax", so there may be an error occurring that you just do not see. You should try to review your error_log file to see if there are errors being reported there, or you may need to further debug the ajax functions to catch the error, if it is being returned. Link to comment Share on other sites More sharing options...
gavz Posted May 28, 2014 Author Share Posted May 28, 2014 I've enabled Error Logs. I have to wait of them to be available. Is it best to show you the result here? 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