eorr Posted September 30, 2009 Posted September 30, 2009 I've searched to find a solution but can't find anything. The problem is I installed the Individual Product Shipping Prices module but couldn't get it working correctly, so I uninstalled it and went back to using per item shipping. Now when I click on a product I get a blank page. I can add products to my shopping cart from the new products page, but I can't get to individual product pages. I tried adding this to my product_info.php file, but I'm still getting blank pages: ini_set('display_errors', 'On'); error_reporting(4096); Is this the right file or is there somewhere else I should be looking? Thanks for any help.
♥ecartz Posted October 2, 2009 Posted October 2, 2009 Are you doing the ini_set before the require of includes/application_top.php? That's where you would want to do it. You shouldn't have to change the error reporting, as osCommerce sets that. If you do change it, you might want to use E_ALL rather than 4096. Always back up before making changes.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.