that's totally unrelated. His problem is a basic installation issue.
Either the OCI client is missing or he is loading the wrong version
(11G in 5.3 requires version 11).
A wrong ISAPI would give a different error, like "this module is built
for xyz but foo is used" API error check.
Cheers,
On W
Have you tried running PHP as a FastCGI module instead of ISAPI? I'm not
sure if it's still performing better or not, but at very least it is a lot
easier to setup.
--Kris
Joye
Subject: Re: [PHP-WIN] error message appears "cannot find php_oci8.dll"
To: "Fred Silsbee"
Cc: "Justin Dearing" , php-windows@lists.php.net
Date: Tuesday, April 5, 2011, 12:02 AM
I'm not sure where you looked but the manual is full of complete
solution to install
gt;
> There is NO working,complete set of directions to install php on windows.
>
> I could find NO directions as to what to put on the line isapi in the IIS 5.1
> properties.
> get, head, post, debug
>
> --- On Mon, 4/4/11, Justin Dearing wrote:
>
> From: Justin Dearing
&g
, debug
--- On Mon, 4/4/11, Justin Dearing wrote:
From: Justin Dearing
Subject: Re: [PHP-WIN] error message appears "cannot find php_oci8.dll"
To: "Fred Silsbee"
Date: Monday, April 4, 2011, 8:16 PM
Edit your PHP.ini to remove the php_oci8 module. Aldo that DLL belongs in t
error message appears "cannot find php_oci8.dll"
appears just after fresh use of browser for a php file.
Occurs only once after boot under Win XP Prof SP3
It did not help to put the file nearly everywhere
forgot to mention that this message does not det
error message appears "cannot find php_oci8.dll"
appears just after fresh use of browser for a php file.
Occurs only once after boot under Win XP Prof SP3
It did not help to put the file nearly everywhere
C:\
C:\php
C:\php\ext
C:\windows
C:\windows\system32
PHP 5.2.6 using MySQL 5
Hi All,
I have 2 simple php pages. One with the form just like some sales voucher.
Another is to print in a proper format and to insert the form database into
mysql. When I enter some data in the sales voucher everything is going well,
however when it comes to the second php for inserting data int
It occurred to me that you may be over complicating things. Could the
filenames for UV photos not be added as an extra column to the main
table? If that's acceptable you would have the filename available in
the previous page and could pass that through the session variable
instead of the species_n
> Oh foo! I posted before sending the code! This time it will be there. Sorry
> Bill
>
>
> Thanks to help from the forum, I am a step closer to being able to
> display a whole bunch of UV fluo
Am 17.01.2011 03:24, schrieb Bill Mudry:
When I tried this, I found more information on mysql_real_escape() at:
>
http://php.net/manual/en/function.mysql-real-escape-string.php
>
With this proof that it is a valid function, it is hard to understand the
error I got when I used your second sug
Thunderbird/3.1.7
To: php-windows@lists.php.net
Subject: Re: [PHP-WIN] Error: Not a proper resource --- with code this time!
Am 15.01.2011 17:35, schrieb Bill Mudry:
Lars, thank you for your effort and willingness to help. Unfortunately,
we have a way to go yet for success:
$uvquery = &q
Am 15.01.2011 17:35, schrieb Bill Mudry:
$uvquery = "SELECT `uv_filename` FROM 'uvphotos' WHERE `species_name`=
$speciesname";
That should probably be
... FROM `uvphotos` WHERE `species_name` = '$speciesname'";
or better:
...WHERE `species_name` = '".mysql_real_escape($speciesname)."'";
--
Oh foo! I posted before sending the code! This time it will be there. Sorry
Bill
Thanks to help from the forum, I am a step closer to being able to
display a whole bunch of UV fluorescent pho
Thanks to help from the forum, I am a step closer to being able to
display a whole bunch of UV fluorescent photos (of wood) but now I
have come up with an "not a proper resource" error after the SELECT
statement in trying to go the next step with a mysql_query statement.
I am largely sure that i
On 18 October 2010 15:54, wrote:
> Requested test results at bottom
> H.H.
>
> -Original Message-
> From: Richard Quadling [mailto:rquadl...@gmail.com]
> Sent: Friday, October 15, 2010 6:44 AM
> To: Holcombe, Howard @ CSG - CSE; php-windows
> Subject: Re: [PHP-
Requested test results at bottom
H.H.
-Original Message-
From: Richard Quadling [mailto:rquadl...@gmail.com]
Sent: Friday, October 15, 2010 6:44 AM
To: Holcombe, Howard @ CSG - CSE; php-windows
Subject: Re: [PHP-WIN] error of "Could not open input file" from PHP CLI
On 14 Oc
gt; phpinfo();
> ?>
>
> X:\work\hholcomb\PHP\extract_5.3.3_VC6>
>
> -Original Message-
> From: Richard Quadling [mailto:rquadl...@gmail.com]
> Sent: Thursday, October 14, 2010 1:24 PM
> To: Holcombe, Howard @ CSG - CSE; php-windows
> Subject: Re: [PHP-WIN] err
@gmail.com]
> Sent: Thursday, October 14, 2010 8:16 AM
> To: nevvermind
> Cc: Holcombe, Howard @ CSG - CSE; php-windows@lists.php.net
> Subject: Re: [PHP-WIN] error of "Could not open input file" from PHP CLI
>
> On 14 October 2010 12:50, nevvermind wrote:
>> That link was
On 13 October 2010 15:28, wrote:
>
> HELP
>
> I have just started to work with PHP.
>
> When I attempt to execute a PHP script I always get the error msg
> Could not open input file:
>
> I did not find anything about this being a known problem in the archive
> so presume I am doing somethi
HELP
I have just started to work with PHP.
When I attempt to execute a PHP script I always get the error msg
Could not open input file:
I did not find anything about this being a known problem in the archive
so presume I am doing something wrong.
How can I resolve this problem?
Howard
hi,
On Sun, Apr 11, 2010 at 5:33 PM, Ferenc Kovacs wrote:
>> > I did silly error. I had put suhosin directory into extensions directory
>> > then I decided to make clean PHP compilation just to be sure I'm able to
>> > compile PHP. Suhosin contains patch for crypt but PHP sources was not
>> > pa
On Sun, Apr 11, 2010 at 12:41 PM, Pierre Joye wrote:
> hi,
>
> On Sun, Apr 11, 2010 at 10:51 AM, Tomasz Krawczyk
> wrote:
> > Hi
> >
> > crypt.obj : error LNK2001: unresolved external symbol _crypt
> > Release\php5.dll : fatal error LNK1120: 1 unresolved externals
> > NMAKE : fatal e
hi,
On Sun, Apr 11, 2010 at 10:51 AM, Tomasz Krawczyk wrote:
> Hi
>
> crypt.obj : error LNK2001: unresolved external symbol _crypt
> Release\php5.dll : fatal error LNK1120: 1 unresolved externals
> NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio
> 9.0\VC\Bin\
Hi
crypt.obj : error LNK2001: unresolved external symbol _crypt
Release\php5.dll : fatal error LNK1120: 1 unresolved externals
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio
9.0\VC\Bin\cl.exe"' : return code '0x2'
Stop.
I did silly error. I had put
hi,
everything looks normal but this error.
Can you try to run buildconf, configure, nmake again? Also delete the
debug/release directory before.
Cheers,
On Sat, Apr 10, 2010 at 9:53 AM, Tomasz Krawczyk wrote:
> Pierre Joye pisze:
>>
>> hi,
>>
>> It works just fine for us. Can you paste the co
Pierre Joye pisze:
hi,
It works just fine for us. Can you paste the compilation log to
pastebin pls (output generated when you called nmake)?
Btw, he php internals windows list more appropriate for this question.
Cheers,
2010/4/10 Tomasz Krawczyk :
Hi
I'm trying to compile PHP 5.3.2 with VC
hi,
It works just fine for us. Can you paste the compilation log to
pastebin pls (output generated when you called nmake)?
Btw, he php internals windows list more appropriate for this question.
Cheers,
2010/4/10 Tomasz Krawczyk :
> Hi
>
> I'm trying to compile PHP 5.3.2 with VC9 but I get this
Hi
I'm trying to compile PHP 5.3.2 with VC9 but I get this error
Creating library Release\php5.lib and object Release\php5.exp
crypt.obj : error LNK2001: unresolved external symbol _crypt
Release\php5.dll : fatal error LNK1120: 1 unresolved externals
NMAKE : fatal error U1077: '"C:\Program Fi
On Fri, Feb 26, 2010 at 10:24 AM, Sachin Srivastava
wrote:
> In the link that is provided by you, there is a link to
> http://pecl2.php.net/downloads/php-windows-builds/php-libs/binary-tools.zip
> which does not contain any freetype libraries. Also i downloaded the
> php-5.3.1 zip source from php
In the link that is provided by you, there is a link to
http://pecl2.php.net/downloads/php-windows-builds/php-libs/binary-tools.zip
which does not contain any freetype libraries. Also i downloaded the
php-5.3.1 zip source from php site.
Another thing, the php-5.2.x builds fine with my setup, bu
Then try using the link I gave you. Do not use the libraries on
gnuwin32 (see the link).
On Fri, Feb 26, 2010 at 8:35 AM, Sachin Srivastava
wrote:
> Hello,
>
> Thanks for the reply.
>
> I installed the freetype v2.3.5 using the setup found at
> http://gnuwin32.sourceforge.net/packages/freetype.ht
Hello,
Thanks for the reply.
I installed the freetype v2.3.5 using the setup found at
http://gnuwin32.sourceforge.net/packages/freetype.htm
I am compiling php as:
cd C:\php-5.3.1
cscript /nologo win32\build\buildconf.js
cscript /nologo configure.js --enable-snapshot-build --enable-cli
--e
hi,
It works just fine here (and all our build boxes).
Where did you get the freetype library and how do you compile PHP?
Please try again using this simple howto:
http://wiki.php.net/internals/windows/stepbystepbuild
Cheers,
--
Pierre
On Thu, Feb 25, 2010 at 3:17 PM, Sachin Srivastava
wrote
Hello,
I am compiling php and its giving me this error: (I am using freetype
-2.3.5 )
Generating Code...
rc /fo Release_TS\php5ts.dll.res /d FILE_DESCRIPTION="\"PHP Script
Interpreter\"" /d FILE_NAME="\"php5ts.dll\"" /d PRODUCT_NAME="\"PHP
Script Interpreter\"" /IRelease_TS /d
MC_INC
Matthew,
It seems, from looking at your supplied code, that you have a variable-naming
typographic error.
The variables have to match:
$projects_results = mysql_query($projects, $conn) or die(mysql_error());
$project_data = mysql_fetch_array($project_results))
--
Jeff White is:
[EMAIL PROTECTE
Matt,
You may want to watch out for is sql injection attacks. Just to be on
the safe side consider something like:
$projects = "select name, type, location, date_added from uploads where
user_id = '" . mysql_real_escape_string($_SESSION['user_id'], $conn) .
"'";
The reason for the error is $pro
Hello Everyone,
I keep getting this error: *Warning*: mysql_fetch_array(): supplied
argument is not a valid MySQL result resource in
*C:\wamp\www\login\testroom\upload.php* on line *107, *for this
particular area of code.
Code:
//Check to see what files they have uploaded in the past
$p
c: 'php-windows@lists.php.net'
Subject: RE: [PHP-WIN] Error reporting
Ha hawellthat's slightly embarrassing! But turns out it's not
the issue after all. It must be the permissions issue, but
unfortunately I haven't had a chance to get back and test it.
Thanks for tha
nday, July 30, 2007 1:02 AM
To: Stut
Cc: php-windows@lists.php.net
Subject: Re: [PHP-WIN] Error reporting
Thanks for the quick response. I load the page by going to the URL,
not
by doing a file/open. I checked the phpinfo page and there is only
one
php.ini mentioned there. I think your 3rd scenar
Bruce Cowin wrote:
Thanks for the quick response. I load the page by going to the URL, not
by doing a file/open. I checked the phpinfo page and there is only one
php.ini mentioned there. I think your 3rd scenario is the most likely
so I'll look into that.
You need to check phpinfo from both
ut
Cc: php-windows@lists.php.net
Subject: Re: [PHP-WIN] Error reporting
Thanks for the quick response. I load the page by going to the URL, not
by doing a file/open. I checked the phpinfo page and there is only one
php.ini mentioned there. I think your 3rd scenario is the most likely
so I'll
Thanks for the quick response. I load the page by going to the URL, not
by doing a file/open. I checked the phpinfo page and there is only one
php.ini mentioned there. I think your 3rd scenario is the most likely
so I'll look into that.
Thanks again.
Regards,
Bruce
>>> Stut <[EMAIL PROTECT
Bruce Cowin wrote:
I originally sent this to the general list with no replies. As I'm it
concerns writing to the Windows event log, I thought I'd try my luck on
this list.
I'm running PHP 5.1 on IIS. My dev environment is all local on my
machine. My php.ini has the following error reporting s
I originally sent this to the general list with no replies. As I'm it
concerns writing to the Windows event log, I thought I'd try my luck on
this list.
I'm running PHP 5.1 on IIS. My dev environment is all local on my
machine. My php.ini has the following error reporting settings:
error_repor
imited knowledge
on PHP and as I say this is sample code from a guy who shut his business
down beacuse he stopped and was giving the code away. It was orriginally
made in PHP 4 so this could be why it is not working, beacuse I am running
PHP 5.
""Jeff White"" <[EMAIL
>
> At first glance, in your message I noticed that the second backslash (
> \"checkbox"\ ) is after the double quote. The backslash should be before the
> double quote for proper escaping in JavaScript. That could be your problem
> possibly.
Not a PHP question really. However, at a guess I would
m: Stephen [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 26, 2007 8:24 PM
To: php-windows@lists.php.net
Subject: [PHP-WIN] Error: illegal character I need help
I am trying to get a sample code that I got from the internet to work on my
website. Every time that I check the error logs I get t
I am trying to get a sample code that I got from the internet to work on my
website. Every time that I check the error logs I get tis message:
Error: illegal character
Source File: http://192.168.0.102/wle_form.php?run=&;
Line: 969, Column: 55
Source Code:
if(document.AuthChangesForm.eleme
Hello all,
I am having a problem sending an email from PHP 4.1.3/IIS 5.0. I am using a
PHP Class called phpmailer. The problem occurs when the mailer tries to open
a socket to my SMTP server. I can get the same error with this little bit of
code:
// Begin test code
$fp = fsockopen("smtp.examp
Hi,
I'm running php 5.03 on windows 2003 as isapi.
Everything looks OK, and i can see all the php pages, but when I checked the
IIS log file
I saw that all the requests to php pages are with the error 500.
Does someone had this problem ?
How can i fix it, i tried to change all the parameters i k
What error handling routines/classes/etc do you use, and why?
Walter
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi there
I've used a tool called asp2php to convert all my asp files to php
files, but now in ASP you have the global.asa file. I've converted this
to global.php. So now part of it looks as follows:
function Application_OnStart()
{
extract($GLOBALS);
$Application["ConnectionString"]="PROVIDER=
lto:[EMAIL PROTECTED]
Sent: Wednesday, October 27, 2004 7:18 AM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] error. no database selected problem solved!
Thanks for all of your input. I didn't realize that I
had to 1st create the database:
mysql> create database phonelist;
Database "ph
Thanks for all of your input. I didn't realize that I
had to 1st create the database:
mysql> create database phonelist;
Database "phonelist" created.
and than follow that up with:
mysql> use phonelist
Database changed
next:
mysql> create table table01(
id INT(100) PRIMARY KEY,
firstNa
Ok,
No syntax errors this time, but when I hit enter
(after I type in the code below), I get 'error 1046,
no database selected'
CREATE TABLE phonelist(
id INT(100) PRIMARY KEY,
firstName VARCHAR(15),
lastName VARCHAR(15),
email VARCHAR(20),
phone VARCHAR(15)
);
There must
On line 104, obviously...
Luis Moreira wrote:
Apparently, you are calling the SPRINTF function with the wrong number
of arguments
Jose Castilla Gallardo wrote:
Hi, i have installing php with squirrelmail and when run
squirrelmail found this messages:
"PHP Warning: sprintf(): Too few arguments
Hi, i have installing php with squirrelmail and when run squirrelmail
found this messages:
"PHP Warning: sprintf(): Too few arguments in
webmail\src\login.php on line 104 "
Do you know what happend???
Saludos
___
--
Saludos
__
I'm getting this message after I install Mambo:
"Can\'t create/write to file \'W:\tmp\#sql_116c_0.MYI\' (Errcode: 2)
SQL=SELECT ROUND(v.rating_sum/v.rating_count) AS rating,
v.rating_count,\na.*, u.name AS author, u.usertype\nFROM mos_content AS
a\nINNER JOIN mos_content_frontpage AS f ON f.cont
I'm trying to get up and running using the pspell functions on Windows.
It seems everything is installed OK. I can use aspell from the Windows
command prompt fine. PHP thinks the pspell module is loaded OK.
However, when I try to execute the pspell_new function I get the
following: -
"Warning:
<[EMAIL PROTECTED]>
Sent: Tuesday, January 27, 2004 9:06 AM
Subject: [PHP-WIN] error with variables after php 4.1.1 (but not priors)
> Hi,
>
> I was using PHP 4.1.1 for windows without any problem. But I can't put a
> newer version into my server.
> In versions after PHP
Hi,
I was using PHP 4.1.1 for windows without any problem. But I can't put a
newer version into my server.
In versions after PHP 4.1.1 if I pass a simple form value to a next php
document, the value "loose" its value :-(.
I haven't touch anything in php.ini file.
Here the code example (that works
I have made a website where registered users can download
documents from a protected area.
Only problem is, that users using windows XP and internet explorer cannot
use the Open, when they klik the link.
I have tried various browsers under Linux and Windows 2000, they dont have
any problems.
I pass
Hi All,
Attached php.exe to the list of multi-edit 9 compilers.
Does anybody has the php error parse regular expression string?
--
Best regards,
Vladimir
---
mailto: [EMAIL PROTECTED]
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
WinMe, easyphp 1.6 and 1.7(worked previously with 1.6 but now won't work
with 1.6 or 1.7)
[warn] getsockname
Can anyone enlighten me as to cause and solution for this warning
when attempting to load a localhost page?
I can ping as localhost and as 127.0.01, mysql works but when I try to open
any p
Message-
From: Yosvel Reyes [mailto:[EMAIL PROTECTED]
Sent: Monday, October 27, 2003 9:31 AM
To: PHP Windows
Subject: [PHP-WIN] Error connecting to MySQL Database
Hi All:
I'm a PHP beginner and just I am trying to connect using PHP to a MySQL
Database with the following
Hi All:
I'm a PHP beginner and just I am trying to connect using PHP to a MySQL
Database with the following code
";
}
}
else{
echo "Cant execute the SQL statement";
}
}
else
Hi,
i made i search script and in localhost it works ok.
But when i 'll publish the script in the web i see that error msg
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in
/home/expressfilm.gr/www/demo/results.php on line 51
Here is the code of the scripot i
phpinfo()
no underscore
Alan
"Donatas" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Getting CHM version of PHP manual would be the right thing to do. It's
> index/search is the best way to learn about functions you need.
>
> Good luck ;)
>
> Donny
>
> Yosvel Reyes wrote:
>
> >Hi Al
Getting CHM version of PHP manual would be the right thing to do. It's
index/search is the best way to learn about functions you need.
Good luck ;)
Donny
Yosvel Reyes wrote:
Hi All:
Enviroment: php 4.xx Apache 2.0 Internet Explorer 6.0 Windows OS
I'm Just a php beginner and I'm testing some
Hi,
The correct function name is phpinfo(); without the underscore.
- Frank
> Hi All:
>
> Enviroment: php 4.xx Apache 2.0 Internet Explorer 6.0 Windows OS
>
> I'm Just a php beginner and I'm testing some code like
>
> php_info();
> ?>
>
> and this code just not work for me i got the follow
Hi All:
Sorry if this message has been send more than once... I have some
problems with my account.
Enviroment: php 4.xx Apache 2.0 Internet Explorer 6.0 Windows OS
I'm Just a php beginner and I'm testing some code like
and this code just not work for me i got the following error
Fatal erro
Hi All:
Enviroment: php 4.xx Apache 2.0 Internet Explorer 6.0 Windows OS
I'm Just a php beginner and I'm testing some code like
and this code just not work for me i got the following error
Fatal error: Call to undefined function: php_info() in D:\Program
Files\Apache Group\Apache2\htdocs\Ete
Hi.
I have this funny problem. I recieve Error 404 (page not found) when I call
the php files in a newly created folder. I have set my IIS so I can browse
my web folders. It shows the newly created folder but when I click on the
files in the folder, I recieve Error 404. I use php 4.3.2 and my OS is
Hello everybody !
I want to run PHP 4.3.2 on my IIS 5 on Win2000 Server.
When i want to open an .php file I always receive the error message "The
specified module can't be found".
I assume it is an beginners error I made, I took all steps explained on MS
Technet
http://www.microsoft.com/technet/tr
Hello everybody !
I want to run PHP 4.3.2 on my IIS 5 on Win2000 Server.
When i want to open an .php file I always receive the error message "The
specified module can't be found".
I assume it is an beginners error I made, I took all steps explained on MS
Technet
http://www.microsoft.com/technet/tr
Hi all...
I was trying out PHP and COM on my WinXP machine with IIS 5 and I used the following
code, which was an example from the PHP manual:
/*
# the code #
*/
Version}\n";
//bring it to front
$word->Visible = 0;
//open an empty document
$word->Do
Take a look at http://www.php.net/manual/en/function.pdf-rect.php.
Works just fine.
-Dash
vipula wrote:
Hi,
I'm trying to draw a table in a PDF with php. At the moment I can draw it as
a combination of lines by giving cordinates. Is there any easy or systamatic
way to do this.
Thanks in advance
Dobrý den,
Thursday, March 27, 2003, 10:56:28 AM, napsal jste:
> Hi,
> I'm trying to draw a table in a PDF with php. At the moment I can draw it as
> a combination of lines by giving cordinates. Is there any easy or systamatic
> way to do this.
> Thanks in advance.
> -Vipula
Of course bad thre
Hi,
I'm trying to draw a table in a PDF with php. At the moment I can draw it as
a combination of lines by giving cordinates. Is there any easy or systamatic
way to do this.
Thanks in advance.
-Vipula
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/un
It sounds like it's happening before line 18. Did you close a statement
on that last
line executed. What's the code before line 18?
P.Bijl wrote:
U?
Parse error: parse error, unexpected T_WHILE, expecting ',' or ';' in
c:\apache\htdocs\news1\nieuws.php on line 18
17.
18. while ($list = mysql_fe
Take a look at line 17; most likely there is a ';' missing to indicate the
end of the previous statement.
--
Sven
> -Ursprüngliche Nachricht-
> Von: P.Bijl [SMTP:[EMAIL PROTECTED]
> Gesendet am: Dienstag, 25. März 2003 01:20
> An: [EMAIL PROTECTED]
> Betr
I'm not sure, but I think you have to do this on line 19
echo "" . $list->foo . "other text";
-Flint
> -Original Message-
> From: P.Bijl [mailto:[EMAIL PROTECTED]
> Sent: Monday, March 24, 2003 4:20 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP
U?
Parse error: parse error, unexpected T_WHILE, expecting ',' or ';' in
c:\apache\htdocs\news1\nieuws.php on line 18
17.
18. while ($list = mysql_fetch_object($query)) {
19. echo "$list-> blablaetcetc..
Thanx,
P
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit:
You probably dont generate any html output.
regards Henrik Hornemann
> -Oprindelig meddelelse-
> Fra: Jey [mailto:[EMAIL PROTECTED]]
> Sendt: 14. februar 2003 13:59
> Til: [EMAIL PROTECTED]
> Emne: [PHP-WIN] Error In CGI Application
>
>
> I have installed P
I have installed PHP 4.3.0 on Windows 2000 Server. And then I edited the
php.ini file accordingly. And added the extension .php in IIS 5. And when I
try to run a php script I get the following error:
CGI Error
The specified CGI application misbehaved by not returning a complete set of
HTTP headers
IL PROTECTED]>
Sent: Saturday, February 01, 2003 3:14 AM
Subject: [PHP-WIN] error - permissions?
> Hi
> I get this error in a login page I've created. I am using root for testing
> purposes only on localhost, but it keeps comming up with access denied.
>
> I am wondering if t
Hi
I get this error in a login page I've created. I am using root for testing
purposes only on localhost, but it keeps comming up with access denied.
I am wondering if this is a Windows 2000 permissions problem or are new
users denied in MySQL? Any idea?
Regards, PJ
Warning: mysql_connect() [fu
Hi
I've faced following problem running php 4.2.2 & 4.2.3 with apache 2.0.40 &
IIS and DBG php debugger, version 2.11.2, by Dmitri Dmitrienko
Opening a page with errors I've got message "Instruction at "0x1009553e"
referenced memory at "0x". The memory can not be written"
Neither debugg
IIS 5, Win2K, Running as ISAPI, HTTPS, PHP 4.2
PHP has encountered an Access Violation at 01152A55
Any ideas how to deal with this? I got this on my development server.
Should I just use PHP as a CGI instead of ISAPI?
Matt Babineau
MCWD / CCFD
-
e:
ich Gray" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Can you post some code to look at?
>
> -Original Message-
> From: M.B. [mailto:[EMAIL PROTECTED]]
> Sent: 11 September 2002 20:32
> To: [EMAIL PROTECTED]
> Subje
Can you post some code to look at?
-Original Message-
From: M.B. [mailto:[EMAIL PROTECTED]]
Sent: 11 September 2002 20:32
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Error after a while???
Hi, I have a database and a site which has members and so on..
but now I have service (also for
Hi, I have a database and a site which has members and so on..
but now I have service (also for a long time) http://www.wjp.cjb.net
a guestbook service.
But yesterday somebody mailt me to say that this error was on his
guestbooksite:
Warning: mysql_num_rows(): supplied argument is not a valid
hi there,
i tried to compile the example-extension from the manual under Win32 with
VC++ 6.0, but i get these error-messages:
test.obj : error LNK2001: unresolved external symbol "__declspec(dllimport)
int __cdecl zend_parse_parameters(int,void * * *,char *,...)"
(__imp_?zend_par
I created this script to ping a host and if a response is not received then
insert into a database and ping it after x amount of minutes. The script
works fine until it starts to ping the hosts that it didn't receive a
response from the database then it goes to page cant be displayed. I need to
s
Ooops!
> -Original Message-
> From: Michael Davey [mailto:[EMAIL PROTECTED]]
> Sent: 05 June 2002 18:16
> To: Christian
> Subject: RE: [PHP-WIN] Error compiling php4ts.dll on Win2000
>
>
> Did you compile your own version of resolv.lib from the DNS
Hello guys,
I get the following error message when compiling :
D:\Travail\php-4.2.1\main\php_network.h(28) : fatal error C1083: Cannot open
include file: 'arpa/inet.h': No such file or directory
The piece of code is :
#ifdef PHP_WIN32
# ifndef WINNT
# define WINNT 1
# endif
# undef FD_SETSIZE
I am getting the wierdest PHP error. I couldn't find anything on the web
regarding this error. The exact error is as follows:
[01-Apr-2002 02:45:41] PHP Warning: Failed opening
'/apache/htdocs/php.php' for inclusion (include_path='c:\php4\pear') in
Unknown on line 0
I have put up online copies
When i run a script test.php after installation on windows 2000 with IIS4 I
get the mesage in a browser window:
Security Alert! PHP CGI cannot be accessed directly.
This PHP CGI binary was compiled with force-cgi-redirect enabled. This means
that a page will only be served up if the REDIRECT_STAT
h 14, 2002 10:48 PM
Subject: Re: [PHP-WIN] Error::
> No way. YOu do not need to reformat. Make sure you have your mysql my.cnf
> file setup properly on your c:/ drive and the paths are configured with
the
> correct paths to mysql.
>
>
> "Konus" <[EMAIL PROTECTED]>
1 - 100 of 154 matches
Mail list logo