Web Hosting Talk







View Full Version : phpmanager - help


BMurtagh
05-18-2002, 10:08 AM
i'm confused. i've been trying to fix this thing for awhile now, but i'm not sure where the problem is. the error is:


Warning: Failed opening '../variables.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/httpd/web/logicservers.net/admin/index.php on line 30

Warning: Failed opening '/languages/' for inclusion (include_path='.:/usr/local/lib/php') in /home/httpd/web/logicservers.net/admin/index.php on line 31

Warning: Failed opening '../templates//admin/stafflogin.inc' for inclusion (include_path='.:/usr/local/lib/php') in /home/httpd/web/logicservers.net/admin/index.php on line 139

thanks.

dezina
05-18-2002, 11:08 AM
Sent you a personal email, but for anyone else having same sort of problems, below may be of help:-

Make following directories
directory = phpmanager(or whatever directory name is chosen)
directory = root
variables.php goes into the directory - phpmanager(or whatever
directory name is chosen)

Edit variables.php as follows

$rootdirectory = "/home/yourusernameforyourdomain/public_html/root";

Obviously you have to use in conjunction with official install notes

Locutus
05-18-2002, 11:22 AM
Hi,

Brendan: If you are having difficulties, you should have posted on the phpManager forum :)

Your errors are directory related as it can't find your variables.php, thus can't find your root folder.

Make sure you do the following:

1) Upload all folders (including variables.php) minus the root folder in the phpManager zip file to a folder in your web directory. You can name this folder anything you wish.

2) Upload the root folder to your base directory i.e Underneath your web directory. You can rename the root folder to anything you wish for security (recommended).

3) Edit variables.php where you see $rootdirectory and point this to the "root" folder as in step 2.

Regards,

Locutus