Hi,
I'm fairly new to drupal and php. I have a couple of tables I want to display, so I'm using Views and Simple Timeline.
While trying to view the View, I get these errors:
Notice: Array to string conversion in template_preprocess_simple_timeline_fields() (line 57 of C:\xampp\htdocs\drupal\sites\all\modules\simple_timeline\simple_timeline.module).
Notice: Array to string conversion in template_preprocess_simple_timeline_fields() (line 58 of C:\xampp\htdocs\drupal\sites\all\modules\simple_timeline\simple_timeline.module).
the lines in the code being
$vars['simple_timeline_date'] = implode($options['simple_timeline_date_separator'], $vars['simple_timeline_date']);
$vars['simple_timeline_text'] = implode($options['simple_timeline_text_separator'], $vars['simple_timeline_text']);
Am I doing something wrong or is the module outdated?
Thank you for your time,
Michael
Comments
Comment #2
alansaviolobo commentedHi Michael,
Can you please upload a screenshot of the view edit page and of the popup which appears after you click on the settings in the "Format" Section.

Comment #3
michaeltsak commentedLooks like it was a caching issue of some sort, something was not updated/refreshed.
Works for now, if I bump into the issue again I will post an update.
Thank you!
Comment #4
alansaviolobo commented