jollyjimpoppy Posted January 26, 2003 Share Posted January 26, 2003 i am receiving the following errors when i try to access the application_top.php file. I am trying to set up oscommerce for the first time. I have created the database and imported all the tables. Warning: Failed opening 'includes/include_once.php' for inclusion (include_path='.:') in /usr/local/psa/home/vhosts/integrated-computers.net/httpdocs/catalog/includes/application_top.php on line 163 Fatal error: Call to undefined function: tep_db_connect() in /usr/local/psa/home/vhosts/integrated-computers.net/httpdocs/catalog/includes/application_top.php on line 166 thanks for the help Lenny Louque Link to comment Share on other sites More sharing options...
Guest Posted January 26, 2003 Share Posted January 26, 2003 Lenny, First, I would suggest that you switch from version 2.1 yo 2.2. Then I would zip over to http://www.oscdox.com and download the Installation and Modification Manual for V2.2. V2.1 is outdated and no longer supported. Link to comment Share on other sites More sharing options...
MtP Posted February 19, 2003 Share Posted February 19, 2003 And I downloaded the new version and started over with the install. Nice install script now, by the way. Now I get the error: "Fatal error: Call to unsupported or undefined function mysql_connect() in ......" during the step that loads the new database. In my MySQL Manual it specifically lists that error and says: This means that your PHP version isn't compiled with MySQL support. You can either compile a dynamic MySQL module and load it into PHP or recompile PHP with built-in MySQL support. This is described in detail in the PHP Manual. My PHP3 manual doesn't mention anything and I don't have a PHP4 manual yet. Any ideas? Link to comment Share on other sites More sharing options...
Guest Posted February 19, 2003 Share Posted February 19, 2003 What kind of server are you using? What version of php? What version of MYSQL? More details would be very helpful. Link to comment Share on other sites More sharing options...
MtP Posted February 19, 2003 Share Posted February 19, 2003 Phpinfo() gives me PHP version 4.0.4pl1, MySQL Version 3.23.33, Apache Version 1.3.22, Linux palomino.caldera.de 2.4.9, Zend Engine V1.0.4. With the php.ini include _path=/home/httpd/phplib I get the following error: Fatal Error: Failed opening required 'includes/application.php' (include_path='/home/httpd/phplib') in /home/httpd/html/Boss/catalog/install/index/php on line 13. With the php.ini include_path= , I get the following error on New Install; Warning: Supplied argument is not a valid MySQL-Link resource in /home/httpd/html/Boss/catalog/install/includes/functions/database.php on line 41. I get 14 pages of this message. With the php.ini include_path= , I get the following error on Upgrade; Warning: MySQL Connection failed: Access denied for user: XXXX@localhost' (Using password:NO) in /home/httpd/html/Boss/catalog/install/includes/functions/database.php on line 29. I did input a password in the upgrade dialog. Then I get the same message above for 14 pages. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.