CraigDS85 Posted January 11, 2013 Posted January 11, 2013 I have had a working store for a while now and recently had Google Checkout module installed. However for some reason when I try to edit/add a product in the admin area the page does not fully load. It displays the top half of the page and allows me to scroll a little, but then just stops and doesn't show the rest of the content. Does anyone know of this happening before and a cause/fix? Thanks
Guest Posted January 11, 2013 Posted January 11, 2013 @@CraigDS85 I can say that it in most probability has nothing to do with the Google Checkout installation. Check your code on the categories.php file for errors. Chris
Bob Terveuren Posted January 12, 2013 Posted January 12, 2013 Hi Something is borking as the page loads - look at the last thing you can see and then find the code that displays that in the admin/categories.php file - the next chunk of code is where the error is being thrown. You could also try and get the error to display - try adding this into the code for admin/categories.php near the top after the call to application_top require('includes/application_top.php'); //add error reporting error_reporting(E_ALL); ini_set('display_errors', '1'); //end
♥14steve14 Posted January 12, 2013 Posted January 12, 2013 Telling people your website url might be a big help as they can then see what is happening. REMEMBER BACKUP, BACKUP AND BACKUP
Recommended Posts
Archived
This topic is now archived and is closed to further replies.