A ")" is missing from pathauto.inc.php's 366th line. Release: aug-26.
Which revision of pathauto.inc? Look at the top of the file for the line that beings // $Id...
I did a cvs update to the latest copy as of today and then used the php -l utility to check syntax and it seems to be fine.
php -l
root@domU:/mnt/drupal/6_drupal/sites/all/modules/pathauto# php -l pathauto.inc No syntax errors detected in pathauto.inc root@domU:/mnt/drupal/6_drupal/sites/all/modules/pathauto# head pathauto.inc <?php // $Id: pathauto.inc,v 1.50 2008/08/26 04:55:19 freso Exp $
Are you sure you don't mean pathauto.admin.inc? See #300204: Missing ")" in pathauto.admin.inc.
Also, this is a -dev version and doesn't cause data corruption or anything... so not critical.
ŐRY Máté - thanks for reporting this. I assume this is a duplicate of the issue in #2. If not, please re-open it.
Comments
Comment #1
gregglesWhich revision of pathauto.inc? Look at the top of the file for the line that beings // $Id...
I did a cvs update to the latest copy as of today and then used the
php -lutility to check syntax and it seems to be fine.Comment #2
Freso commentedAre you sure you don't mean pathauto.admin.inc? See #300204: Missing ")" in pathauto.admin.inc.
Comment #3
Freso commentedAlso, this is a -dev version and doesn't cause data corruption or anything... so not critical.
Comment #4
gregglesŐRY Máté - thanks for reporting this. I assume this is a duplicate of the issue in #2. If not, please re-open it.