MyBB Community Forums

Full Version: Please Help!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi.

For a while now when editing a theme in admin cp it says this

Not Acceptable

An appropriate representation of the requested resource /admin/index.php could not be found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Can any one help me
Sorry for annoying the MyBB Community, but if someone could help me that would be greatly apprciated
It sounds like your /admin/index.php might be corrupted. Replacing it might be your best first step.
Thank you
I have replaced it!

But one problem, the problem is still not fixed ;(

So please anyone have any suggestions! Please
You can try to save your admin folder and replace the entire folder with the default of MyBB and see whats happen.
contact your web host and ask to disable Mod_Security.
(2014-08-18, 12:54 AM)eNvy Wrote: [ -> ]You can try to save your admin folder and replace the entire folder with the default of MyBB and see whats happen.

This.
It could be a different file that is corrupted.

(2014-08-18, 12:58 AM).m. Wrote: [ -> ]contact your web host and ask to disable Mod_Security.

Also a great idea. Another way to disable mod security would be to add the following to your .htaccess file:

<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>