Hi there,
I'm using Joomla and SP everything latest stable versions.
When running standard joomla cli application to index a site ([path]/cli/joomla.php finder:index --verbose), I get an exception in components/com_sppagebuilder/helpers/helper.php:1588
[Error]
Call to undefined method Joomla\CMS\Application\ConsoleApplication::getTemplate()
I guess that in cli context, there is no template object.
Could you help?
This could be useful to run a cron job to automatically and regularly index my site.
Thanks.
Arnaud
The site is currently in development and hidden behind a .htpasswd Apache wall. But I get no error when indexing from Joomla backend.