Hi, i recently updated my drupal 4.7 site to 5 rc1, i disabled all 3rd party modules before the install.
It all worked well for about a week till a new user signed up.

get this error when logged in while attempting to access forum posts and the front page, but i can still move around admin freely:

Fatal error: Cannot use string offset as an array in /home/ozpoliti/public_html/includes/theme.inc on line 533

i couldnt figure it out, i had a look at a few other forum posts but found no solution, cant find a category module.

so i ripped this part out of theme.inc to keep the site at least going.

else {
$link['attributes']['class'] = $key;
$class = $key;
}

im using the default themes, get the same problem when switching themes.

if i can get some help resolving this issue it would be great, im limited with my drupal php knowledge

thanks in advance

Comments

drumm’s picture

Status: Active » Postponed (maintainer needs more info)

What is the URL this happens on? (You can remove the domain name if you want.)
Have you added any modules?

lockey’s picture

http://ozpolitics.org/forums/general/energy/the_renewable_energy_debate

its wierd though, because the page seems to work today normaly :S

i put those lines i took out back in so you could see yourself but it works now :\

before the problems only happened when logged in, all 3rd party modules including path auto were disabled

dries’s picture

Can anyone reproduce this?

dries’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

No feedback.