Mandatory information about my setup:
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: 2.5.9
PHP version: 5.3.14
MySQL version: 5.1.36
Host: Local Nas (Qnap)
Admin Tools version: 2.4.4.
Description of my issue:
I installed Admintools V2.4.4. and Akeeba Backup V3.6.12. I installed these because these are the only versions which install and run without errors.
When I update Admintools to a higher version, no matter which version, at first it (Joomla) tells me that everything is installed fine (in green) but when I click components -> Admin Tools I will have a HTTP 500 error.
When I change .htaccess to htaccess.bak and restart Apache, same error.
When I change back to .htaccess and put at the end of the file:
php_flag display_errors On
php_value error_reporting 32676
and in Joomla change to error reporting -> development
it wil give me the following error:
Fatal error: Call to undefined method FOFInput::getCmd() in /share/MD0_DATA/Web/Joomla1/administrator/components/com_admintools/dispatcher.php on line 70
I experience the same problems on Joomla 3.0.3 (on the same Nas) and the same when I upgrade Backup to any version higher than 3.6.12
Can you help me with this error?