Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Failed opening required 'includes/configure.php'


Guest

Recommended Posts

I don't get it i installed oscommerce now 4 times the last time everyythig seemed to be alright i had to manually ajust alot of files to add 'includes/ at teh header.php , footer.php etc but it worked i tought but only i could see the page other peoplpe saw an error in language etc. NOW

i reinstalled it again with the install menu but i receive this error againWHYYYYY i can't stand it no more

Failed opening required 'includes/configure.php in /home/.sites/132/site180/web/catalog/includes/application_top.php on line 32'

This is my configure.php

************************************************************

define('HTTP_SERVER', 'http://www.ddvd.nl'); // eg, http://localhost - should not be empty for productive servers

define('HTTPS_SERVER', 'https://www.ddvd.nl'); // eg, https://localhost - should not be empty for productive servers

define('ENABLE_SSL', false); // secure webserver for checkout procedure?

define('DIR_WS_CATALOG', '/catalog/'); // absolute path required

define('DIR_WS_IMAGES', 'images/');

define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');

define('DIR_WS_INCLUDES', 'includes/');

define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');

define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');

define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');

define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');

define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');

 

define('DIR_WS_DOWNLOAD_PUBLIC', DIR_WS_CATALOG . 'pub/');

define('DIR_FS_DOCUMENT_ROOT', '/home/.sites/132/site180/web');

define('DIR_FS_CATALOG', '/home/.sites/132/site180/web/catalog/');

define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');

define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');

***********************************************************

I wantto installed it without ajusting any other files like application_top because i think that is the way to do it just ajusting caonfigure.php

 

Could someoone pleeeease help me

Link to comment
Share on other sites

Strange i removed the dot but still smae problem

This my cnfigure.php now

define('HTTP_SERVER', 'http://www.ddvd.nl'); // eg, http://localhost - should not be empty for productive servers

define('HTTPS_SERVER', 'https://www.ddvd.nl'); // eg, https://localhost - should not be empty for productive servers

define('ENABLE_SSL', false); // secure webserver for checkout procedure?

define('DIR_WS_CATALOG', '/catalog/'); // absolute path required

define('DIR_WS_IMAGES', 'images/');

define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');

define('DIR_WS_INCLUDES', '/includes/');

define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');

define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');

define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');

define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');

define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');

 

define('DIR_WS_DOWNLOAD_PUBLIC', DIR_WS_CATALOG . 'pub/');

define('DIR_FS_DOCUMENT_ROOT', '/home/sites/132/site180/web');

define('DIR_FS_CATALOG', '/home/sites/132/site180/web/catalog/');

define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');

define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');

Link to comment
Share on other sites

Nope... looking again that seem to be ok.... try:

 

  define('DIR_FS_DOCUMENT_ROOT', $HTTP_SERVER_VARS['DOCUMENT_ROOT']);

Link to comment
Share on other sites

Akkk!!... too many late nights I think :shock: ... its not even getting as far as opening configure.php.... so why am I worried about what is in it???

 

Ok.. when exactly do you receive the error?

 

i had to manually ajust alot of files to add 'includes/ at teh header.php , footer.php etc

 

I hope you you have done a fresh install and are not still using these....

 

I wantto installed it without ajusting any other files like application_top because i think that is the way to do it just ajusting caonfigure.php  

 

You need not directly touch any of these files at all if you use the install script. Download and install a nice.... fresh... virgin copy of osC.... and read up on it a little here:

 

http://wiki.oscommerce.com/

 

Then try again.....

Link to comment
Share on other sites

  • 1 month later...

Archived

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

×
×
  • Create New...