I keep gettin some error messages on the running of
the scripts. I would like some direction please on how
to fix this.
Warning: Undefined variable: nocache in
E:\Inetpub\Virtual
Domains\avalonshard.com\vbb\global.php on line 23
hmmm... well understand I am just geussing...but typically
serving up off your e drive is probably not the best config
for your box.
if you can...I'd suggest making the FoxServ install onto
your C drive and then try your scripts.
Apache assumes the local drive for serving if a drive is
not designated in a line in a script...so if any of your
scripts are presuming that you have loaded your server
package onto your c drive this could create problems for
you by parking it on your e drive. -(that is if any of your
scripts have a line like this: c:/ -then you are going
to get errors thrown because you have Apache running off
your e drive)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=364525
hmmm... well understand I am just geussing...but typically
serving up off your e drive is probably not the best config
for your box.
if you can...I'd suggest making the FoxServ install onto
your C drive and then try your scripts.
Apache assumes the local drive for serving if a drive is
not designated in a line in a script...so if any of your
scripts are presuming that you have loaded your server
package onto your c drive this could create problems for
you by parking it on your e drive. -(that is if any of your
scripts have a line like this: c:/ -then you are going
to get errors thrown because you have Apache running off
your e drive)