Blog-plugin: "Method name must be a string" error updating to newest version (12.14)

Created on 21 Nov 2016  路  1Comment  路  Source: rainlab/blog-plugin

Build: 382
Version: 1..2.14

After upgrading to the newest version the front-end implementation throws error shown in the screenshot below:

screen shot 2016-11-21 at 16 41 58

Most helpful comment

Result of custom partial:

Apparently this doesn't work anymore since the newest builds of OctoberCMS:

<img src="{{ post.featured_images.1.path }}" width=100% />

should be:

<img src="{{ post.featured_images[1].path }}" width=100% />

>All comments

Result of custom partial:

Apparently this doesn't work anymore since the newest builds of OctoberCMS:

<img src="{{ post.featured_images.1.path }}" width=100% />

should be:

<img src="{{ post.featured_images[1].path }}" width=100% />

Was this page helpful?
0 / 5 - 0 ratings

Related issues

marcomessa picture marcomessa  路  7Comments

sabuz picture sabuz  路  5Comments

MaTToX3 picture MaTToX3  路  6Comments

mateoprifti picture mateoprifti  路  3Comments

HitArrowLegend picture HitArrowLegend  路  6Comments