Have I read the related troubleshooter articles above before posting (which pages?)? No
Have I searched the forum before posting? No
Have I read the documentation before posting (which pages?)? No
Joomla! version: 1.5.23
PHP version: 5.2.16
MySQL version: 5.0.92-community-log
Host:
Admin Tools version: 2.1.10 Pro
Description of my issue:
Frontend article editing is blocked by XSS Shield. I did a little digging and it's in function looksLikeXSS at 2. Partial standard character entities. The 2 vars don't match:
str = http://mydomain.com/index.php?option=com_content&view=article&id=56&Itemid=84
test = http://mydomain.com/index.php?option=com_content&view;=article&id;=56&Itemid;=84
Thanks for your help. This has never been a problem before. My ISP has recently made changes to their firewall and probably other stuff too. Dunno if it has anything to do with this.
On another note, last time I updated AdminTools Pro, I could no longer use the regular install with Akeebabackup. Had to switch back to standard install. Maybe due to changes on the ISP side?