We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

bug: user appear online if they don't logout | Forum

g00d
g00d Feb 28 '11
Even if they shut down their browser.
Can you insert an idle time (changeable in admin)
Crystal
Crystal Feb 28 '11
Fix your cron job to a minute
Zie
Zie Feb 28 '11
this problem cause by your cron job. This is my cron job setting:


It work on my site…
The Forum post is edited by Zie Feb 28 '11
mack
mack Mar 7 '11
I got the same problem: i put this line into ow_cron/run.php
*/5 * * * * /usr/local/bin/php /home/mysite/public_html/ow_cron/run.php>/dev/null 2>&1

but its not working i can see my users online all the time i need help :) thank
Michael Leader
Michael Mar 8 '11
My cron looks like this

*/15 * * * * /usr/bin/php -q /home/account/public_html/ow_cron/run.php

Den Team
Den Mar 9 '11
@mack
Please, read carefully cron instalation manual
You need to put this line
*/5 * * * * /usr/local/bin/php /home/mysite/public_html/ow_cron/run.php>/dev/null 2>&1
not in ow_cron/run.php
you need to put it to cronjob settings.
ma3ih Club
ma3ih Mar 12 '11
i buy VPS for my oxwall and its have win 2003 server
i find 1 GREAT ADDON in FIREFOX its like cronjob (addon name: Cronzilla)
u just set address and time
and if firefox stay open
its refresh your Cron every min or even sec (100% test OK)
and its really easy!
its good for Host dont let u do cronjob every min
:)
love oxwall…
The Forum post is edited by ma3ih Mar 12 '11
Den Team
Den Mar 14 '11
@Malish
I am afraid that with such Cronzilla your oxwall's cron will not work. Cos ow_cron/run.php must be run from shell only. It can be done only with crontab utility or Window's task manager :)
ma3ih Club
ma3ih Mar 14 '11
its work fine for me
i just add this line
RewriteCond %{REQUEST_URI} !/ow_cron/
in .htaccess in main oxwall page
and my name is masih not malish :D
The Forum post is edited by ma3ih Mar 14 '11
Den Team
Den Nov 21 '11
Topic was moved from Bug reports and troubleshooting.
Joseph
Joseph Apr 15 '12
my users are not being logged out I have checked all the regular stuff even restored some of my db files please help
Joseph
Joseph Apr 17 '12
any updates on this issue?
Stuart
Stuart Apr 17 '12
Joseph
Joseph Apr 17 '12
I have tried 1.3.2 and now back to 1.3.1 and the problem persists for me in fact 1.3.1 at least is fully functional as oxwall stands by doing nothing to inform us if they are fixing issues or anything only one tech has helped me and even that person failed to fix the user log out problem
Michael I.
Michael I. Apr 24 '12
The only reason why your members remain online is Cron issue. Make sure it is configured properly by running it via SSH.
Joseph
Joseph Apr 24 '12
its fixed nolw sorry for the late report my crons were running just not properly something malfunctioned and it has been fixed via ssh