Notice: Array to string conversion in rdf_preprocess_image() (line 765 of /Applications/MAMP/htdocs/960/modules/rdf/rdf.module).
Recoverable fatal error: Argument 1 passed to drupal_attributes() must be an array, string given, called in /Applications/MAMP/htdocs/960/includes/theme.inc on line 1515 and defined in drupal_attributes() (line 2222 of /Applications/MAMP/htdocs/960/includes/common.inc).
This is coming from a clean install of 7x.beta2. If you disable the RDF module then you just get the second message:
Recoverable fatal error: Argument 1 passed to drupal_attributes() must be an array, string given, called in /Applications/MAMP/htdocs/960/includes/theme.inc on line 1515 and defined in drupal_attributes() (line 2222 of /Applications/MAMP/htdocs/960/includes/common.inc).
Comments
Comment #1
asanchez75 commentedsubscribing
Comment #2
jazerb commentedAlso subscribing
Comment #3
trogie commentedsubscribing
Comment #4
trogie commentedDamned, i really need this one fixed for my themes i'm already developing in 7.x... But I can't find any particular problems...
Comment #5
trogie commentedOK, found it: remove the check for 'Use the default logo' in the 'Logo image settings' in the Ninesixty (sub)theme settings. Seems to be a problem with the theme_image function. I'll investigate more later.
Comment #6
trogie commentedComment #7
trogie commentedor apply the patch in http://drupal.org/node/956266 (duplicate)