0
Undo
Votes
You can't run smart search index from CLI, because generatemeta.php calls getMenu, which is not available in CLI.
Solution is to perform a test at the start of the isFrontPage function,
if(php_sapi_name() == 'cli') { return false; }
Solution is to perform a test at the start of the isFrontPage function,
if(php_sapi_name() == 'cli') { return false; }
- Page :
- 1
There are no replies made for this post yet.