Posted by dide on February 13, 2007 at 7:51pm
Jump to:
| Project: | Drupal core |
| Version: | 6.14 |
| Component: | update.module |
| Category: | bug report |
| Priority: | major |
| Assigned: | Unassigned |
| Status: | needs work |
Issue Summary
Fatal error: Cannot use string offset as an array in /home/sloki/user/t22602/sites/seamolec.org/www/ws/includes/theme.inc on line 552
It's show up when I click on all "(event)" link on callendar mode (tried one by one)
I try to change my costom theme to default, but still error. looks like compitability problems
Comments
#1
I believe I already fixed this a few days ago. Please try a new download and re-open if it persists.
#2
I just installed the "modified" version of this module that works in 5.x and am experiencing this problem. Perhaps their modified version does not include your fix. Can you tell me what to change to fix it and I'll modify my own copy? Thanks.
#3
Disregard above. Problem appears to be with OG Calendar, not Event.
#4
#5
I was receiving this problem off of a fresh 5.1 install... couldn't find a real solution, so I added a simple array test to line 552 of theme.inc:
if (is_array($link['attributes'])) $link['attributes']['class'] = $key;#6
Version 6.13, pushbutton theme - not hacked
complete error code is: Fatal error: Call to undefined function system_region_list() in /home4/yourhon2/public_html/includes/theme.inc on line 1769
Any help would be appreciated. I cannot open any part of my site. Do you think I need to re -- upload, overwrite all files ? Thank You
#7
I also have this and do not know why - please help
#8
Same error
It's a drupal upgrade error
#9
Is there any interest in resolving this issue?
#10
#11