Custom Page List Template Error

Permalink
Hi All:

I am getting this error attached and not sure why this is happening. What I'm doing is basically making my own custom template for Page Lists.

I copied a default template from:

/var/www/concrete/blocks/page_list/templates

into:

/var/www/blocks/page_list/templates

in order to make my own templates.

As soon as I assigned this new "testing custom template" to the page list, I get the attached error.

Has anyone ever encountered this? I haven't even changed the code yet.

1 Attachment

MavenMedia
 
MavenMedia replied on at Permalink Reply
MavenMedia
Just found the problem - chmod was set to 600 by default.

For any new templates, make sure you change your chmods to 644 (or higher)!

Keith