Zend_Config_Exception error

We're just recently noticed that we're getting this error message when trying to edit things, and also clicking on Appearance in the Admin interface:

Zend_Config_Exception
syntax error, unexpected $end, expecting TC_DOLLAR_CURLY or TC_QUOTED_STRING or '"' in /home/eloehr/smithlibraries.org/digital/themes/neilson/theme.ini on line 13

Has anyone seen something similar?

We're running Omeka 2.01 on Dreamhost; they upgraded the version of PHP to 5.4 a couple of months ago - - could that be the issue?

Thanks - - Eric

What does the theme.ini file for your "neilson" theme look like?

What does the theme.ini file for your "neilson" theme look like?

Here's the theme.ini for "neilson":
;;;;;;;
; Theme Settings
;;;;;;;
[theme]
author = ""
title = "Neilson"
description = "Revised Robot theme, used for the Neilson centennial exhibit, banner is part of theme"
license = "GPL"
website = http://smithlibraries.org/digital/"
omeka_minimum_version="1.0"
omeka_tested_up_to="1.4.1"
version="1.1"
tags="clean, navy, white"

I'm seeing the same error message for another theme, though; here's the theme.ini for that one:
;;;;;;;
; Theme Settings
;;;;;;;
[theme]
author = ""
title = "frederick"
description = "Revised Robot theme, used for the Pauline Frederick exhibit, banner is part of theme"
license = "GPL"
website = "http://smithlibraries.org/digital/"
omeka_minimum_version="1.0"
omeka_tested_up_to="1.4.1"
version="1.1"
tags="clean, navy, white"

There's a missing quotation mark at the beginning of the website field on your first INI file. Does adding that back in affect the error?

Hi John,

I'd added that to the "frederick" one with no luck before posting to the forum, but when I just added it to the "neilson" one, suddenly it's OK when I click on Appearance. (I haven't tried adding anything - - I don't really ever add content, so I'll ask other staff to give that a try).

The only difference between adding it to the "frederick" theme and the "neilson" theme was that I didn't log out after doing the frederick, but did after the neilson.

It's great if that fixed it, but it seems odd that a missing quote in one or two themes could do that....

Anyway, thanks for your suggestion - -

Eric