Page 1 of 1

WHat could do this...? User id is not allowed t access

Posted: Fri Aug 15, 2003 10:15 am
by craka
Warning: SAFE MODE Restriction in effect. The script whose uid is 544 is not allowed to access /tmp/f072d2872.tmp owned by uid 0 in /listmail/edituser.php on line 357

Warning: fopen("/tmp/f072d2872.tmp","r") - Success /listmail/edituser.php on line 358

Warning: Supplied argument is not a valid File-Handle resource in /listmail/edituser.php on line 358

Does anyone know what could do that?

Posted: Fri Aug 15, 2003 2:29 pm
by qartis
Your PHP is running in safe mode, on a unix server I'm guessing?

PHP (well, apache really) has insufficient permissions to open the file.

The third warning is because you're trying to perform an operation on the failed file pointer, which never successfully opened the file.