dynamic/silverstripe-flexslider

Can not find the FlexSlider.ss template

Closed this issue · 2 comments

Affected Version

framework version: 4.31.1
dynamic/flexslider "version": "4.0.0"

Description

The FlexSlider template is not pulling from the Includes folder.
Error got on frontend:
None of the following templates could be found: Array ( [0] => Array ( [type] => Includes [0] => FlexSlider ) [1] => FlexSlider

Steps to Reproduce

One of my another site is using 4.0.0-beta3 which do not have this issue.
In version 4.0.0:
The folder structure under the "templates" folder is different from 4.0.0-beta3.
If take the Includes folder directly under the templates folder, it will working.

Please have a look. Thanks

This is likely the same as #183

I think #183 would solve this issue, but moving the Includes folder up to live right under Templates would also work. Will do some testing and get it fixed.