Hi, I am sorry it´s the perfect place to report an issue.
I update to lastest omega version, and now i have an error before below the update.

Recoverable fatal error: Argument 1 passed to drupal_attributes() must be an array, string given, called in /home/lemdeals/public_html/recruiter/profiles/recruiter/themes/cloudy/templates/views-view-table--front-page-job-search.tpl.php on line 15 and defined in drupal_attributes() (line 2366 of /home/lemdeals/public_html/recruiter/includes/common.inc).

Please, could you help me. I installed the eRecruiter distribution and I am fighting with the configuration.

Thanks in advance
Luis

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dasjo’s picture

omega has completely changed the css output in order to mimic the BEM-like structure being implemented for Drupal 8. these changes basically break cloudy and are the reason why recruiter uses a specific version of omega at the moment:

projects[omega][type] = theme
projects[omega][version] = "4.x-dev"
projects[omega][download][type] = git
projects[omega][download][branch] = 7.x-4.x
projects[omega][download][revision] = 8d5494d4cf9bdb7e69eb9e8f47f5b76a282e705b

the attached patch fixes the table template, but still a lot of the css in cloudy would need to be updated in order to make it work properly with the new css structure delivered by omega 4.

a second attachment visualizes how the cloudy looks with omega 4 beta 1 at the moment. we don't have an agenda for updating cloudy to the latest version of omega at the moment, but would be pleased to review patches in order to speed up that process.

discipolo’s picture

one more thing that needs to be updated: region classes, now instead of .region-navigation its l-region--navigation

sepgil’s picture

Status: Active » Fixed

With the new 1.2 release, cloudy is updated to the newest omega release.

Status: Fixed » Closed (fixed)

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