Control Panel issue [message #6490] |
Mon, 14 October 2002 23:10 |
deanoh
Messages: 5 Registered: October 2002 Location: Houston
Karma: 0
|
Junior Member |
|
|
I have intalled FUDForum with no problem. I can open forum and register as a new user. I can use test forum. But...
When I log in I get the Admin Control Panel link, but when I open it I get the forbidden error, "You don't have permission to access /adm/admglobal.php on this server."
If it is a cookie setting issue, this is what auto setup put in:
$COOKIE_PATH = "/";
$COOKIE_DOMAIN = ".musgrove.us";
$COOKIE_NAME = "fud_session_1034596362";
$COOKIE_TIMEOUT = "604800"; /* seconds */
I am uber noob to this. Please point me in the correct direction. If there is a setting I should check, please include an example of what type of value should be in that setting.
Thanks
|
|
|
Re: Control Panel issue [message #6499 is a reply to message #6490] |
Tue, 15 October 2002 11:34 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
When you login to access the admin control panel are you using the forum's login form or the login form inside adm/ ?
FUDforum Core Developer
|
|
|
|
Re: Control Panel issue [message #6512 is a reply to message #6505] |
Tue, 15 October 2002 15:40 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Could you tell me exactly what is the permission error you are seeing?
FUDforum Core Developer
|
|
|
|
Re: Control Panel issue [message #6520 is a reply to message #6518] |
Tue, 15 October 2002 17:30 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Check if you have .htaccess file inside the adm directory.
If you do, remove it.
FUDforum Core Developer
|
|
|
|
Re: Control Panel issue [message #6529 is a reply to message #6525] |
Tue, 15 October 2002 18:59 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
The message you are seeing appears to come from Apache server rather then FUDforum. This implies problem is else where, you mentioned the directory permissions (adm/) are 700, who is the owner of the directory, is it the Apache webserver?
FUDforum Core Developer
|
|
|
Re: Control Panel issue [message #6725 is a reply to message #6490] |
Tue, 22 October 2002 17:06 |
deanoh
Messages: 5 Registered: October 2002 Location: Houston
Karma: 0
|
Junior Member |
|
|
Been out of town and just got back to this...
You are correct, it was a permissions problem on the server. I had to set the /adm and /adm/admglobal.php permission to 775. I am going to try it with /adm set to 700, too.
Thank you for your assistance with this.
|
|
|