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

CommentFileSizeAuthor
#2 format_section.png7.75 KBalansaviolobo

Comments

michaeltsak created an issue. See original summary.

alansaviolobo’s picture

StatusFileSize
new7.75 KB

Hi 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.
format section

michaeltsak’s picture

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

alansaviolobo’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.