Search found 3 matches
- Sun Aug 17, 2003 11:53 am
- Forum: PHP - Code
- Topic: Permission Denied for Cron??
- Replies: 0
- Views: 183
Permission Denied for Cron??
Hi, Im trying to run a cron task off my host. The control panel is cpanel. However when I add a cron task, I get an email from the cron daemon that: /bin/sh: /home/qqq/public_html/monitor3/checkhosts.php: Permission denied. The code I enter is: 0 * * * * /home/qqq/public_html/monitor3/checkhosts.php...
- Fri Aug 15, 2003 6:21 am
- Forum: PHP - Code
- Topic: Windows and sessions.
- Replies: 3
- Views: 1125
- Fri Aug 15, 2003 3:10 am
- Forum: PHP - Code
- Topic: Windows and sessions.
- Replies: 3
- Views: 1125
Windows and sessions.
Hi, Im using apache and PHP 4.0 on windows 98. However whenever I run a script which uses sessions for authentification, I get the following errors: Warning: open(\tmp\sess_0507dc7685beb05af88a311ff2cf0882, O_RDWR) failed: m (2) in C:\apache\htdocs\script\config.inc.php on line 25 Can anyone tell me...