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
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
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
> 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
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
[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
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
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
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.
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
>>
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
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/
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
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
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
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
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
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
18 matches
Mail list logo