No page templates have been defined in Site Pages
I followed the steps described in https://pawtucket2.readthedocs.io/en/latest/pawtucket/templates.html. I've added templates but after running php -f bin/caUtils scan-site-page-templates, the final message said: "Scanning templates for tags: Added 0 templates; updated 0 templates ". Indeed, when I go to Providence>Manage>Pawtucket>Site Pages, I can't create a site page, the message display said "No page templates have been defined".
I think there is something I missed along the way but I can't find what even in the docs.
Any help would be appreciated,
Thanks in avance,
Andrea
Comments
Andrea,
I had the same issue for a bit. I needed to alter
php -f /bin/caUtils
tophp -f /var/www/html/ca/pawtucket/support/bin/caUtils scan-site-page-templates
(specifying the whole path) for mine to work properly. Maybe that's the issue?Hope it helps,
Jonathan