Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Broken images still being shown


striker754

Recommended Posts

Posted

Check the database table for products and see if in the image field you have the word Array in there.

 

If so ... make it go away and so will the problem ... :shock:

Posted

YOu mean actually look in the my_sql database?

 

in my admin interface, i have products image field, and below it in plain text it says array

Posted

Makes one suspect that you would find in the products table in the products_image field the word Array ...

 

Now you and I both know this is not a real image file ... too bad php does not know that ... :shock:

 

Go edit your products table via phpMyAdmin and where you see the products_image field filled in with the word Array, delete that ... and the magic will occure ... no more broken images, because now the products_image field is really blank so the broken images will not show as you defined it that way in the Admin. :D

Archived

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

×
×
  • Create New...