Since upgrading today to 6.x-1.x-dev (2010-May-27), I cannot get to the admin UI. I get a plain white page with this error:

Parse error: syntax error, unexpected ';' in /home/mysite/public_html/sites/all/modules/nodewords/nodewords_basic/includes/nodewords_basic.nodewords.tags.inc  on line 230

Comments

danny englander’s picture

It looks like there was a right Parenthesis missing.

Original code:

    t('The default value for the meta tag ROBOTS has been changed from <q>index,follow</q> to <q>noindex,nofollow</q>.',

code which fixes error:

    t('The default value for the meta tag ROBOTS has been changed from <q>index,follow</q> to <q>noindex,nofollow</q>.'),
Anonymous’s picture

Status: Active » Fixed

I fixed the syntax error, and committed in Drupal.org repository. Thanks for your report.

Status: Fixed » Closed (fixed)

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