hi guys,

on some locations on my site, like localize / modules i got the following warning message, since i installed the alpha6 version.

warning: Error parsing sites/all/modules/advanced_fo*um/advanced_fo*um.info on line 1 in \includes\module.inc on line 195.

Regards

Lausch

Comments

jgoldfeder’s picture

Title: warning: Error parsing sites/all/modules/advanced_forum/advanced_forum.info on line 1... » (missing semicolon) warning: Error parsing sites/all/modules/advanced_forum/advanced_forum.info on line 1...

The info file is missing a semicolon. Open up the info file and add a semicolon and a space in front of:

$Id: advanced_forum.info,v 1.6 2008/03/23 02:22:38 michellec Exp $

so it looks like:

; $Id: advanced_forum.info,v 1.6 2008/03/23 02:22:38 michellec Exp $

/updated title to reflect error

Lausch’s picture

fix this problem isnt a problem for me...

but i think the public stable version of the module should be updated

regards

Lausch

michelle’s picture

Status: Active » Fixed

Whoops. I went through adding the tags to all the files and didn't realize the .info files were different from other text files.

Thanks for catching it.

Michelle

dadderley’s picture

Thank you, thank you, thank you
I just had the same problem and you mad it right.

Interestingly enough, I cut and pasted the error message ( Error parsing sites/all/modules/advanced_forum/advanced_forum.info on line 1) into drupal search and Bingo! salvation was at hand!

Lausch’s picture

Status: Fixed » Closed (fixed)

hehe,

shxx happens :-)

regards

Lausch

michelle’s picture

Status: Closed (fixed) » Fixed

Please don't change issues to closed. That drops it off the page and I get more issues filed.

Michelle

himagarwal’s picture

i just created a support for the same problem........sorry........problem sorted out.....module should be updated......

michelle’s picture

The module _is_ updated and has been since the bug was found. I just didn't want to release another alpha to add a semicolon. But since people aren't bothering to read the project page or issue queue before filing issues, I just went ahead and made another alpha.

Michelle

Anonymous’s picture

Status: Fixed » Closed (fixed)

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

michelle’s picture

Title: (missing semicolon) warning: Error parsing sites/all/modules/advanced_forum/advanced_forum.info on line 1... » Missing semicolon

Changing the title to see if that helps it not come up first anymore when you search on "advanced forum"

Michelle