Skip to Content Skip to Menu

unable to install comprofiler

13 years 1 month ago #177241 by bijuthotta
Replied by bijuthotta on topic Re: unable to install comprofiler
thats going to be difficult. would be grateful if you could help a bit. i am attaching the sql page in phpmyadmin as i see it. a little guidance from you will help me to solve it. kindly help.
Attachments:

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

13 years 1 month ago #177247 by bijuthotta
Replied by bijuthotta on topic Re: unable to install comprofiler
joomla1.7 doesnt have jos_extensions. any idea which is the new one please?

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 #177248 by nant
Replied by nant on topic Re: unable to install comprofiler

bijuthotta wrote: joomla1.7 doesnt have jos_extensions. any idea which is the new one please?


Look at the image you posted - you can see what you need to use instead of jos_

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

13 years 1 month ago #177251 by bijuthotta
Replied by bijuthotta on topic Re: unable to install comprofiler
i see mnwdu_comprofiler. once i click on that i see three files there. three of them have three different ID's. sorry. i am confused to use which of these ID's i must use. and these ID's are just 42,43 and 47.

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 #177252 by nant
Replied by nant on topic Re: unable to install comprofiler
Cause component_id in 'jos_menu'=0

Solution in phpMyAdmin:
SQL tab
1.
Code:
SELECT * FROM `mnwdu_extensions` WHERE `name`='comprofiler'
remember the extension_id

2.

The former is 'extension_id', copy it into place
Code:
UPDATE `mnwdu_menu` SET `component_id`=extension_id WHERE `title` LIKE '%comprofiler%'

Example:
Code:
UPDATE `mnwdu_menu` SET `component_id`=10029 WHERE `title` LIKE '%comprofiler%'

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

13 years 1 month ago #177258 by bijuthotta
Replied by bijuthotta on topic Re: unable to install comprofiler
thank you. trying to implement it. i guess it should work this time.

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

Moderators: beatnantkrileon
Powered by Kunena Forum