davisjonjr Posted February 2, 2009 Share Posted February 2, 2009 I installed Product Sort v1.7 manually. I now have a problem on 2 pages. The problem appears on the "new product" page and the "new product preview" page. For example: admin/categories.php?cPath=24&pID=42&action=new_product and: admin/categories.php?cPath=24&pID=42&action=new_product_preview On each page I have the following problem. At the bottom of the page before the copyright info, etc. and after everything else I get the following error: "Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in mydomainfile/admin/includes/functions/database.php on line 99" Lines 98 - 100 of database.php read: function tep_db_fetch_array($db_query) { return mysql_fetch_array($db_query, MYSQL_ASSOC); } The other odd thing is that the information that is under the list of products on the category page (admin/categories.php?cPath=24) is UNDERNEATH the above error message on the new_product page and the new_product_preview page! I am referring to the categores: # and products: # and the "back," "new category," and "new product" buttons. In addition, under that, there are the following two lines: Empty Category Please insert a new category or product in this level. I am starting to wonder if I am in a bit over my head on this whole oscommerce project, but I like to learn. Anybody have any idea what the problem is or how to go about fixing it? Help! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.