Friðrik Bjarman
Friðrik Bjarman
Line 60 in the t_compile/...frontendpageindexSite.tp.php reads: echo $_block_plugin1->smartyIterate(array('from'=>'journals','item'=>'journal'), null, $_smarty_tpl, $_block_repeat);
Hi! Thank you for this. However I need you to clarify a bit. The file indexSite.tpl exists both in "plugins/themes/bootstrap3/templates/frontend/pages/indexSite.tpl" but also in "templates/frontend/pages/indexSite.tpl". So which file should replace which?...
This works! Thank you!
Hi! I get the exact same error when trying to access /index.php on my OJS installation. Accessing a journal, like index.php/my-journal/, works though. I have cleared both data and template...
Ok, so for now I should disable this plugin for webpage and only have it enabled for journal?
I have tried this but the content is still fetched from https://live-contentacms.pantheonsite.io/api/recipes and not from my local cms. Could this be a docker issue? How should the BACKEND_URL look for...
..actually. The BACKEND_URL is set in package.json - this is where i have made changes like so: "env": { "BACKEND_URL": "http://localhost:84", "JSONAPI_PREFIX": "/api" } Both containers are on my localhost,...
There is no BACKEND_URL variable in .env file. Should I add it manually?
I have changed there as well but no change. Content is still from remote cms.
That echoes nothing. However looking in the .env file from within the container it has the correct BACKEND_URL. Very strange.