Re: error message on upgrade [message #10336 is a reply to message #10335] |
Wed, 28 May 2003 14:10 |
|
Victor_M and I use the same hosting service. We both started to have problems when they "upgraded". I'm thinking my symlinks should look like:
<?php
include_once "/path/to/include/GLOBALS.php";
?>
Per your advice to Victor_M pasted below
Re: Question about GLOBALS.php
Mon, 26 May 2003 07:41
Normally on *nix systems there is 1 GLOBALS.php inside the incldue/ directory and 2 symlinks to this file. One of those symlinks
is inside the forum's web root directory and the other inside the adm/ directory.
On Win32, since symlinks are not supported there are 3 GLOBALS.php, the ones that are symlinks on *nix are basically
<?php
include_once "/path/to/include/GLOBALS.php";
?>
what do you think??
Got Torque?
|
|
|