MyBB Community Forums

Full Version: AdminCP Permission Problems? PLEASE READ
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Ah, you're missing the ./inc/languages/english/admin folder and it's contents by the looks of it.

Did you use FileZilla as your FTP client??
(2009-04-12, 10:31 PM)MattRogowski Wrote: [ -> ]Ah, you're missing the ./inc/languages/english/admin folder and it's contents by the looks of it.

Did you use FileZilla as your FTP client??

Sorry I took so long to answer you, but yes I did.
Problem Solved:

1. Used Filezilla to reset the chmod to 755 from 666 and reload the directory.

I can now see the control panel.

Thanks for your help.
I don't have mod_security installed (checked with a phpinfo()) but I get the 403 (permision forbidden) on every link wich has a var with slashes.

web: http://pruebas.imperial-anime.com/foro/index.php

EDIT: removed the phpinfo link since it wasn't needed
I think it's an extension to Apache so probably won't show in phpinfo. Check with your host, mod_security is pretty much the only thing known to cause this, except from wrong CHMOD settings (./admin/ and other folders inside it need to be 755, files inside need to be 644).
(2009-04-22, 08:04 PM)MattRogowski Wrote: [ -> ]I think it's an extension to Apache so probably won't show in phpinfo. Check with your host, mod_security is pretty much the only thing known to cause this, except from wrong CHMOD settings (./admin/ and other folders inside it need to be 755, files inside need to be 644).
I tried the .htaccess thing and it didn't work, and the log in cPanel only shows the following line, after getting the error.
Quote:[Wed Apr 22 15:08:10 2009] [error] [client 80.174.177.88] File does not exist: /home/imadmin/tests/403.shtml, referer: http://pruebas.imperial-anime.com/foro/a...dule=forum
thank you for the information.
(2009-04-22, 08:10 PM)Lumbendil Wrote: [ -> ]
(2009-04-22, 08:04 PM)MattRogowski Wrote: [ -> ]I think it's an extension to Apache so probably won't show in phpinfo. Check with your host, mod_security is pretty much the only thing known to cause this, except from wrong CHMOD settings (./admin/ and other folders inside it need to be 755, files inside need to be 644).
I tried the .htaccess thing and it didn't work, and the log in cPanel only shows the following line, after getting the error.
Quote:[Wed Apr 22 15:08:10 2009] [error] [client 80.174.177.88] File does not exist: /home/imadmin/tests/403.shtml, referer: http://pruebas.imperial-anime.com/foro/a...dule=forum

Then ask your host to whitelsit you against it.
http://forum.wservices.co.uk/admin/index...sion_check

I get it ... and I've had the mod_security disabled on my host. So what's the next idea?
If it isn't that, check the CHMODs of your admin folders and files, folders should be 755, files should be 644. If that isn't it, the only thing that I can remember ever causing it is mod_security...
I checked the CHMOD of them before I posted. And it's setup fine... Undecided
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18