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

TudorGroza’s picture

Hi 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!

vesna.radivojevic’s picture

This 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.

TudorGroza’s picture

I 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.

radascuta’s picture

The 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.

dkian’s picture

Hey, TudorGroza, How did you manage to get past this error that you got?

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().

I'm facing the same situation now. Also, how exactly do you embed the data onto the view?

Thanks!