Have I searched the tickets before posting? Yes
Have I read the documentation before posting (which pages?)? Yes
Joomla! version: Joomla! 1.5.2.5
PHP version: PHP 5.3.6
MySQL version: MySQL 5.1 (mysqli)
Host: mine
Admin Tools version: svn780
Description of my issue:
When installing ATP under J1.5, the homepage checks for update-sites using J1.6+ code (file "administrator/components/com_admintools/models/cpanel.php", function "applyJoomlaExtensionUpdateChanges"), but this functionality is not available in J1.5. The function should include a 1.5-check just like the function "autoMigrate" already has. I solved this problem for myself by hacking a "return;" in the top of the function.