Active
Project:
Timelinemap
Version:
7.x-1.0-rc1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 May 2011 at 06:33 UTC
Updated:
12 Jan 2012 at 13:29 UTC
Hi,
I'm using Drupal 7 with Views 3 and trying to experiment some things with TimelineMap, but I cannot seem to make it work.
Firstly, in TimelineMap settings I get this warning: Warning: Parameter 1 to timelinemap_admin_settings() expected to be a reference, value given in drupal_retrieve_form().
Secondly, I don't understand how exactly can I use it? Is it supposed to be a Views plugin? Is there any documentation / example on how to use it?
Thanks!
Comments
Comment #1
TudorGroza commentedHi again,
I've managed to get to a point where the actual APIs were invokes (as part of the view), but now I get this error:
# Notice: Undefined index: entity_id_value in TimelinemapEvent->getDefinedFieldUsage() (line 172 of .../sites/all/modules/timelinemap/classes/TimelinemapEvent.class.inc).
Did I leave out something when defining the style of the view?
Thanks!
Comment #2
vesna.radivojevic commentedThis part is about start and end fields.
Can you check these fields in the content type displayed in the view. It should be date field type.
Comment #3
TudorGroza commentedI made sure that the field is of type Date (have tried Datetime previously), and in addition to that error I get a second one: Error: Failed to derive URL prefix for Timeline API code files.
I cannot set anything (if I'm meant to set something) as the Timelinemap settings is empty.
Thanks.
Comment #4
radascuta commentedThe strange thing is that the function "timelinemap_admin_settings()" doesn't exit as written anywhere.
I think there is something wrong with the $form variable setting somewhere; maybe it's not compatible with 7 - don't know yet, but the timeline module is the one I want to use for my first Drupal app.
If anyone has any ideas, that would be great. Thank you.
Comment #5
dkian commentedHey, TudorGroza, How did you manage to get past this error that you got?
I'm facing the same situation now. Also, how exactly do you embed the data onto the view?
Thanks!