Hi,
I have downloaded the latest version of Zen-Cart and attempting to install it on PHP 5.1.2 and running an Apache server. When I launch zc_install/index.php I get numerous errors about not finding include files (see the first such below).
I can fix all those errors, and thus coax the installation to complete. but launching the store produces similar problems.
There must be something basic I can fix somewhere that allows all scripts to find their include files correctly. Can someone who has a PHP 5 installation running please give me some pointers?
Thanks
Warning: require(version.php) [function.require]: failed to open stream: No such file or directory in C:\Dee\Sites\lily\www\store\zc_install\includes\application_top.php on line 25
Call Stack
# Function Location
1 {main}() C:\Dee\Sites\lily\www\store\zc_install\index.php:0
2 require('C:\Dee\Sites\lily\www\store\zc_install\includes\application_top.php') C:\Dee\Sites\lily\www\store\zc_install\index.php:13



