Guest
04 Jul 2012 17:49
Last Modified: 02 Mar 2014
Last Modified: 02 Mar 2014
OK I made small research and it turned out to be well known Joomla bug.
You are right it is bug! This message basically happens because if an installation fails, a proper cleanup doesn't occur and the not installed extension's menu entry is left in place.
How to resolve
Please check you have latest Joomla 2.5 (not 1.6 or 1.7)
Run this query
DELETE FROM `jos_menu` WHERE `link` LIKE "index.php?option=com_cobalt%"
Do not forget to change jos_ to your prefix.
INSERT INTO `jos_menu`
VALUES ( 1, '', 'Menu_Item_Root', 'root', '', '', '', '', 1, 0, 0, 0, 0, 0, '0000-00-00 00:00:00', 0, 0, '', 0, '', 0, 281, 0, '*', 0 ) ;
Make sure you have solved all file permission problems. The best and most secure way to go if to enable FTP in global Joomla config and make sure all files and folders are owned by this FTP user. Or give enough write permissions to folders and note who is an owner. Because when Joomla istall without FTP it tris to move file as php or apache user.
Try again.
In the meanwhile we will try to think something that could handle this behavior from our side.
I installed the package and see all the various objects in the extension manager (including the component), but it isn't in my component list? I am at a loss. I really want to try this out and see how I can use it.