| 
Welcome, Guest

4:Fields not in manager & CB database check/fi
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: 4:Fields not in manager & CB database check/fi

4:Fields not in manager & CB database check/fi 3 years, 8 months ago #64606

  • Posts:
  • Karma:
This issue is now fixed in Community Builder 1.2 RC 2.
Community Builder 1.2 RC 2 is a recommended upgrade.




Here comes issue 4:

This got confirmed by a few users:

It's not really a bug, but we will be improving the database checker/upgrader.

In comprofiler_fields table, pluginid and tabid should never be 0 (NULL are fixed correctly by database fix but not 0).

We just saw a system where it was the case, and the upgrader didn't react to that. No idea why that was so, but it's very probably was already so prior to CB 1.2 RC upgrade.

Symptoms:

- Don't see fields in backend fields manager

- Don't see those fields in user profile

- Don't see those fields in users-list (in addition of the above !)

- Possibly cannot register or save user in frontend

- CB database checker returns that all is fine



Workaround:


Execute following 2 queries in phpMyAdmin to bring things back in order, then move out of status tab the fields that you don't want there:

 
UPDATE jos_comprofiler_fields SET pluginid = 1 WHERE pluginid = 0;
UPDATE jos_comprofiler_fields SET tabid = 21 WHERE tabid = 0;


Related main discussion-thread:

www.joomlapolis.com/component/option,com...d,50/id,64608/#64608

EDIT: fixed related thread URL

Post edited by: beat, at: 2008/06/04 15:02

Post edited by: beat, at: 2008/07/01 14:02
Beat
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly
CB links: Subscribe to CB documentation - Our templates - Paid Subscriptions - Get Hosting - Our Forge - Incubator
Visit my CB Profile - Send me a Private Message (PM)
--
help us spend more time coding by helping others in this forum, many thanks
The topic has been locked.

Re:4:Fields not in manager & CB database check/fi 3 years, 7 months ago #66957

  • Posts:
  • Karma:
This issue is now fixed in Community Builder 1.2 RC 2.

Community Builder 1.2 RC 2 is a recommended upgrade.
Beat
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly
CB links: Subscribe to CB documentation - Our templates - Paid Subscriptions - Get Hosting - Our Forge - Incubator
Visit my CB Profile - Send me a Private Message (PM)
--
help us spend more time coding by helping others in this forum, many thanks
The topic has been locked.
  • Page:
  • 1
Time to create page: 0.61 seconds