Guest Posted October 5, 2006 Posted October 5, 2006 I all of a sudden encountered this error on the indexpage of my shop: Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/fontgard/public_html/shop/includes/functions/database.php on line 99 Line 99 as it looks now: function tep_db_fetch_array($db_query) { return mysql_fetch_array($db_query, MYSQL_ASSOC); I have not made any changes to this database.php file. What should I do?! Link to my shop if you want to see for yourselves: http://www.fontgarden.com/shop/
Guest Posted October 5, 2006 Posted October 5, 2006 Ok I got the solution myself :) As usual when posting problems you immediately find the solution yourself... I am posting this for others that encounter this error. All my new products expired that was what was causing the error to appear. I then modified the row in database.php according to this post: http://www.oscommerce.com/forums/index.php?sho...=229989&hl=
Recommended Posts
Archived
This topic is now archived and is closed to further replies.