At admin/content/emfield,

Parse error: syntax error, unexpected $end in /home/[user]/domains/[domain]/public_html/[subdomain]/modules/emfield/contrib/image_ncck/providers/picasa.inc on line 155

Line 155 is the end of the file.

I checked, and it looks like line 111 might have an extra open-curly-brace. But I tried removing one and got an error about a function being redeclared.

Comments

alex ua’s picture

Status: Active » Postponed (maintainer needs more info)

Sorry about that. Can you try the latest Dev version, or delete the last { from line 111?

This is what line 111 should look like
if(preg_match('!([^/]*)\.ggpht\.com/([^/]*)/([^/]*)/([^/]*)/([^/]*)/(.*)!i', $code, $matches)){

I'll re-roll the module once you confirm this fixes the problem (it worked on my server).

Anonymous’s picture

I confronted this problem today and also fixed it by removing the extra { on that line.

alex ua’s picture

Status: Postponed (maintainer needs more info) » Fixed

I've updated the dev version (i.e. HEAD), and rolled a new release. Sorry about that!

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.