Closed (fixed)
Project:
Nice Map
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Dec 2008 at 03:02 UTC
Updated:
26 Dec 2008 at 14:42 UTC
Hi,
Clicking Style: Nice map in Views generates this:
An error occurred at /admin/build/views/ajax/display/test/page_2/style_plugin
I also got a Call-time pass-by-reference error on install:
If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in \all\modules\nicemap\nicemap_admin.inc on line 77.
I'm using Drupal 6.6 and 6.x-2.x-dev
Comments
Comment #1
jmiccolis commentedThanks for reporting this. Can you tell me what version of php you are using?
Comment #2
spython commentedBoth errors are probably caused by a typo in nicemap_admin.inc at line 77:
instead of
and in nicemap_views_plugin.inc at line 83:
instead of
Anyway, I changed it and it works for me. Great module!
Comment #3
jmiccolis commentedThanks to you both for pointing out the problem and it's solution. The fix has been committed.