Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
That'll be a problem then. There's not enough bytes left for text type pointers with large amount of text in them. You need to remove some fields or change the InnoDB file format.Thanks Kyle. I just did a quick list and I have
46 text areas
143 text fields
29 Custom HTML
and some checkboxes and other smaller fields (284 fields in total).
It's not a new engine or anything, but a different file format. Databases are stored into files and the Barracuda format stores much much smaller pointers than Antelope allowing for significantly more data per row.I also checked - I am using the InnoDB engine - I'm not sure if my host allows the Barracuda engine.
Remove fields or limit the amount of text that can be put into the textarea fields.Is there anything else that can be done?
Custom HTML fields don't have storage so that's not an issue. Only fields with storage will cause this. Check your _comprofiler table to see how many database columns are being used. If you're up in the 150+ columns range it's going to start becoming a problem.I can probably remove the custom HTML fields now too - that was from before when I wasn't using Community Builder Profile Pro to format my tabs.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.