Install error Joomla 2.5
8 posts
• Page 1 of 1
Install error Joomla 2.5
Using com_xmap.zip or even pkg_com_xmap-2.2.1.zip
the error comes up as:
* Another menu item with the same parent has this alias
* Error building Admin Menus
I can install plugins, but no administration of the component.
it wont show up in the component list.
how do i install without error?
the error comes up as:
* Another menu item with the same parent has this alias
* Error building Admin Menus
I can install plugins, but no administration of the component.
it wont show up in the component list.
how do i install without error?
- Richardrnc
- Fresh Boarder

- Posts: 1
- Joined: Sat Mar 17, 2012 5:46 am
Re: Install error Joomla 2.5
I have the same problem as Richardrnc. I use joomla 2.5.3
- robert
- Fresh Boarder

- Posts: 1
- Joined: Sun Mar 15, 2009 7:36 pm
Re: Install error Joomla 2.5
I am running into the same issue today. I have tried to uninstall and reinstall several times and continue to get the same error. Any tips or advice on how to resolve this would be greatly appreciated.
- Indaba
- Fresh Boarder

- Posts: 1
- Joined: Sun Mar 25, 2012 3:45 am
Re: Install error Joomla 2.5
Hi:
I'm having exactly the same problem. No XMap component access. And yes, Plugins are accesible. I use Rockettheme's Clarion Template, Joomla 2.5.3. I also have Akeeba backup installed, but Akeeba support has reported not finding any conflict with Xmap on their end with recent Akeeba versions. I use Akeeba Backup Professional 3.4.3.
Vargas, any help?
Thanks
I'm having exactly the same problem. No XMap component access. And yes, Plugins are accesible. I use Rockettheme's Clarion Template, Joomla 2.5.3. I also have Akeeba backup installed, but Akeeba support has reported not finding any conflict with Xmap on their end with recent Akeeba versions. I use Akeeba Backup Professional 3.4.3.
Vargas, any help?
Thanks
- manny3
- Fresh Boarder

- Posts: 3
- Joined: Mon Mar 26, 2012 4:29 pm
Re: Install error Joomla 2.5
exactly the same problem
- jean appriou
- Fresh Boarder

- Posts: 1
- Joined: Wed Apr 04, 2012 6:26 pm
Re: Install error Joomla 2.5
Exactly the same problem with me too 
- morktron
- Fresh Boarder

- Posts: 2
- Joined: Thu Apr 05, 2012 10:15 pm
Re: Install error Joomla 2.5
Has anyone found a solution or is this the end of Xmap?
- morktron
- Fresh Boarder

- Posts: 2
- Joined: Thu Apr 05, 2012 10:15 pm
Re: Install error Joomla 2.5
I found a workaround to show the admin menu.
The entry in table <db_prefix>_menu for extension com_xmap is wrong.
First get the correct extension-id:
select extension_id from <db_prefix>_extensions where type='component' and name='com_xmap';
Then change the wrong menu entry:
update <db_prefix>_menu set component_id = <extension_id from previous select>;
The entry in table <db_prefix>_menu for extension com_xmap is wrong.
First get the correct extension-id:
select extension_id from <db_prefix>_extensions where type='component' and name='com_xmap';
Then change the wrong menu entry:
update <db_prefix>_menu set component_id = <extension_id from previous select>;
- dieter
- Fresh Boarder

- Posts: 1
- Joined: Thu Apr 12, 2012 6:38 am
8 posts
• Page 1 of 1
Who is online
Users browsing this forum: Google [Bot] and 3 guests