Quote:
Originally posted by weeno
I had the same problem when trying to install it on a different site than my forums (but on the same server).
The problem, I think is that globals.php require's files that are in the admin directory.
Globals.php refers to the admin directory as "./admin" so... the partial fix is to create a symbolic link in the directory you are installing the hack to the admin directory
ln -s /full/path/to/admin admin
|
That the error I'm getting... any other way to fix this? I don't have that kind of access to my server