Skip to Content Skip to Menu

[SOLVED] CB Activity 3 RC1

9 years 6 months ago - 9 years 6 months ago #263564 by pheinrichs
[SOLVED] CB Activity 3 RC1 was created by pheinrichs
Installing the new plugin gives me the following message:

Specified key was too long; max key length is 1000 bytes SQL=CREATE TABLE `jos_comprofiler_plugin_activity_comments` ( `id` int(11) unsigned NOT NULL auto_increment, `user_id` int(11) NOT NULL DEFAULT 0, `type` varchar(255) NOT NULL DEFAULT '', `subtype` varchar(255) DEFAULT NULL, `item` varchar(255) DEFAULT NULL, `parent` varchar(255) DEFAULT NULL, `message` text, `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `params` text, PRIMARY KEY (`id`), KEY `user_id` (`user_id`), KEY `type` (`type`), KEY `subtype` (`subtype`), KEY `item` (`item`), KEY `parent` (`parent`), KEY `date` (`date`), KEY `user_id_date` (`user_id`, `date`), KEY `type_item_date` (`type`, `item`, `date`) )AUTO_INCREMENT=1, ENGINE=MyISAM
Last edit: 9 years 6 months ago by krileon.

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48478
  • Thanks: 8282
  • Karma: 1443
9 years 6 months ago - 9 years 6 months ago #263565 by krileon
Replied by krileon on topic CB Activity 3 RC1

ENGINE=MyISAM

You never migrated your table engine. Run the database tools in CB > Tools to migrate to InnoDB then re-install CB Activity. No one should be using MyISAM at this point. Please also see the below post regarding changes in CB Activity and not yet implemented features.

www.joomlapolis.com/forum/6-news-and-publicity/229413-cb-activity-30-preview?start=6#262964


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.
Last edit: 9 years 6 months ago by krileon.

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

9 years 6 months ago #263568 by pheinrichs
Replied by pheinrichs on topic CB Activity 3 RC1
I do not see that option in the CB tools. When I go into the "Check CB Plugins Database" it comes up with the following:

CB plugin "CB Activity" database structure differences:
Table #__comprofiler_plugin_activity_comments does not exist
Table #__comprofiler_plugin_activity_hidden does not exist
Table #__comprofiler_plugin_activity_actions does not exist
Table #__comprofiler_plugin_activity_emotes does not exist

When I click on fix it gives me the same message as above.

Not sure where I upgrade to InnoDB

Thanks

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48478
  • Thanks: 8282
  • Karma: 1443
9 years 6 months ago #263569 by krileon
Replied by krileon on topic CB Activity 3 RC1
You need to run all of the database tools and apply their fixes. Specifically be sure to run "Check Community Builder Database".


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.

9 years 6 months ago #263570 by pheinrichs
Replied by pheinrichs on topic CB Activity 3 RC1
Everything is green (no fixes suggested) for all database checks except for the one I mentioned previously in the Plugins check.

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48478
  • Thanks: 8282
  • Karma: 1443
9 years 6 months ago - 9 years 6 months ago #263571 by krileon
Replied by krileon on topic CB Activity 3 RC1
Check your database and ensure your Joomla _users table has also been changed to InnoDB. CB matches Joomlas _users table. If Joomla is stuck on MyISAM then something went wrong with your Joomla install/upgrade and you'll need to manually change the engine. The key length of index on MyISAM is too short for CB Activity indexes, which are needed to maintain performance. Will review reducing some of the indexes as needed for RC2, but your table engine really needs fixed.


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.
Last edit: 9 years 6 months ago by krileon.

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

Moderators: beatnantkrileon
Powered by Kunena Forum