Parse error: syntax error, unexpected $end in C:\htdocs\d6v2\sites\all\modules\services\services.module on line 529

in most recent version...

CommentFileSizeAuthor
#1 services.zip26.55 KBAnonymous (not verified)

Comments

Anonymous’s picture

Status: Active » Needs review
StatusFileSize
new26.55 KB

Fixed the error - watch your coding... missed two closing brackets for the "if" statements in the function below "// Add additonal processing for methods requiring api key" between lines 249 and 266 in the "services.module" file.

msheppard’s picture

Confirmed this was a problem for me as well. Above patch fixes it.

marcingy’s picture

Status: Needs review » Fixed

bad patch by me but this doesn't actually fix the issue it merely treats the symptom.

New version committed which corrects issue added to drupal 6 only

Anonymous’s picture

Status: Fixed » Closed (fixed)

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