morbus Posted February 26, 2003 Share Posted February 26, 2003 It has come to my attention that, even though my client DOES NOT enter any image filename into the "Products Images" input on the /admin/ pages, that one gets entered into the database as "Array": mysql> select products_id, products_image from products; +-------------+----------------+ | products_id | products_image | +-------------+----------------+ | 71 | Array | | 70 | Array | Since "Array" is not "", as per this line from products_info.php: if ($product_info_values['products_image'] != '') { I'm getting broken image links on all his products. If he uploads an image to replace "Array", things work fine (sadly, there's no way to DELETE an image, so it seems the only way is to either delete the product and start over, or upload a pixel.gif). This is from the CVS of a few weeks ago. http://www.disobey.com/ http://www.gamegrene.com/ Link to comment Share on other sites More sharing options...
morbus Posted February 26, 2003 Author Share Posted February 26, 2003 On a side note, what's the correct place to post (suspected) bugs? http://www.disobey.com/ http://www.gamegrene.com/ Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.