[PHP] failed to open stream: Resource temporarily unavailable

2007-03-04 Thread Tijnema !
Hi, I have just finished installing Apache with PHP, and now i'm trying to open a file and gives me this error: failed to open stream: Resource temporarily unavailable What can i do? i searched the error_log, but it doesn't show anything about this i believe, but the log is very big because of a

Re: [PHP] Failed to open stream

2006-03-01 Thread John Nichel
tedd wrote: > Please review (this works): http://www.webbytedd.com/examples/rank.php > However, this doesn't: http://www.xn--ovg.com/rank.php > Any idea as to what is wrong? Yes. You're violating google's terms of service. Okay, so one is violating google's terms of service and

Re: [PHP] Failed to open stream

2006-03-01 Thread Robin Vickery
On 01/03/06, tedd <[EMAIL PROTECTED]> wrote: > > In any event, considering the Google Police here, I've removed the > offending code. > Google Police? Aye, right! You asked why your script was failing. It's failing because they detected you were breaking their terms. Couldn't care less myself; it

Re: [PHP] Failed to open stream

2006-03-01 Thread tedd
> Please review (this works): http://www.webbytedd.com/examples/rank.php > However, this doesn't: http://www.xn--ovg.com/rank.php > Any idea as to what is wrong? Yes. You're violating google's terms of service. Okay, so one is violating google's terms of service and failing while

Re: [PHP] Failed to open stream

2006-03-01 Thread Robin Vickery
On 01/03/06, tedd <[EMAIL PROTECTED]> wrote: > Hi gang: > > I have two *identical*l routines residing on two difference hosts -- > one works and the other doesn't. > > Please review (this works): > > http://www.webbytedd.com/examples/rank.php > > However, this doesn't: > > http://www.xn--ovg.com/ra

RE: [PHP] Failed to open stream

2006-03-01 Thread jblanchard
[snip] I have two *identical*l routines residing on two difference hosts -- one works and the other doesn't. [/snip] Is safe mode 'on' on one and not the other? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Failed to open stream

2006-03-01 Thread tedd
Hi gang: I have two *identical*l routines residing on two difference hosts -- one works and the other doesn't. Please review (this works): http://www.webbytedd.com/examples/rank.php However, this doesn't: http://www.xn--ovg.com/rank.php Any idea as to what is wrong? I can provide code if

Re: [PHP] failed to open stream warning

2006-01-04 Thread Michael Hulse
On Jan 4, 2006, at 4:28 PM, zedleon wrote: $fp = fopen("home/path/temp "w+"); You only got 3 quotes in the above code... try this: $fp = fopen("home/path/temp", "w+"); -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: Re[2]: [PHP] failed to open stream error

2005-06-10 Thread Richard Lynch
On Fri, June 10, 2005 2:19 pm, Richard Kurth said: > Hello Duncan, > > Friday, June 10, 2005, 12:01:33 AM, you wrote: > > DH> On Friday 10 June 2005 06:31, Richard Kurth typed: >>> Way do I get >>> Warning: >>> fopen(https://esos.state.nv.us/SOSServices/AnonymousAccess/CorpSearch/CorpD >>>etails.

Re[2]: [PHP] failed to open stream error

2005-06-10 Thread Richard Kurth
Hello Duncan, Friday, June 10, 2005, 12:01:33 AM, you wrote: DH> On Friday 10 June 2005 06:31, Richard Kurth typed: >> Way do I get >> Warning: >> fopen(https://esos.state.nv.us/SOSServices/AnonymousAccess/CorpSearch/CorpD >>etails.aspx?CorpID=478765): failed to open stream: Invalid argument >>

[PHP] failed to open stream error

2005-06-09 Thread Richard Kurth
Way do I get Warning: fopen(https://esos.state.nv.us/SOSServices/AnonymousAccess/CorpSearch/CorpDetails.aspx?CorpID=478765): failed to open stream: Invalid argument When I run this. I can access the page from the browser but not from inside of a script fopen("https://esos.state.nv.us/SOSS

Re: [PHP] failed to open stream?!? - SOLVED!

2005-03-28 Thread [EMAIL PROTECTED]
The problem was that uploaded images already were there and didn't want to overwrite. -afan [EMAIL PROTECTED] wrote: Hi to all. I'm uploading file and use this copy($_FILES['NewImage']['tmp_name'], 'temp/'.$item_number.'.jpg') or die (mysql_error());* *I have this Warning:* Warning*: copy(temp/

[PHP] failed to open stream?!?

2005-03-28 Thread [EMAIL PROTECTED]
Hi to all. I'm uploading file and use this copy($_FILES['NewImage']['tmp_name'], 'temp/'.$item_number.'.jpg') or die (mysql_error());* *I have this Warning:* Warning*: copy(temp/05V0115.jpg): failed to open stream: Permission denied in */var/www/html/afan/admin/add_image.php* on line *12 * chmod

Re[2]: [PHP] failed to open stream: No such file or directory in

2004-03-15 Thread Richard Davey
Hello Mike, Monday, March 15, 2004, 6:15:04 PM, you wrote: MM> Is it possible in php.ini declare $basedir(for libraries)? Not exactly, but you can add a path to the include path list which should have the same end result. -- Best regards, Richard Davey http://www.phpcommunity.org/wiki/296.ht

Re: [PHP] failed to open stream: No such file or directory in

2004-03-15 Thread Seba
Il lun, 2004-03-15 alle 18:43, Mike Mapsnac ha scritto: > Hello > I know that problem is related how I include library file (lib_main.php). > I just don't understand what I do wrong: > lib_main.php is located at /var/www/html/lib/lib_main.php > > When I include in the index.phplocated at /var/www

Re: [PHP] failed to open stream: No such file or directory in

2004-03-15 Thread Mike Mapsnac
thanks for explanation Is it possible in php.ini declare $basedir(for libraries)? From: Richard Davey <[EMAIL PROTECTED]> Reply-To: Richard Davey <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: [PHP] failed to open stream: No such file or directory in Date: Mon, 15 Mar 2

Re: [PHP] failed to open stream: No such file or directory in

2004-03-15 Thread Richard Davey
Hello Mike, Monday, March 15, 2004, 5:43:14 PM, you wrote: MM> But When I try to declare the library in /var/ww/html/account/ MM> include('lib/account/lib_main.php'); lib_main.php = /var/www/html/lib/lib_main.php index.php= /var/www/html You are including files RELATIVE to the location of

[PHP] failed to open stream: No such file or directory in

2004-03-15 Thread Mike Mapsnac
Hello I know that problem is related how I include library file (lib_main.php). I just don't understand what I do wrong: lib_main.php is located at /var/www/html/lib/lib_main.php When I include in the index.phplocated at /var/www/html/ I do the following include ('lib/lib_main.php'); // this wor