Skip to Content Skip to Menu

🎃 Happy Halloween! Treat yourself with an awesome discount! Get 20% off now with code SPOOKY-2024!

Email and username not visable on user detail view

  • krileon
  • krileon
  • ONLINE
  • Posts: 48454
  • Thanks: 8280
  • Karma: 1443
8 years 1 day ago #287407 by krileon
Please PM backend super administrator login credentials and will take a look.


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 or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48454
  • Thanks: 8280
  • Karma: 1443
8 years 1 day ago - 8 years 1 day ago #287421 by krileon
The name displayed in the canvas is the formatname field. You have it on the "User Information" tab, but that tab is unpublished so it can't display the formatname. You have the same issue with the avatar field being on the unpublished "Pasfoto" tab so it can't display either.

You also have the following error.

Code:
Column 'username' in order clause is ambiguous SQL=SELECT DISTINCT ue.*, u.*, '' AS 'NA' FROM #__users u JOIN #__user_usergroup_map g ON g.`user_id` = u.`id` JOIN #__comprofiler ue ON ue.`id` = u.`id` WHERE u.block = 0 AND ue.banned = 0 AND ue.approved = 1 AND ue.confirmed = 1 AND g.group_id IN (8, 2, 9) ORDER BY `username` ASC LIMIT 0, 50

For some reason the "username" column exists in your _comprofiler table and it should not. That should only exist in _users and you'll need to manually remove that column in _comprofiler database table. Looks like you've the same issue with "name" as well.

One of your profile tabs also appears to have broken HTML so your profile page HTML is being distorted. It appears the HTML is coming from Bijeenkomsten tab, but could be one of your tab or field titles that you've HTML in.


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.
Last edit: 8 years 1 day ago by krileon.

Please Log in or Create an account to join the conversation.

  • Tom16
  • Tom16
  • OFFLINE
  • Posts: 38
  • Thanks: 2
  • Karma: 0
7 years 11 months ago #287449 by Tom16
HI Kyle,

I have solved the errors you've mentioned but I kept getting the same problems.
Finally I removed the CB 2.0.15 files and reinstalled CB 2.0.14 and now it works flawless again.

Thanks for your help.

Tom

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum