After advanced help installation I get the following error message:
warning: Parameter 3 to views_ui_ajax_form() expected to be a reference, value given in C:\xampp\htdocs\drupal\includes\menu.inc on line 348.
Please help.

Comments

ZeevTur’s picture

The additional error message I get is: 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 C:\xampp\htdocs\drupal\sites\all\modules\advanced_help\advanced_help.module on line 667.

harshit.chandel’s picture

Version: 6.x-1.2 » 6.x-1.x-dev
Assigned: Unassigned » harshit.chandel
Priority: Normal » Critical

I am also getting the same error message as that of ZeevTur

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 C:\xampp\htdocs\drupal\sites\all\modules\advanced_help\advanced_help.module on line 667.

Please help.

rlmaltais’s picture

I get the same error as above. I tried taking a look at both mentioned files, couldn't see any obvious issue.

Of note, I'm using PHP 5.3; Drupal has been throwing some other errors, too.

chuntley’s picture

Harshit Chandel, are you going to fix this error? If not, then please reassign to "anonymous" so that the project admins know that nobody has been assigned to fix this.

chuntley’s picture

Also have this error with PHP 5.3.0. No error with PHP 5.1.6

neoglez’s picture

I get the same error. I was reading the documentation for php 5.3 and it seems to be related with the behavior of the function parse_ini_file in php 5.3.

merlinofchaos’s picture

Status: Active » Closed (duplicate)

Both of these reported problems are issues in the Views queue already. This is not a problem with the advanced help module, but with Views.