Error message after installing advanced help
ZeevTur - October 2, 2009 - 23:12
| Project: | Advanced help |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | support request |
| Priority: | critical |
| Assigned: | harshit.chandel |
| Status: | duplicate |
Jump to:
Description
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.

#1
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.
#2
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.
#3
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.
#4
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.
#5
Also have this error with PHP 5.3.0. No error with PHP 5.1.6
#6
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.
#7
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.