kirsty
Member
I've been looping through developing our XF forum using the workflow from https://xenforo.com/community/threads/importing-guidelines.25325/ and I've been round this [set things up, backup a clean db, import, restore the clean db loop] several times without a problem. This time I've come to restore the clean db and I think I might have fried my brain since I last did it and have forgotten something since I'm getting a lot of template errors such as:
when I log into Admin though the templates mentioned all seem to be there.
I have some notes telling me that
What am I missing? Thanks.
Code:
Template public:forum_list: [E_USER_WARNING] Template public:forum_list is unknown (src/XF/Template/Templater.php:690)
Template public:metadata_macros: [E_USER_WARNING] Template public:metadata_macros is unknown (src/XF/Template/Templater.php:690)
Template public:metadata_macros: [E_USER_WARNING] Macro public:metadata_macros:site_name is unknown (src/XF/Template/Templater.php:658)
when I log into Admin though the templates mentioned all seem to be there.
I have some notes telling me that
xf-dev:sync-templates
is a thing to run but when I try that it only tries to load from my own addon I'm developing:
Code:
~/public/forums$ php cmd.php xf-dev:sync-templates
Syncing Loquax/CompForum templates...
Synced Loquax/CompForum.
Done. Total templates updated: 0.
What am I missing? Thanks.