Skip to Content Skip to Menu

🕒 Save Time and Effort with CB Editor Assistant: Effortlessly create and refine content in Joomla 3, 4, & 5.
🎁 Limited Offer: Enjoy a 5-day FREE trial and save up to 30% afterward!

[SOLVED] any limitation on fields number?

11 years 7 months ago - 11 years 7 months ago #227851 by ninokorinteli
[SOLVED] any limitation on fields number? was created by ninokorinteli
Hello,
i'm having issue creating video fields. Getting error message after trying to save. So far i created 5 video fields assigned to different tabs. plus i keep getting this message when i try to save other field types too e.g. link, image since then.
Is there anything i can change in settings ?
Thank you
Attachments:
Last edit: 11 years 7 months ago by krileon.

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48700
  • Thanks: 8317
  • Karma: 1447
11 years 7 months ago #227941 by krileon
Replied by krileon on topic any limitation on fields number?
No, there's only a MYSQL column size limitation (which you hit). Please search with key term "BLOBs" and you'll find multiple topics on the issue as well as multiple fixes to workaround the MYSQL limitation.


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.

11 years 7 months ago #228152 by ninokorinteli
Replied by ninokorinteli on topic any limitation on fields number?
I searched 'BLOBs' as well as 'maximum row size'- was very helpful, thanks a lot


So - i have too many fields consuming to much space and hitting the limit of column size as soon as there is only one database table, and it's not yet possible to build a new database-table for each new tab, so that info is stored in different tables. would be great if that feature is available in the next CB version:)


so the temporary solution is - go to Mysql to _comprofiler and manually change each field type from varchar(255) to text (for every field i created), and so in cb.core.xml? and then run cb tools check and fix?

do i have to change database engine to InnoDB?

i am also having issues with CB conditional, but will be posting this separately

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48700
  • Thanks: 8317
  • Karma: 1447
11 years 7 months ago #228181 by krileon
Replied by krileon on topic any limitation on fields number?

so the temporary solution is - go to Mysql to _comprofiler and manually change each field type from varchar(255) to text (for every field i created), and so in cb.core.xml? and then run cb tools check and fix?

If you change it in cb.core.xml then run CB tool for fields checking then it'll ask if you want to fix it. You really only need to change Select and Text fields from varchar(255) to text and you should be ok.

do i have to change database engine to InnoDB?

You can and I suggest you do as J2.5-J3.0 are all InnoDB now. Please ensure you've made a backup of your database before making any of these changes though.


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.

11 years 7 months ago #228232 by ninokorinteli
Replied by ninokorinteli on topic any limitation on fields number?
it workes! thanks a lot for your help!

-i changed engine to InnoDB,
-edited cb.core.xml , where i only changed "select" (single select dropdown) and "text" types to "sql:text" - enough for now?
-ran tools check for fields, and it returned everything in green
-then changed every existing single dropdown and text field to text manually in database, as they all remained varchar(255)
-created text field and it appeared as text type in database
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