No contacts in the admin panel after upgrading from Joomla 3.10.4 to 4

Need help upgrading your Joomla! website or converting to Joomla! 4.x?

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10.
Post Reply
Peace Freak
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 101
Joined: Fri Aug 17, 2007 2:24 am

No contacts in the admin panel after upgrading from Joomla 3.10.4 to 4

Post by Peace Freak » Mon Apr 29, 2024 11:35 pm

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.
steepedincode wrote:
Tue Aug 30, 2022 6:21 am
ceford wrote:
Fri Jan 14, 2022 10:37 pm
...and 202 (in a new install) should have com_contact_contacts as title rather than com_contact.
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.

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.

User avatar
ceford
Joomla! Hero
Joomla! Hero
Posts: 2762
Joined: Mon Feb 24, 2014 10:38 pm
Location: Edinburgh, Scotland
Contact:

Re: No contacts in the admin panel after upgrading from Joomla 3.10.4 to 4

Post by ceford » Tue Apr 30, 2024 8:03 am

Look in the #__menu table.

Peace Freak
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 101
Joined: Fri Aug 17, 2007 2:24 am

Re: No contacts in the admin panel after upgrading from Joomla 3.10.4 to 4

Post by Peace Freak » Tue Apr 30, 2024 2:26 pm

Thank you!

Here is what I see when I search for contact:
main &amp; main-menu contact.jpg
(連絡先 is Japanese for contact)

I've no idea as to what I should change... If there is some other info item needed I'll be happy to send it.

Thank you!
You do not have the required permissions to view the files attached to this post.

User avatar
ceford
Joomla! Hero
Joomla! Hero
Posts: 2762
Joined: Mon Feb 24, 2014 10:38 pm
Location: Edinburgh, Scotland
Contact:

Re: No contacts in the admin panel after upgrading from Joomla 3.10.4 to 4

Post by ceford » Tue Apr 30, 2024 3:07 pm

Are you saying that com_contact_contacts is missing from your menu table?

You should have started a separate topic. Your questions are polluting a year old topic that worked for some.
Moderators?

Peace Freak
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 101
Joined: Fri Aug 17, 2007 2:24 am

Re: No contacts in the admin panel after upgrading from Joomla 3.10.4 to 4

Post by Peace Freak » Tue Apr 30, 2024 4:11 pm

Very sorry about interfering with this topic. If you would like me to start a new one, just say so and I'll do so.

I searched and could not find com_contact_contacts however, I did find something with a blank title with the word contacts in the path (id 417). Perhaps that is where the trouble lies?

Here is a screen shot:
main &amp; main-menu contact 2.jpg
Thank you!
You do not have the required permissions to view the files attached to this post.

steepedincode
Joomla! Apprentice
Joomla! Apprentice
Posts: 6
Joined: Wed Aug 05, 2009 6:16 pm

Re: No contacts in the admin panel after upgrading from Joomla 3.10.4 to 4

Post by steepedincode » Wed May 01, 2024 2:48 am

Peace Freak wrote:
Tue Apr 30, 2024 4:11 pm
Very sorry about interfering with this topic. If you would like me to start a new one, just say so and I'll do so.

I searched and could not find com_contact_contacts however, I did find something with a blank title with the word contacts in the path (id 417). Perhaps that is where the trouble lies?

Here is a screen shot:

main &amp; main-menu contact 2.jpg

Thank you!
Are you in the table xxxx_menu? There you need three records:
1) com_contact
2) com_contact_contacts
3) com_contact_categories

The parent ID for #2 and #3 need to reference the ID of #1. The problem I ran into was that the parent ID for #2 and 3 was not the ID of #1. Once I changed that, all worked fine. Basically what was goin on was that the contacts and contact categories existed in the database, but the menu didn't have the menu items referenced correctly.

See the screenshot in my post from August of 2022 in this thread.

User avatar
Per Yngve Berg
Joomla! Master
Joomla! Master
Posts: 31063
Joined: Mon Oct 27, 2008 9:27 pm
Location: Romerike, Norway

Re: No contacts in the admin panel after upgrading from Joomla 3.10.4 to 4

Post by Per Yngve Berg » Wed May 01, 2024 9:35 am

Mod. Note: Split from an old topic (viewtopic.php?f=812&p=3649757#p3649757)

Peace Freak
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 101
Joined: Fri Aug 17, 2007 2:24 am

Re: No contacts in the admin panel after upgrading from Joomla 3.10.4 to 4

Post by Peace Freak » Wed May 01, 2024 1:41 pm

steepedincode wrote:
Wed May 01, 2024 2:48 am
Peace Freak wrote:
Tue Apr 30, 2024 4:11 pm
Very sorry about interfering with this topic. If you would like me to start a new one, just say so and I'll do so.

I searched and could not find com_contact_contacts however, I did find something with a blank title with the word contacts in the path (id 417). Perhaps that is where the trouble lies?

Here is a screen shot:

main &amp; main-menu contact 2.jpg

Thank you!
Are you in the table xxxx_menu? There you need three records:
1) com_contact
2) com_contact_contacts
3) com_contact_categories

The parent ID for #2 and #3 need to reference the ID of #1. The problem I ran into was that the parent ID for #2 and 3 was not the ID of #1. Once I changed that, all worked fine. Basically what was goin on was that the contacts and contact categories existed in the database, but the menu didn't have the menu items referenced correctly.

See the screenshot in my post from August of 2022 in this thread.
Thank you. I have a second Joomla site that has the contacts displaying correctly. I compared both databases and found the working one has the three records you mentioned. The not working site has just com_contact.

I have no experience with databases. I would appreciate it if you could give me a brief overview on how to create the two tables. I imagine I would duplicate a similar item, then edit it, adjust the path and all the other parameters...


Post Reply

Return to “Migrating and Upgrading to Joomla! 4.x”