2017-12-17, 11:08 PM
I'm editing my templates, and it had been going along swimmingly, but all of the sudden, when I went to save the changes in one template, it gives me, "Not Acceptable /
An appropriate representation of the requested resource /mybb/admin/index.php could not be found on this server.
/Additionally, a 406 Not Acceptable error was encountered while trying to use an ErrorDocument to handle the request."
I looked up to see if anyone else had had this issue, they had, and they said they edited the .htaccess file.... I did as they said with that, doing,
I signed out of myBB admin, erased history in the browser, closed the browser, signed back in, did my editing again, tried to save, got the same damn error message. The weird thing is, I have been saving the templates just fine, with no problem, then all of the sudden this occasionally happens, it's really driving me nuts. Any suggestions beyond what I've tried?
An appropriate representation of the requested resource /mybb/admin/index.php could not be found on this server.
/Additionally, a 406 Not Acceptable error was encountered while trying to use an ErrorDocument to handle the request."
I looked up to see if anyone else had had this issue, they had, and they said they edited the .htaccess file.... I did as they said with that, doing,
<IfModule mod_security.c>
# Turn off mod_security filtering.
SecFilterEngine Off
# The below probably isn't needed...
SecFilterScanPOST Off
</IfModule>
I signed out of myBB admin, erased history in the browser, closed the browser, signed back in, did my editing again, tried to save, got the same damn error message. The weird thing is, I have been saving the templates just fine, with no problem, then all of the sudden this occasionally happens, it's really driving me nuts. Any suggestions beyond what I've tried?