Quote Originally Posted by Website Rob View Post
I did notice this oddity in your first post:

require(./includes/application_top.php)

Not sure where the dot in front of the forward slash is coming or why, but it should not be there.
Hi again Rob,

The dot came from me trying to adjust the path to the file that is being reported as missing. I tried ../ and ./ to no avail.

Any other ideas?

Here is line 23 from admin.php via the warning
require('includes/application_top.php');

Warning: require(includes/application_top.php) [function.require]: failed to open stream: No such file or directory in /hermes/bosweb/webxxx/bxxx/ipw.rollingr/public_html/cdmp/store/admin/admin.php on line 23



What is interesting about this is that the include path in the error is reporting the include path for PHP and not Zen Cart I.E.

Fatal error: require() [function.require]: Failed opening required 'includes/application_top.php' (include_path='.:/usr/local/lib/php-5.2.4/lib/php') in /hermes/bosweb/webxxx/bxxx/ipw.rollingr/public_html/cdmp/store/admin/admin.php on line 23

Shouldn't a Zencart variable set in configure.php (shown below) set up the app include path? And if so why is reporting the PHP path?

From configure.php
define('DIR_WS_INCLUDES', 'includes/');

I'm stumped...

Gary777