Skip to Content Skip to Menu

1364 field doesn't have a default value

  • krileon
  • krileon
  • ONLINE
  • Posts: 48541
  • Thanks: 8290
  • Karma: 1445
2 years 11 months ago #327548 by krileon
Replied by krileon on topic 1364 field doesn't have a default value
You won't need to wait for CB 2.7. We'll be releasing the fix in a nightly build once it is reviewed and merged. Below is the fix. As it's pretty small and simple you should be able to apply it yourself so you don't have to wait.

IN: /components/com_comprofiler/plugin/user/plug_cbcore/cb.core.xml
ON: LINE 95
FROM:
Code:
<data name="" nametype="namesuffix" type="sql:mediumtext" />
TO:
Code:
<data name="" nametype="namesuffix" type="sql:mediumtext" null="true" default="NULL" translate-default="no" />

Once that is done within CB > Tools click the "Check Community Builder User Fields Database with strict column types" link in the description of the "Check Community Builder User Fields Database" tool. This will tell you that there's an issue with multicheckbox default value and offer to fix it. Once fixed your issue should be resolved.


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.

  • lucamurru
  • lucamurru
  • OFFLINE
  • Posts: 7
  • Thanks: 1
  • Karma: 0
2 years 11 months ago #327558 by lucamurru
Replied by lucamurru on topic 1364 field doesn't have a default value
Hello Kyle,

I followed your instructions and modified the cb.core.xml file.
Problem solved.
Thank you
Luca
The following user(s) said Thank You: krileon

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

Moderators: beatnantkrileon
Powered by Kunena Forum