Description of my issue:
Just upgraded to the latest version of Akeeba Backup.
When trying to access the Joomla updates, I get the following error:
Fatal error: Call to undefined method JAdministrator::getBody() in /home/teenwc/public_html/plugins/system/srp/srp.php on line 369
This is the only non-working link on the backend that I have been able to find and the front end of the website is fine. The "quick icon" says I have 9 upgrades, but I have no way of knowing what they are.
I used a restore point to go back to the previous version of Akeeba Backup. Also tried disabling all Akeeba plugins/components. Neither resolved the problem
One item of note, I have to use a special php.ini in order to use Joomla 3+. It contains the following:
register_globals=Off
safe_mode=Off
allow_url_include=Off
disable_functions=show_source, system, shell_exec, passthru, exec, phpinfo, popen, proc_open
open_basedir=/home/teenwc/public_html:/tmp::/home/teenwc/public_html/tmp:/home/teenwc/public_html/logs
magic_quotes_gpc = Off
magic_quotes_runtime = Off
magic_quotes_sybase = Off
extension=pdo.so
extension=pdo_mysql.so
date.timezone = "America/Chicago"