Home »
FUDforum »
FUDforum Installation Issues »
nntp.php
nntp.php [message #20865] |
Sun, 31 October 2004 15:50 |
tradenet
Messages: 16 Registered: October 2004
Karma: 0
|
Junior Member |
|
|
OK, if you are going to tell people that you run nntp.php from CRON
this way:
*/2 * * * * ~/FUDforum/scripts/nntp.php 1
It won't work because the permissions for nntp.php change with the
LOCK/UNLOCK procedure. Further, nntp.php needs to be CHMOD 755 (executable) with the correct path to /usr/bin/php or /usr/local/bin/php (in the case of some unicies).
Or you can run it from cron with:
*/2 * * * * /usr/bin/php ~/FUDforum/scripts/nntp.php 1
|
|
|
Goto Forum:
Current Time: Sat Nov 23 13:05:46 GMT 2024
Total time taken to generate the page: 0.02529 seconds