Wikka Very Strange Bugs
- Q: When I open the page XYZ, it opens perfectly. But when I follow the link pointing to it on page XXX2TheMovie, I can't access to it.
- A: Edit the .htaccess file on you r installation and comment out the line deny from env=BadReferrer.
- Q: I cannot modify the page XYZ. The browser always shows an error message. However, its size is not very big, and I can post bigger page on other pages.
- A: It is a mod_security bug (Ticket:461). Try adding these lines to your .htaccess file:
<IfModule mod_security.c> SecFilterEngine Off </IfModule>
- Q: When I open the page XYZ, the browser closes itself.
- Q: When I try to access the page XYZ, my computer restarts.
- A: You are infected by a virus/malware! Some virus closes automatically windows when the title is matching some criterias.
CategorySupport