Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Product information page blank


Guest

Recommended Posts

I have had my site up and running for a long time.. now i have the product information page does not show up.

 

I click on a product from the index and and the product info is blank.

 

os in the product info page I put in this code error_reporting(0);

 

to find php errors.. and still blank

my site is herasonlinemarket.com

 

can anyone help me.. I have a lot of add-ons and hate to start over.

noppie

Link to comment
Share on other sites

I have had my site up and running for a long time.. now i have the product information page does not show up.

 

I click on a product from the index and and the product info is blank.

 

os in the product info page I put in this code error_reporting(0);

i also put that code in the index page and no errors poped up.

please help.

 

to find php errors.. and still blank

my site is herasonlinemarket.com

 

can anyone help me.. I have a lot of add-ons and hate to start over.

noppie

Link to comment
Share on other sites

I put that code in the product_info.php

and the index.php page and nothing.

the index is normai.

and when I click on the categories show up.

put when i click on the product for more information the page is still blank even with that code in the file.

any ideas.. this is so frustrating.

naomi

 

 

 

try this code instead to show errors, place it just above the call for application top

 

 

 

 

ini_set('display_errors',1);

error_reporting(E_ALL);

 

 

 

 

 

Nic

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...