Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Help with an error after just installed


vtracer20

Recommended Posts

Posted

Warning: require(includes/functions/compatibility.php) [function.require]: failed to open stream: No such file or directory in E:\Website_data\testTailWagsPL\admin\includes\application_top.php on line 34

 

Fatal error: require() [function.require]: Failed opening required 'includes/functions/compatibility.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in E:\Website_data\testTailWagsPL\admin\includes\application_top.php on line 34

 

I had to do some editing to even get the install to work. but i was able to install the database. but now as i want to get into the admin control i'm getting the above error. Line 34 of that file is the following line of code: require(DIR_WS_FUNCTIONS . 'compatibility.php');

 

Note: when i first put this on our webserv it wouldn't work from the getgo, i had to edit some of the required lines in certain files in order to get the install screen to work. I think this might have something to do with the fact that i needed to edit the require line of those files. BUT, shouldn't this work without editing anything?

 

Note 2: Also our webserv is not an apache webserv, im not sure if that makes a differance. It's a winserv2003, websites controlled by IIS.

Posted

Try checking the contrnts of

 

/admin/includes/configure.php

 

and

 

/includes/configure.php

 

especially check the value for

 

DIR_WS_FUNCTIONS

Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile

 

Virus Threat Scanner

My Contributions

Basic install answers.

Click here for Contributions / Add Ons.

UK your site.

Site Move.

Basic design info.

 

For links mentioned in old answers that are no longer here follow this link Useful Threads.

 

If this post was useful, click the Like This button over there ======>>>>>.

Posted

/admin/includes/configure.php says:

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

 

 

/includes/configure.php says:

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

 

also the DIR_WS_INCLUDES is the following:

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

 

are they suppose to be something else?

Archived

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

×
×
  • Create New...