Guest Posted July 25, 2005 Share Posted July 25, 2005 I have installed oscommerce-2.2ms2.zip on a computer running Win98, Apache 1.3.31, MySQL 4.0.20 and PHP 5.0.1 with Zend 2.0.1. I finally got the admin section to work by adjusting the file references in the various files. I checked the database for the updates made and they have been uploaded. The shop section is however blank. I traced the error to the file ..functions/database.php in the shop section; when I blank out function tep_db_fetch_array($db_query) { return mysql_fetch_array($db_query, MYSQL_ASSOC); } I get at least this file to load from application_top.php, but no output. Any suggestions? Link to comment Share on other sites More sharing options...
Guest Posted July 25, 2005 Share Posted July 25, 2005 MS2 is not forward compatible with PHP5 :-" Matti Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.