Unable to create scratch file

This is a discussion on Unable to create scratch file within the alt.comp.lang.php forums, part of the PHP Programming Forums category; Hello People, I think I have a simple problem, but I can not find the solution :( I tried to find ...


Go Back   Usenet Forums > PHP Programming Forums > alt.comp.lang.php

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 11-27-2005
MOP
 
Posts: n/a
Default Unable to create scratch file

Hello People,

I think I have a simple problem, but I can not find the solution :(
I tried to find on google, serach and read about half the Internet but still
no luck...

I am running on OpenBSD 3.8 with Apache/1.3.29 (Unix) PHP/4.4.0

PHP is working. I can run simple scripts...

However when I run the following script:

*****
<SOME THINGS>
// POP Account openen
$inbox = imap_open ("{". $pophost . "/pop3:110}",$popuser, $poppass);

// Totaal aantal berichten in POP account
$total = imap_num_msg($inbox);
echo 'Totaal is '.$total.' voor mailadres '.$sidn_emailadres.'<Br>';

echo "<p><h1>Headers in INBOX</h1>\n";
$headers = imap_headers ($inbox);

if ($headers == false) {
echo "Call failed<br>\n";
} else {
while (list ($key,$val) = each ($headers)) {
echo $val."<br>\n";
}
}
*******

I get the following error message:

[Sun Nov 27 17:12:14 2005] [error] PHP Notice: (null)(): Unable to create
scratch file: Permission denied (errflg=2) in Unknown on line 0

*********************
So I know that my filerights need to be adjusted, but I can not find which
directory...

I can not find any reference to PHP scratch files...
Please tell me where to find PHP scratch file configuration...

Thank you very much!




Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 07:03 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0