10377 Posts in 2193 Topics by 1709 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 299 Views |
-
Queued Jobs Lucene Cron

29 October 2012 at 9:14pm
Has anyone successfully set up the lucene reindex and ProcessJobQueueTask crons necessary to automate lucene indexing from cpanel? I'm on a shared host and this is what I'm running...
php sapphire/cli-script.php reindexsearch
php sapphire/cli-script.php dev/tasks/ProcessJobQueueTask
Jumped through a few _SS_environment.php hoops with the first one but am now stuck on this:
Cron output: Undefined index: SERVER_PORT in ..../sapphire/core/control/Director.php on line 404Any clues?
Cheers in advance.
-
Re: Queued Jobs Lucene Cron

2 November 2012 at 11:34am
Looks like it assumes $_SERVER['SERVER_PORT'] is set in the code and perhaps not set in your cli mode. Perhaps try defining it in your _ss_environment file - $_SERVER['SERVER_PORT'] = 80;
-
Re: Queued Jobs Lucene Cron

20 November 2012 at 1:55pm
You might also try using php-cli from the commandline - some shared hosts make the cli available via a separate binary
| 299 Views | ||
|
Page:
1
|
Go to Top |



