Doubled Menu in Backend

Phoca Cart - complex e-commerce extension
FlorianWachter
Phoca Member
Phoca Member
Posts: 15
Joined: 12 May 2023, 12:10

Re: Doubled Menu in Backend

Post by FlorianWachter »

Hey every one - i am sorry, that i needed some days to recreate.

In the xml it looks not like it is doubled - i think
http://graef-entwicklung.de.dedi3584.yo ... cacart.xml
AWiki
Phoca Member
Phoca Member
Posts: 17
Joined: 06 Nov 2023, 08:39

Re: Doubled Menu in Backend

Post by AWiki »

Hi Jan I checked and I have only single entries. Do you want a copy of the xml file?
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48398
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Doubled Menu in Backend

Post by Jan »

Hi, then the problem is not inside the XML but somewhere in Joomla system, maybe in database in table:
Try to go to phpMyAdmin, if possible and try to search for example this menu link: "COM_PHOCACART_XML_FEEDS" in Joomla menu table:

Code: Select all

SELECT * FROM `jos_menu` WHERE title = 'COM_PHOCACART_XML_FEEDS';
(change jos_ to your prefix)

If you get two items, then the problem is inside database and in such case, all the doubled items needs to be managed there - to remove each doubled menu so only one stays there :idea:

Image

Jan
If you find Phoca extensions useful, please support the project
radimsturma
Phoca Member
Phoca Member
Posts: 12
Joined: 23 Feb 2018, 11:14

Re: Doubled Menu in Backend

Post by radimsturma »

Hi, in administrator/components/com_phocacart/phocacart.xml its not doubled. Another component in backend menu works fine. Radim
AWiki
Phoca Member
Phoca Member
Posts: 17
Joined: 06 Nov 2023, 08:39

Re: Doubled Menu in Backend

Post by AWiki »

Hi Jan I checked the menu table and have only one entry as well:
SELECT * FROM `cthnb_menu` WHERE title = 'COM_PHOCACART_XML_FEEDS';
eige Datensätze 0 - 0 (1 insgesamt, Die Abfrage dauerte 0.0024 Sekunden.)
radimsturma
Phoca Member
Phoca Member
Posts: 12
Joined: 23 Feb 2018, 11:14

Re: Doubled Menu in Backend

Post by radimsturma »

I have it same how AWiki … one item in DB and all COM_PHOCACART_ items in „jos_menu“ are by 1 pcs.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48398
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Doubled Menu in Backend

Post by Jan »

Try to download the latest version 4.0.10 and try to reinstall your version (even it is the same version), to be sure, on your server runs the latest version. Do you still get the same problems?

Jan
If you find Phoca extensions useful, please support the project
radimsturma
Phoca Member
Phoca Member
Posts: 12
Joined: 23 Feb 2018, 11:14

Re: Doubled Menu in Backend

Post by radimsturma »

Hi Jan, unfortunately no change.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48398
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Doubled Menu in Backend

Post by Jan »

Hi, really hard to say what can be wrong. Are you able to send me super user login (e.g. per PM) so I can take a look at it?

Thank you, Jan
If you find Phoca extensions useful, please support the project
radimsturma
Phoca Member
Phoca Member
Posts: 12
Joined: 23 Feb 2018, 11:14

Re: Doubled Menu in Backend

Post by radimsturma »

Hi Jan, I send you private message with access.
Post Reply