Multilingual userprofile switching problem

6 years 4 months ago #300710 by mk3

krileon wrote: Does the Itemid 153 match the French menu item or the English one? You mentioned when the user is logged in this all works fine. Ensure all your menu items to CBs profile page are set to public access.

The strange thing is that 153 does not even exist.... There are item ID greater and less than 153, but no 153.... In trashed items there's no 153 either...

Please Log in to join the conversation.

6 years 4 months ago #300719 by krileon
Replied by krileon on topic Multilingual userprofile switching problem
It's finding a menu item with an id of 153 from somewhere. Check directly in your _menu database table.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in to join the conversation.

6 years 4 months ago - 6 years 4 months ago #300722 by mk3

krileon wrote: It's finding a menu item with an id of 153 from somewhere. Check directly in your _menu database table.

I've done an export from my DB, quite strange I would say.... and they are not present in Joomla backend:
id	menutype	title	alias	note	path	link	type	published	parent_id	level	component_id	checked_out	checked_out_time	browserNav	access	img	template_style_id	params	lft	rgt	home	language	client_id
153	main	COM_COMPROFILER	com-comprofiler		com-comprofiler	index.php?option=com_comprofiler	component	1	1	1	10009	0	0000-00-00 00:00:00	0	1	../components/com_comprofiler/images/icon-16-cb.png	0	{}	83	100	0		1
154	main	COM_COMPROFILER_CONTROLPANEL	com-comprofiler-controlpanel		com-comprofiler/com-comprofiler-controlpanel	index.php?option=com_comprofiler	component	1	153	2	10009	0	0000-00-00 00:00:00	0	1	class:cpanel	0	{}	84	85	0		1
155	main	COM_COMPROFILER_SHOWUSERS	com-comprofiler-showusers		com-comprofiler/com-comprofiler-showusers	index.php?option=com_comprofiler&task=showusers&view=showusers	component	1	153	2	10009	0	0000-00-00 00:00:00	0	1	class:user	0	{}	86	87	0		1
156	main	COM_COMPROFILER_SHOWTAB	com-comprofiler-showtab		com-comprofiler/com-comprofiler-showtab	index.php?option=com_comprofiler&task=showTab&view=showTab	component	1	153	2	10009	0	0000-00-00 00:00:00	0	1	class:themes	0	{}	88	89	0		1
157	main	COM_COMPROFILER_SHOWFIELD	com-comprofiler-showfield		com-comprofiler/com-comprofiler-showfield	index.php?option=com_comprofiler&task=showField&view=showField	component	1	153	2	10009	0	0000-00-00 00:00:00	0	1	class:content	0	{}	90	91	0		1
158	main	COM_COMPROFILER_SHOWLISTS	com-comprofiler-showlists		com-comprofiler/com-comprofiler-showlists	index.php?option=com_comprofiler&task=showLists&view=showLists	component	1	153	2	10009	0	0000-00-00 00:00:00	0	1	class:search	0	{}	92	93	0		1
159	main	COM_COMPROFILER_SHOWPLUGINS	com-comprofiler-showplugins		com-comprofiler/com-comprofiler-showplugins	index.php?option=com_comprofiler&task=showPlugins&view=showPlugins	component	1	153	2	10009	0	0000-00-00 00:00:00	0	1	class:plugin	0	{}	94	95	0		1
160	main	COM_COMPROFILER_TOOLS	com-comprofiler-tools		com-comprofiler/com-comprofiler-tools	index.php?option=com_comprofiler&task=tools&view=tools	component	1	153	2	10009	0	0000-00-00 00:00:00	0	1	class:maintenance	0	{}	96	97	0		1
161	main	COM_COMPROFILER_SHOWCONFIG	com-comprofiler-showconfig		com-comprofiler/com-comprofiler-showconfig	index.php?option=com_comprofiler&task=showconfig&view=showconfig	component	1	153	2	10009	0	0000-00-00 00:00:00	0	1	class:config	0	{}	98	99	0		1

The first line is the ID 153.

Please Log in to join the conversation.

6 years 4 months ago #300723 by krileon
Replied by krileon on topic Multilingual userprofile switching problem
That's the backend menu item Joomla uses for the Components menu. Strange that CB is trying to use it, but looks like it's doing so because it can't find a frontend menu item. Have added a bug ticket to review the Itemid query we're using to see if there's a bug present with the access check as it certainly shouldn't be trying to use backend menu items.

forge.joomlapolis.com/issues/6961


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in to join the conversation.

6 years 4 months ago #300724 by mk3

krileon wrote: That's the backend menu item Joomla uses for the Components menu. Strange that CB is trying to use it, but looks like it's doing so because it can't find a frontend menu item. Have added a bug ticket to review the Itemid query we're using to see if there's a bug present with the access check as it certainly shouldn't be trying to use backend menu items.

forge.joomlapolis.com/issues/6961


Great! When do you think I would be ready?

Please Log in to join the conversation.

6 years 4 months ago #300726 by krileon
Replied by krileon on topic Multilingual userprofile switching problem
No idea, merge request is made and awaiting peer review. CB is always peer reviewed. Could take a day, few hours, few days, just depends.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in to join the conversation.

Moderators: beatnantkrileon
Time to create page: 0.223 seconds

Facebook Twitter LinkedIn