| Author |
Message
|
| 3007cc |
Posted: Fri Apr 06, 2007 12:49 pm Post subject: Bug - Automatic Database Backup - viewonline.php |
|
|
Newbie
Joined: 04 Apr 2007 Posts: 4
|
Hi Omar,
There is a bug in ADB because of these lines that in cron.php
| Code: | // Start session management
//
$userdata = session_pagestart($user_ip, PAGE_INDEX);
init_userprefs($userdata);
//
// End session management |
Why did you use session management in cron.php? Is it important? The main jop of this file calls the other cron.php which is in includes directory doesnt it?
So, i think it is unnecessary because it blocks viewonline.php to work properly. Every guest is seen looking at the index page. But maybe it is looking at the other pages ... So i changed the codes like that
| Code: | // Start session management
//
// $userdata = session_pagestart($user_ip, PAGE_INDEX);
// init_userprefs($userdata);
//
// End session management |
Now both viewonline.php and your MOD is working properly. But still you can check my changes.
Sincerely yours,
3007cc |
|
| Back to top |
|
 |
| kkroo |
Posted: Fri Apr 06, 2007 3:01 pm Post subject: |
|
|
Site Admin
Joined: 10 Dec 2005 Posts: 192
|
| Thanks for noticing that 3007cc. Whenever I create a new phpBB file, I usually just copy and paste the whole header bit. That will be resolved in the next released version. |
|
| Back to top |
|
 |
| 3007cc |
Posted: Fri Apr 06, 2007 3:50 pm Post subject: |
|
|
Newbie
Joined: 04 Apr 2007 Posts: 4
|
You're welcome.
On the other hand your MOD is really good at its job. I hope next released version will be better than now. MOD of the present time is good and the next will be perfect
Sincerely yours,
3007cc |
|
| Back to top |
|
 |
| kkroo |
Posted: Fri Apr 06, 2007 5:50 pm Post subject: |
|
|
Site Admin
Joined: 10 Dec 2005 Posts: 192
|
| I hope it becomes perfect too. |
|
| Back to top |
|
 |
| Sylver Cheetah 53 |
Posted: Tue Mar 10, 2009 5:29 pm Post subject: |
|
|
 Forum member
Joined: 10 Mar 2009 Posts: 5 Location: Milky Way
|
| kkroo wrote: | | Thanks for noticing that 3007cc. Whenever I create a new phpBB file, I usually just copy and paste the whole header bit. That will be resolved in the next released version. |
When it will be the next release? I don't see any new release after february 2006.  |
|
| Back to top |
|
 |
|
|