- Posts: 14116
- Thank you received: 1639
Changing Menu Names
-
ivan.milic
Support Staff - Moderator
Less
More
11 years 3 weeks ago #34749
by ivan.milic
Replied by ivan.milic on topic Report To Moderator
To fix this you need to go to open database directly form phpMyAdmin. Open #__categories table, find record with "extension" fiel equal to "com_contact_details" , alter that value to change it to "com_contact"
Please Log in to join the conversation.
-
main0666
Inactive member - Topic Author
- Member
Less
More
- Posts: 22
- Thank you received: 0
11 years 3 weeks ago #34757
by main0666
Replied by main0666 on topic Report To Moderator
Hi thanks tried that and still the same....
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 3 weeks ago #34767
by ivan.milic
Replied by ivan.milic on topic Report To Moderator
Ok I tested this, execute this two SQL queries over DB:
UPDATE `#__assets` SET `parent_id`=1 WHERE `parent_id`=0 AND id>1;
UPDATE `#__assets` SET `parent_id`=0 WHERE `title` = 'Root Asset';
*note: change #_ with real db prefix
UPDATE `#__assets` SET `parent_id`=1 WHERE `parent_id`=0 AND id>1;
UPDATE `#__assets` SET `parent_id`=0 WHERE `title` = 'Root Asset';
*note: change #_ with real db prefix
Please Log in to join the conversation.
-
main0666
Inactive member - Topic Author
- Member
Less
More
- Posts: 22
- Thank you received: 0
11 years 3 weeks ago #34791
by main0666
Replied by main0666 on topic Report To Moderator
I am not confident enough to start changing mysql database, has the template been updated so I can just re-install it and start again. Please advice...
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 3 weeks ago #34802
by ivan.milic
Replied by ivan.milic on topic Report To Moderator
We will update our hot_starts , we will inform you
Please Log in to join the conversation.
Time to create page: 0.158 seconds