Hello,
I installed this mod several months ago and have had no trouble until today when users started getting this error when attempting to edit a module:
Quote:
406 Not Acceptable
An appropriate representation of the requested resource /z/Duckdodger/blocks/ could not be found on this server.
|
I searched the topic and found a piece of code recommended to someone with a similar problem:
Code:
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
After I added that to .htaccess in the /z folder, I get this error and cannot access any profiles at all:
Quote:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
|
Any help with this would be greatly appreciated.