I did extension research on this problem, tracing down different parts such doing a GREP search for different terms in that error message. Simply could not find anything that may have been the problem BUT I did find in the "libraries\joomla\updater\adapters" folder a file called 'extension.php'. This had the following code in the "public function findUpdate($options)" area:
if (substr($url, -4) != '.xml')
{
if (substr($url, -1) != '/')
{
$url .= '/';
}
$url .= 'extension.xml';
}
So I simply removed the spaces before and after "
updates.rockettheme.com/joomla/updates.xml" in the table record, went back to the Joomla Extension Manager, purge the cache and clicked 'Update' again. Viola! No error message.
NOTE TO RT DEVELOPERS! Update your SQL table update for "RocketTheme Update Directory" and this should resolve the problem!
FYI, I checked other clients table records and not all had spaces in the template update location, whether they had the default Gantry template or a commercial RT template. I'm not sure if the problem was in the template installation files or in an update. I do 'regret' not remembering which client I found this on but, as with most old-time developers, I'm awful at documentation.
If I find any others, I'll post the template name and version here.
I'm not even seeing an option to click on in the backend to even start the update process...
UGH!!!
Trey
hi trey,
on older versions of j2.5.x you may not have the link > components > joomla update in your joomla administrator. but check under > site > control panel, there should be an icon somewhere for the joomla update status.