Looks like the build of 7.x-2.0-rc1 was finally successful after our problems with drupal.org and drush make this morning. The download available on the project page is correct and should work fine. Also updated Pantheon.

Please be sure to tag any new issues with this 7.x-2.0-rc1 version so they don't get lost. We are planning to release the 2.0 public version next Thursday at BADcamp, so I don't want to miss anything critical.

Please do not post issues from older versions as this point as so many things have been fixed in rc1. If you had a problem in a previous version, please overwrite your profiles/openatrium directory with the new rc1 version and retest and only report it it's still a problem in rc1.

With all of that said, there will always be bugs and improvements to be made, so the 2.0 public version is certainly not the end. We'll continue to have regular releases.

Comments

mpotter’s picture

Currently investigating the error

An AJAX HTTP error occurred. HTTP Result Code: 200 Debugging
information follows. Path:
StatusText: OK ResponseText: Fatal error: require_once(): Failed
opening required '/panopoly_theme.profile.inc'
(include_path='.:/usr/share/pear:/usr/share/php') in
/srv/bindings/9325634dd0154a12a9314e77734bde1a/code/profiles/openatrium/openatrium.profile
on line 19

that is occurring on Pantheon. This was also in #2046185: Fatal error: require_once() [function.require]: Failed opening required '/panopoly_theme.profile.inc' and I still don't get the error when installing locally with install.php. The panopoly_theme.profile.inc file is in the distribution so I can't figure out how drupal_get_path is failing to find it. We are looking into it.

kshall’s picture

I received the following error running the update script after moving the rc1 profiles/openatrium directory structure over:

PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'spaces.media_filter_usage' doesn't exist: DELETE FROM {media_filter_usage} WHERE (timestamp < :db_condition_placeholder_0) ; Array ( [:db_condition_placeholder_0] => 1371756741 ) in media_flush_caches() (line 1135 of /var/www/virtual/shallcross-consulting.com/spaces/htdocs/profiles/openatrium/modules/contrib/media/media.module).

It appears a newer 'media' module requires the creation of a new table 'media_filter_usage'. However the directory move does not take into account that the module is being installed for the first time to create the table.

Is there a drush routine that will re-install newer modules modifying MySQL tables? What command line syntax should be run?

kshall’s picture

Should line 10345 in profiles/openatrium/themes/oa_radix/assets/stylesheets/screen.css be set to use auto size for multil-select fields? If you filter on content, you will see a truncated box for line multi-select fields.

Currently it is:

select[multiple],
select[size] {
height: 30px;
}

should it be?:

select[multiple],
select[size] {
height: auto;
}

mpotter’s picture

Please create separate Issue topics for these issues. You shouldn't be running a newer Media module, you should be running the version used in the Open Atrium *.make file (in this case Media comes from the Panopoly core make file I believe). Do not manually update modules for distributions...distributions are tested with a very specific set of modules and patches.

mpotter’s picture

Status: Active » Fixed

NOTE: The error mentioned in #1 seems to have been a temporary caching issue of the older files. It can no longer be reproduced on Pantheon. So marking this as fixed.

Status: Fixed » Closed (fixed)

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