Hi,
I am at my wit's end. We had to move servers, I have copied everything over to a new directory. in php.ini I have changed the include_path to be what I believe it should be, but I keep getting errors.
In any event,
The include path I have is:
include_path = ".;C:\Inetpub\vhosts\massvacation.com\httpdocs\htdocs2007Launch"
which is also the root of the site.
in that folder is the _includes directory which I call like so
<? include($_SERVER['document_root]."_includes..."); ?>
The errors I get are as follow:
Failed opening '/_includes/shared/ieStyles.php' for inclusion (include_path='.;C:\Inetpub\vhosts\massvacation.com\httpdocs\htdocs2007Launch') in C:\Inetpub\vhosts\massvacation.com\httpdocs\htdocs2007Launch\Index.php on line 37