Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

OSCid keeps throwing blank pages


gjnave

Recommended Posts

Posted

Having problems with the site returning blank pages… this is the url I get

 

../shopping/product_info.php?cPath=29&products_id=65&osCsid=5b3c341a1ae5585b8cff3e2d91345620

 

however if I remove the osCsid then the page works fine. The same thing happens with the admin pages.

 

I uploaded my pages over an installation of OSCommerce which was given to me… did I mess something up with the versions? Im not sure what version is on the server, or what version I uploaded.

 

Just for more info: I also had to comment out some code in application_top.php (from my local pages) which had to do with register_global because it kept throwing an error - this is the code I commented out:

 if (function_exists('ini_get')) {
  ini_get('register_globals') or exit('What the hell is this message?  It is found in application_top.php and seems to not be able to be removed. This can be enabled in your php.ini configuration file or in the .htaccess file in your catalog directory.');
 }

 

I dont think the above code has anything to do with it, but thought it might be an important clue as to whats happening.

 

Thanks for your help.

Archived

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

×
×
  • Create New...