Installation Process:
1.0 Beta 4 to 1.0 RC 1 Upgrade Applied Successfully.
1.0 RC 1 to 1.0 RC 2 part 1 Upgrade Applied Successfully.
1.0 RC 1 to 1.0 RC 2 part 2 Upgrade Applied Successfully.
1.0 RC 1 to 1.0 RC 2 part 3 Upgrade Applied Successfully.
1.0 RC 2, 1.0 and 1.0.1 to 1.0.2 Upgrade Applied Successfully.
1.0.2 to 1.1 Upgrade Applied Successfully.
Automatic database upgrade to current version applied successfully.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
ata271 wrote: Cause component_id in 'jos_menu'=0
Solution in phpMyAdmin:
SQL tab
1.remember the extension_idCode:SELECT * FROM `jos_extensions` WHERE `name`='comprofiler'
2.
The former is 'extension_id', copy it into placeCode:UPDATE `jos_menu` SET `component_id`=extension_id WHERE `title` LIKE '%comprofiler%'
Example:Code:UPDATE `jos_menu` SET `component_id`=10029 WHERE `title` LIKE '%comprofiler%'
Please Log in or Create an account to join the conversation.