Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Product details pages not fully loading in Admin


CraigDS85

Recommended Posts

Posted

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

Posted

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

Posted

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

Posted

Telling people your website url might be a big help as they can then see what is happening.

REMEMBER BACKUP, BACKUP AND BACKUP

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...