My site started off version 1.5 and has the same problem.
I'm having trouble understanding this instruction:
1) Change the title for the path "contact/Contacts" to "com_contact_contacts".
Where in the database do I find this?
Thank you.
I'm having trouble understanding this instruction:
1) Change the title for the path "contact/Contacts" to "com_contact_contacts".
Where in the database do I find this?
Thank you.
On several Joomla 3 to 4 migrations this exact issue befuddled me for a while. Both the "Contacts" and "Categories" submenu items of "Contacts" were missing. This post from "ceford" began the fix for me....and 202 (in a new install) should have com_contact_contacts as title rather than com_contact.
Using one example, in the database I found two records titled "com_contacts". One for the path "Contacts" (id 107 in this example) and the other for the path "contact/Contacts" (id 108).
The following two steps fixes the issue for me:
1) Change the title for the path "contact/Contacts" to "com_contact_contacts".
2) The parent ID for both "com_contact_contacts" and "com_contact_categories" show an incorrect parent_id (7 instead of 107 in this example). Change to the correct parent ID for both child menu items. Issue fixed.
Attaching a screenshot from phpMyAdmin. Hope this helps anyone else running into this issue.
Statistics: Posted by Peace Freak — Mon Apr 29, 2024 11:35 pm