Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Install error warning


jaybirddesigns

Recommended Posts

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

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

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

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

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...