I have the CIS and MOOC installed and I was continuing to install the CLE. I get the below error after the site finished install. I tried to run with newer versions of OG and OG_clone on the install but that did not help.
Do you have an newer Alpha2 distribution planned to release?

PDOException: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away: SELECT ogr.rid AS rid, ogr.name AS name FROM {og_role} ogr WHERE (group_type = :db_condition_placeholder_0) AND (group_bundle = :db_condition_placeholder_1) AND (gid = :db_condition_placeholder_2) ORDER BY rid ASC; Array ( [:db_condition_placeholder_0] => node [:db_condition_placeholder_1] => section [:db_condition_placeholder_2] => 0 ) in og_roles() (line 2605 of C:\xampp\htdocs\elmsln\studio\sites\all\modules\contrib\og\og.module).

Comments

btopro’s picture

Planned, absolutely. MOOC and CIS got the full attention and the mega cross-distro package of CIS Connector has been added to and modified to work with the CLE and ICOR distros that are in super dev states. I need to publish a new release of CLE that actually builds, after MOOC goes beta (as soon as I get around to some more testing) then CLE will start to get more attention. We pushed back on rolling out CLE so that we could get more MOOC instances into production but it'll need to see some love soon.

You can try checking out the latest git branch git clone --branch 7.x-1.x btopro@git.drupal.org:project/cle.git and I pushed a dev branch through so it should start to build soon but outside of manually building with drush make it's not production ready yet.

Most of the code that does cross connections is provided by cis_connector so you could start to stand up what this is trying to provide and hook it into your CIS / MOOC distros with some of the connector modules included.

btopro’s picture

Status: Active » Fixed

http://elmsln.org has the latest state of the project and this repo now is in sync with what's available in the master repo on github

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.