dinohaven Posted September 6, 2011 Posted September 6, 2011 Hello...I am trying to add products to my site, using OSCommerce 2.1 and when I click on the Catalog link, I am coming up with a blank screen....like NOTHING...it is really weird...all my other links seem to work fine...Order, etc....also, the site is functioning fine also...it appears to only be when I click on that Catalog page...does anyone have any suggestions as to why this would occur? I am needing to add some products for this holiday season and am at a loss on how to handle it at the moment. Thanks in advance! Chris
FIMBLE Posted September 6, 2011 Posted September 6, 2011 Hi Chris It could be your host has error reporting set to silent, which mean all you are going to get is that blank page. You can look at your error logs to see where the problem lies, if you do not have access to these then add the following to the top of the catalog pahe and it should force errors to show. ini_set('display_errors',1); error_reporting(E_ALL); Add within the opening set of <?PHP ?> tags Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
Recommended Posts
Archived
This topic is now archived and is closed to further replies.