Skip to Content Skip to Menu

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

Update CB problems

  • cwhitlock
  • cwhitlock
  • OFFLINE
  • Posts: 34
  • Thanks: 0
  • Karma: 0
9 years 7 months ago - 9 years 7 months ago #260843 by cwhitlock
Update CB problems was created by cwhitlock
Getting this when I tried to update CB on my Joomla 2.5.
Going through Siteground.com

1118 - An error has occurred.
Row size too large. The maximum row size for the used table type, not counting BLOBs, is 65535. You have to change some columns to TEXT or BLOBs SQL=ALTER TABLE `jos_comprofiler` ADD `canvas` varchar(255) DEFAULT NULL AFTER `avatarapproved`
Last edit: 9 years 7 months ago by cwhitlock.

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

  • cwhitlock
  • cwhitlock
  • OFFLINE
  • Posts: 34
  • Thanks: 0
  • Karma: 0
9 years 7 months ago #260846 by cwhitlock
Replied by cwhitlock on topic Update CB problems
Found some posts and will see if they help.

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

  • cwhitlock
  • cwhitlock
  • OFFLINE
  • Posts: 34
  • Thanks: 0
  • Karma: 0
9 years 7 months ago #260847 by cwhitlock
Replied by cwhitlock on topic Update CB problems
Now I have this problem

Database loading error. Check and repair your database in Components / Community Builder / Tools.
SQL Error (visible to super-admins only): Unknown column 'a.edit' in 'field list' SQL=SELECT a.`fieldid`, a.`name`, a.`title`, b.`name` AS `pluginname`, b.`published` AS `pluginstate`, a.`pluginid`, a.`type`, c.`pluginid` AS `tabpluginid`, d.`name` AS `tabpluginname`, d.`published` AS `tabpluginstate`, c.`title` AS `tabname`, c.`enabled` AS `tabstate`, a.`tabid`, a.`required`, a.`profile`, a.`registration`, a.`edit`, a.`searchable`, a.`published`, a.`ordering`, a.`sys`, a.`tablecolumns` FROM `jos_comprofiler_fields` AS a LEFT JOIN `jos_comprofiler_plugin` AS b ON b.`id` = a.`pluginid` INNER JOIN `jos_comprofiler_tabs` AS c ON c.`fields` = 1 AND c.`tabid` = a.`tabid` LEFT JOIN `jos_comprofiler_plugin` AS d ON d.`id` = c.`pluginid` ORDER BY c.`position`, c.`ordering`, a.`ordering`, a.`name` LIMIT 0, 20
CB Plugins database not upgraded. Please check and fix CB database in administration area in Components / Community Builder / Tools / Check Community Builder Database.
SQL Error (visible to super-admins only): Unknown column 'viewaccesslevel' in 'where clause' SQL=SELECT *, CONCAT_WS( "/", `folder`, `element` ) AS lookup FROM `jos_comprofiler_plugin` WHERE `published` = 1 AND `viewaccesslevel` IN (1,2,3,4) AND `type` = 'user' ORDER BY `ordering`
CB Plugins database not upgraded. Please check and fix CB database in administration area in Components / Community Builder / Tools / Check Community Builder Database.
SQL Error (visible to super-admins only): Unknown column 'viewaccesslevel' in 'where clause' SQL=SELECT *, CONCAT_WS( "/", `folder`, `element` ) AS lookup FROM `jos_comprofiler_plugin` WHERE `published` >= 0 AND `viewaccesslevel` IN (1,2,3,4) AND `type` = 'user' ORDER BY `ordering`

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

  • cwhitlock
  • cwhitlock
  • OFFLINE
  • Posts: 34
  • Thanks: 0
  • Karma: 0
9 years 7 months ago - 9 years 7 months ago #260852 by cwhitlock
Replied by cwhitlock on topic Update CB problems
Changed as many as possible to "text" in the types, but still not working. Stuck.
Last edit: 9 years 7 months ago by cwhitlock.

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48466
  • Thanks: 8280
  • Karma: 1443
9 years 7 months ago #260885 by krileon
Replied by krileon on topic Update CB problems
Your database table is more or less full. Too many columns. CB can't fix this until after it's installed so if you've hit this limit before installing CB 2.x you have to manually fix it. To do that you need to convert varchar columns to text columns. Once that's done change the table engine to InnoDB and install CB 2.x then run CB > Tools database checks to fix any remaining issues and correct field column types.

The other database error is due to a half installed CB 2.x trying to query for a column that doesn't exist yet due to failed database queries.


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.

  • cwhitlock
  • cwhitlock
  • OFFLINE
  • Posts: 34
  • Thanks: 0
  • Karma: 0
9 years 7 months ago #260886 by cwhitlock
Replied by cwhitlock on topic Update CB problems
Still trying to fix. Been reading and reading on the forums and there doesn't seem to be just one concrete answer. Please Please help! I don't know what to do. I feel like if I do more, I am going to jack up the whole site altogether. I just CB is messed up.

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

Moderators: beatnantkrileon
Powered by Kunena Forum