My users are always online and no one is receiving replies to forum topics. Any help? Thanks!
My users are always online and no one is receiving replies to forum topics. Any help? Thanks!
public function deleteExpiredOnlineUsers()
{
$timestamp = time() - 30 * 60;
$this->userOnlineDao->deleteExpired($timestamp);
"Parse error: syntax error, unexpected ':' in /home/tol/public_html/ow_cron/run.php on line 51"
I have read all the forum post is looking for "Always online" understand that if my users are always connected and everything works well is me because of cron.
My command line is:
/ usr / bin / curl http://www.mysite/ow_cron/run.php> / dev / null
and changing it to:
/ usr / bin / curl http://www.mysite.com/ow_cron/run.php> httpdocs / ow_cron / cronrun.txt
creates the file: cronruntxt of 0 bytes.
Can anyone give me an idea or help?
Ross, all other cron tasks run successfully, including complicated plugins like this: http://www.oxwall.org/store/item/530
Everything works ... except that I have permanently connected 500 members of 661's in total.
Any help or idea?
I get the current timestamp value of execution:
BASE_Cron :: deleteExpiredOnlineUserProcess
from table:
ow_base_cron_job that has executed this.
Translating timestamp value of the image
http://www.unixtimestamp.com/index.php
EVERY MINUTE I see running as scheduled and have as is recommended by Oxwall (I have also tested every 5 to 10 minutes).
But it does not work. Please help!!
Do not pay attention to this table. Please enable debug mode and go to www.yourdomain.com/ow_cron/run.php do you get any error or message?
No warning or error, and end up with:
Not Found
The requested URL / was not found e500.php on this server.
Additionally, a 404 Not Found Error was Encountered while trying to use an ErrorDocument to handle the request.
Make sure you have e500.php file on your server. If yes, what is the permission for it?