Have I read the related troubleshooter articles above before posting (which pages?)? YES
Have I searched the tickets before posting? YES
Have I read the documentation before posting (which pages?)? YES
Joomla! version: 1.5.xx / 2.5.xx)
PHP version: 5.3.13
MySQL version: 5.1.63
Host: (optional, but it helps us help you)
Admin Tools version: PRO 2.2.6
Description of my issue:
The issue with the old ticket #10798 was:
PHP Fatal error: Call to protected method JRequest::_cleanVar() from context 'FOFInput' in /home/-----/public_html/administrator/components/com_admintools/fof/input.php on line 39
And so, yes I got a modified version of the /libraries/joomla/environment/request.php
This file have this modifications to be full compliant with PHP5.3
lines 516 / 548 / 591 just added in front of each "fucntion":
static protected
And this was the issue, so just changed it to:
static public
And so Admintools is now at works.
But I don't know if this is a good idea...perhaps roll back to the original joomla file is much better rather than PHP5.3 full compliance, what do you think of that ?
thanks