Closed (duplicate)
Project:
Advanced Help
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Support request
Assigned:
Reporter:
Created:
2 Oct 2009 at 23:12 UTC
Updated:
19 Nov 2009 at 17:07 UTC
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
Comment #1
ZeevTur commentedThe 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.
Comment #2
harshit.chandel commentedI 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.
Comment #3
rlmaltais commentedI 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.
Comment #4
chuntley commentedHarshit 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.
Comment #5
chuntley commentedAlso have this error with PHP 5.3.0. No error with PHP 5.1.6
Comment #6
neoglez commentedI 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.
Comment #7
merlinofchaos commentedBoth of these reported problems are issues in the Views queue already. This is not a problem with the advanced help module, but with Views.