-
☆ A M B ☆
- 2,213 Posts
Did you check if the files were located on github and perhaps missed in the zip?
I came on here to see if anyone else was having trouble too. After seeing there wasn't any solutions posted and a bit of debugging, in my case it turned out the newer method seemed to be triggering a ModSecurity rule that it wasn't prior to upgrading to 1.0.15. The only thing that changed with this site (that was known to be working before) was the Evo upgrade.
If you haven't already maybe that's something you could check.
To be honest, I'm not sure. This was also WHM/cPanel. Once I saw my IP address in the modSecurity log, I whitelisted the directory to disable it completely to see if it fixed the issue which it did. I then put out a ticket with the host and after a few messages back and forth they were able to adjust it so it worked. I am not entirely sure what rule the adjusted or what they whitelisted.
discuss.answer
-
☆ A M B ☆
- 117 Posts
For those facing the same problem, I solved it by applying the following rule to the Mod_Sec Configuration:
<Directory /home/user/public_html/manager/media/browser/mcpuk>
SecRuleRemoveById 1234123456
</Directory>
This problem might be affecting me.
The site is on Rackspace Cloud Sites. How do I find out if ModSecurity Rules are running on this environment?
-
☆ A M B ☆
- 2,213 Posts
You should check with Rackspace, and/or the person who manages your server.