indebt Posted July 12, 2004 Posted July 12, 2004 this is the error that I am getting when trying to look at my customer orders in the Admin panel. Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /var/www/html/store/admin/includes/functions/database.php on line 99 When I try to look at the invoice, i get all of the customers info, except for what they ordered. Any help would be greatly appreciated.
indebt Posted July 14, 2004 Author Posted July 14, 2004 nothing that has changed the database.php file
TomThumb Posted July 14, 2004 Posted July 14, 2004 Have you changed the /catalog/admin/orders.php with any contribution? It looks like the function tep_db_fetch_array is expecting different information than it is receiving from orders.php while (!succeed) {try()}; GMT -6:00
indebt Posted July 14, 2004 Author Posted July 14, 2004 ok, i fixed it. I forgot to put a semicolon in one of the lines, DUH!!! Thanks guys for all your help on this.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.