Hi
I'm using the Omega 4 with drupal commons.
I got this error message

includes/bootstrap.inc on line 2218

https://drupal.org/node/1237020 fix is at

"The culprit is marinelli/templates/node--teaser.tpl.php as shown in the stack.

The class attribute passed to l() is not an array.
Change this (Line 41)
array('attributes' => array('class' => t('node-readmore-link'))));

to
array('attributes' => array('class' => array('node-readmore-link'))));"

I hope that's helpful

Comments

fubhy’s picture

Category: bug » support
Status: Active » Postponed (maintainer needs more info)

Hmm. I don't see how this is related to Omega?

charlie charles’s picture

Drupal commons say's the error message will
be caused by the theme having improperly class attribute.

https://drupal.org/node/2110823

It looks like whatever theme that you're using is setting a class attribute on something improperly.

Classes need to be listed inside of an array:

array(
  'attributes' => array(
    'class' => array('myclass'),
  ),
);</blockquote>

The error message only happens when using the omega theme

steinmb’s picture

Issue summary: View changes
Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

marinelli.... No activity in two years. Closing