Skip to Content Skip to Menu

unable to install comprofiler

  • nant
  • nant
  • ONLINE
  • Posts: 12339
  • Thanks: 1467
  • Karma: 877
13 years 1 month ago #177235 by nant
Replied by nant on topic Re: unable to install comprofiler

bijuthotta wrote: just one more question. i see that there is a com_comprofiler folder under administrator/components. guess i should remove it?


Just install the new CB 1.7 component over your existing environment.

Please take some time to study the included installation guide and the readme files.

Please Log in or Create an account to join the conversation.

13 years 1 month ago #177236 by bijuthotta
Replied by bijuthotta on topic Re: unable to install comprofiler
I have installed all the four files. however, while installing com_comprofiler, for the first stage i had seen some errors in red. but i couldnt read them completely because it went to the second stage where it showed as the installation was successful. now after installing and enabling the other modules, i dont see the community builder component under the components section. could you please help me understand this?

Please Log in or Create an account to join the conversation.

13 years 1 month ago - 13 years 1 month ago #177237 by bijuthotta
Replied by bijuthotta on topic Re: unable to install comprofiler
i tried installing the component again. it completed the installation but showed 'error building admin menus' for a moment and then disappeared and showed that the installation was successful. i still dont see the 'community builder' under components. please help
Last edit: 13 years 1 month ago by bijuthotta.

Please Log in or Create an account to join the conversation.

  • nant
  • nant
  • ONLINE
  • Posts: 12339
  • Thanks: 1467
  • Karma: 877
13 years 1 month ago #177238 by nant
Replied by nant on topic Re: unable to install comprofiler

bijuthotta wrote: i tried installing the component again. it completed the installation but showed 'error building admin menus' for a moment and then disappeared and showed that the installation was successful. i still dont see the 'community builder' under components. please help


www.joomlapolis.com/forum/146-general/171339-community-builder-not-creating-admin-menus#176069

Please Log in or Create an account to join the conversation.

13 years 1 month ago #177239 by bijuthotta
Replied by bijuthotta on topic Re: unable to install comprofiler
Cause component_id in 'jos_menu'=0

Solution in phpMyAdmin:
SQL tab
1.

SELECT * FROM `jos_extensions` WHERE `name`='comprofiler'


remember the extension_id

2.

The former is 'extension_id', copy it into place

UPDATE `jos_menu` SET `component_id`=extension_id WHERE `title` LIKE '%comprofiler%'



Example:

UPDATE `jos_menu` SET `component_id`=10029 WHERE `title` LIKE '%comprofiler%'

- this is pretty complicated to me at the moment! i am not a coder.

Please Log in or Create an account to join the conversation.

  • nant
  • nant
  • ONLINE
  • Posts: 12339
  • Thanks: 1467
  • Karma: 877
13 years 1 month ago #177240 by nant
Replied by nant on topic Re: unable to install comprofiler
Well this is a Joomla bug.

If you cannot handle the database aspect, then only solution is to drop entire site and start over - or get someone to do the sql for you.

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum