jaybirddesigns Posted April 12, 2008 Share Posted April 12, 2008 Any help would be greatly appreciated. I followed the quik install giude, set permissions, and created my databse. know when i point my browser to install i get this error. Any ideas? Warning: main(../../../../oscommerce-2.2rc2a/catalog/install/includes/includes/functions/compatibility.php) [function.main]: failed to open stream: No such file or directory in /homepages/9/d97847100/htdocs/catalog/install/includes/application.php on line 16 Fatal error: main() [function.require]: Failed opening required '../../../../oscommerce-2.2rc2a/catalog/install/includes/includes/functions/compatibility.php' (include_path='.:/usr/lib/php') in /homepages/9/d97847100/htdocs/catalog/install/includes/application.php on line 16 Link to comment Share on other sites More sharing options...
MJP Posted April 12, 2008 Share Posted April 12, 2008 Any help would be greatly appreciated. I followed the quik install giude, set permissions, and created my databse. know when i point my browser to install i get this error. Any ideas? Warning: main(../../../../oscommerce-2.2rc2a/catalog/install/includes/includes/functions/compatibility.php) [function.main]: failed to open stream: No such file or directory in /homepages/9/d97847100/htdocs/catalog/install/includes/application.php on line 16 Fatal error: main() [function.require]: Failed opening required '../../../../oscommerce-2.2rc2a/catalog/install/includes/includes/functions/compatibility.php' (include_path='.:/usr/lib/php') in /homepages/9/d97847100/htdocs/catalog/install/includes/application.php on line 16 you haven't entered the correct address when you began the install. you have an extra 'includes' folder there. the call should be /catalog/install/includes/functions/compatibility.php Link to comment Share on other sites More sharing options...
jaybirddesigns Posted April 13, 2008 Author Share Posted April 13, 2008 you haven't entered the correct address when you began the install. you have an extra 'includes' folder there. the call should be /catalog/install/includes/functions/compatibility.php So i should reupload install and then point to /catalog/install/includes/functions/compatibility.php insted of www.site.com/catalog/install/install.php? Thanks for your help. Link to comment Share on other sites More sharing options...
MJP Posted April 13, 2008 Share Posted April 13, 2008 So i should reupload install and then point to /catalog/install/includes/functions/compatibility.php insted of www.site.com/catalog/install/install.php? Thanks for your help. www address of your store: http://www.my-server.com/oscommerce-2.2rc2a/ webserver root directory (path to the oscommerce-2.2rc2a directory): /home/myname/public_html/oscommerce-2.2rc2a/ Link to comment Share on other sites More sharing options...
orange_roughy Posted April 16, 2008 Share Posted April 16, 2008 you haven't entered the correct address when you began the install. you have an extra 'includes' folder there. the call should be /catalog/install/includes/functions/compatibility.php I hate to break it to you, but there's something wrong with the zip packaging. I get the exact same error on a brand new installation. All I did was unzip the download (on the server, not on my desktop!) and follow the URL in the documentation-- http://yourserver/catalog/install Link to comment Share on other sites More sharing options...
orange_roughy Posted April 16, 2008 Share Posted April 16, 2008 I hate to break it to you, but there's something wrong with the zip packaging. I get the exact same error on a brand new installation. All I did was unzip the download (on the server, not on my desktop!) and follow the URL in the documentation-- http://yourserver/catalog/install It seems osCommerce wants its installation directory in the PHP includes path. You can do this by changing php.ini or adding: ini_set("include_path", "<path-to-oscommerce>/catalog/install"); in <path-to-oscommerce>/catalog/install/includes/application.php Link to comment Share on other sites More sharing options...
Guest Posted April 16, 2008 Share Posted April 16, 2008 All I did was unzip the download (on the server, not on my desktop!) and follow the URL in the documentation-- http://yourserver/catalog/install That is your error. Do it on the pc, then upload it where you want it. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.