The full php warning when I visit the advanced help admin page:

warning: syntax error, unexpected $end, expecting TC_DOLLAR_CURLY or TC_QUOTED_STRING or '"' in ./sites/all/modules/views/help/views.help.ini on line 190 in /path/to/project/sites/all/modules/advanced_help/advanced_help.module on line 667.

I've looked at line 190 and don't see anything apprantly wrong, but Views is the only module among more than 30 other that has this problem, so I assume something is up with Views and not Advanced Help.

Note: I am running PHP 5.3.0.

Comments

dawehner’s picture

sterndata’s picture

I just upgraded to PHP 5.3 and get similar errors

syntax error, unexpected $end, expecting TC_DOLLAR_CURLY or TC_QUOTED_STRING or '"' in ./sites/all/modules/views/help/views.help.ini on line 190 in /var/www/www.sterndata.com/sites/all/modules/advanced_help/advanced_help.module on line 667

lowkee’s picture

Status: Closed (duplicate) » Needs review

Line 160 should be in quotes, since there is a question mark used.

Change this:
title = What are overrides?

To this:
title = "What are overrides?"

and the error will go away.

merlinofchaos’s picture

Status: Needs review » Closed (duplicate)

Still a duplicate. 'needs review' means there's a patch. But really, since this is a duplicate you should go to the issue this is a duplicate of. (And all the help.ini issues have been fixed in -dev anyway)