Closed (fixed)
Project:
Open Public EU
Version:
7.x-1.0
Component:
Miscellaneous
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 May 2011 at 13:25 UTC
Updated:
31 Aug 2012 at 10:41 UTC
After uploading custom logo image site doesn't work at all, just displays the following error:
Fatal error: [] operator not supported for strings in C:\xampp\htdocs\drupal\includes\common.inc on line 2313
Comments
Comment #1
Ivo.Radulovski commentedthis is something that comes from the original OpenPublic theme and was taken into the theme here.
Please have a look at http://drupal.org/node/1087338
Change your file to logo.png or use this to fix the problem:
change the template.php:
We will update the theme soon.
Thanks,
Ivo
Comment #2
samardel commentedthanks..
I am facing one more problem, should I create a new issue for it or you will consider it here?
Issue is: newly created main menu items don't display at all but changing the theme to default (Bartik 7.0) or something else, they appear properly.
Comment #3
Ivo.Radulovski commentedcreated a new one:
http://drupal.org/node/1144580
Comment #4
rhia05 commentedI have modified the template.php and changed the file name to logo.png and my site breaks still when trying to change the logo.
Comment #5
tomdavidson commentedI still get the fatal error when using "logo.png", but the patch at http://drupal.org/node/1087338#comment-4245242 appears to do the trick for me.
br, tom
Comment #6
mmartinov commentedI've just applied the patch from the previous comment.