Just created a switch, this did not show up on the switches list. It then said it could not find some sort of template and now I get this message when I try and access any of the admin area -
Forbidden You don't have permission to access /admin/index.php on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
The forbidden message sounds like a chmod problem. What's the chmod value of the admin directory? If it's 777, you may be on a server that doesn't allow that -- change to 755 and then go to Admin -> Settings -> System and select to use 755 for directories.
Not sure how adding a switch could trigger a chmod there.
I realised I had to cmod the admin directory again to 777, however it was cmoded previously and somehow changed itself after adding the switch... Anyway looks like it is working again.
0/5
1
2
3
4
5
This thread is closed, so you cannot post a reply.
Comments on Forbidden Message
Member
Usergroup: Customer
Joined: Sep 09, 2007
Total Topics: 13
Total Comments: 24
Just created a switch, this did not show up on the switches list. It then said it could not find some sort of template and now I get this message when I try and access any of the admin area -
Forbidden
You don't have permission to access /admin/index.php on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Can you help ASAP Paul?
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
The forbidden message sounds like a chmod problem. What's the chmod value of the admin directory? If it's 777, you may be on a server that doesn't allow that -- change to 755 and then go to Admin -> Settings -> System and select to use 755 for directories.
Not sure how adding a switch could trigger a chmod there.
Member
Usergroup: Customer
Joined: Sep 09, 2007
Total Topics: 13
Total Comments: 24
Thanks Paul,
I realised I had to cmod the admin directory again to 777, however it was cmoded previously and somehow changed itself after adding the switch... Anyway looks like it is working again.