Re: [PHP-WIN] error message appears "cannot find php_oci8.dll"

2011-04-05 Thread Pierre Joye
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

Re: [PHP-WIN] error message appears "cannot find php_oci8.dll"

2011-04-05 Thread Kris Craig
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

Re: [PHP-WIN] error message appears "cannot find php_oci8.dll"

2011-04-04 Thread Fred Silsbee
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

Re: [PHP-WIN] error message appears "cannot find php_oci8.dll"

2011-04-04 Thread Pierre Joye
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

Re: [PHP-WIN] error message appears "cannot find php_oci8.dll"

2011-04-04 Thread Fred Silsbee
, 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

Re: [PHP-WIN] Error: Not a proper resource --- with code this time!

2011-01-17 Thread Niel Archer
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

Re: [PHP-WIN] Error: Not a proper resource --- with code this time!

2011-01-17 Thread Niel Archer
> 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

Re: [PHP-WIN] Re: [Bulk] Fwd: Re: [PHP-WIN] Error: Not a proper resource --- with code this time!

2011-01-16 Thread Lars Mueller
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

[PHP-WIN] Re: [Bulk] Fwd: Re: [PHP-WIN] Error: Not a proper resource --- with code this time!

2011-01-16 Thread Bill Mudry
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

Re: [PHP-WIN] Error: Not a proper resource --- with code this time!

2011-01-16 Thread Lars Mueller
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)."'"; --

Re: [PHP-WIN] error of "Could not open input file" from PHP CLI

2010-10-18 Thread Richard Quadling
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-

RE: [PHP-WIN] error of "Could not open input file" from PHP CLI

2010-10-18 Thread Howard . Holcombe
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

Re: [PHP-WIN] error of "Could not open input file" from PHP CLI

2010-10-15 Thread Richard Quadling
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

Re: [PHP-WIN] error of "Could not open input file" from PHP CLI

2010-10-14 Thread Richard Quadling
@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

Re: [PHP-WIN] error of "Could not open input file" from PHP CLI

2010-10-14 Thread Richard Quadling
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

Re: [PHP-WIN] error compiling php-5.3.2

2010-04-11 Thread Pierre Joye
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

Re: [PHP-WIN] error compiling php-5.3.2

2010-04-11 Thread Ferenc Kovacs
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

Re: [PHP-WIN] error compiling php-5.3.2

2010-04-11 Thread Pierre Joye
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\

Re: [PHP-WIN] error compiling php-5.3.2

2010-04-11 Thread Tomasz Krawczyk
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

Re: [PHP-WIN] error compiling php-5.3.2

2010-04-10 Thread Pierre Joye
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

Re: [PHP-WIN] error compiling php-5.3.2

2010-04-10 Thread Tomasz Krawczyk
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

Re: [PHP-WIN] error compiling php-5.3.2

2010-04-09 Thread Pierre Joye
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

Re: [PHP-WIN] Error compiling php-5.3.1

2010-02-26 Thread Pierre Joye
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

Re: [PHP-WIN] Error compiling php-5.3.1

2010-02-26 Thread Sachin Srivastava
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

Re: [PHP-WIN] Error compiling php-5.3.1

2010-02-26 Thread Pierre Joye
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

Re: [PHP-WIN] Error compiling php-5.3.1

2010-02-25 Thread Sachin Srivastava
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

Re: [PHP-WIN] Error compiling php-5.3.1

2010-02-25 Thread Pierre Joye
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

Re: [PHP-WIN] Error Question!

2008-05-23 Thread bitslayer
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

Re: [PHP-WIN] Error Question!

2008-05-23 Thread James Crow
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

RE: [PHP-WIN] Error reporting

2007-07-31 Thread Gustav Wiberg
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

RE: [PHP-WIN] Error reporting

2007-07-31 Thread Bruce Cowin
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

Re: [PHP-WIN] Error reporting

2007-07-30 Thread Stut
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

RE: [PHP-WIN] Error reporting

2007-07-29 Thread Gustav Wiberg
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

Re: [PHP-WIN] Error reporting

2007-07-29 Thread Bruce Cowin
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

Re: [PHP-WIN] Error reporting

2007-07-29 Thread Stut
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

Re: [PHP-WIN] Error: illegal character I need help

2007-07-27 Thread Stephen
Even after changing the code it still does not work correctly and I'm still getting the same erroe. When I check the error logs for the Apache server I get this. [Thu Jul 26 19:56:57 2007] [error] [client 192.168.0.102] PHP Parse error: syntax error, unexpected '[' in C:\\Program Files\\Apache

Re: [PHP-WIN] Error: illegal character I need help

2007-07-26 Thread Niel Archer
> > 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

RE: [PHP-WIN] Error: illegal character I need help

2007-07-26 Thread Jeff White
Hello Stephen, 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. -Original Message- From: Stephen [m

RE: [PHP-WIN] error. no database selected problem solved!

2004-10-26 Thread Zareef Ahmed
Dear Lynard Skynard, Please do not change the subject every time you want to add something to the thread. As thread change with the subject change. Well informing "Solved" is a good practive in my view. Zareef Ahmed -Original Message- From: Patrick Roane [mailto:[EMAIL

Re: [PHP-WIN] error working with squirrellmail

2004-09-06 Thread Luis Moreira
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

Re: [PHP-WIN] error with variables after php 4.1.1 (but not priors)

2004-01-27 Thread Luis Moreira
How was, and how is set "register globals" ? If it is off, as it should, it works this way. Try $valor=$_POST['valor']; echo "Valor = $valor"; Do you see the result ? Luis - Original Message - From: "Josep" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 27,

RE: [PHP-WIN] Error connecting to MySQL Database

2003-10-27 Thread Gerardo Rojas
the function call mysql_connect() returns 1. Resource (link identifier) if succesful 2. False if NOT successful fix -- if( $Connection != FALSE ){ //I am connected to the data base... --- -- Gerardo S. Rojas mailto: [EMAIL PROTECTED] -Original Messa

Re: [PHP-WIN] Error calling php_info

2003-10-18 Thread Alan McDonald
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

Re: [PHP-WIN] Error calling php_info

2003-10-17 Thread Donatas
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

Re: [PHP-WIN] Error calling php_info

2003-10-16 Thread Frank M. Kromann
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

Re: [PHP-WIN] Error, does anyone see anything wrong?

2003-03-28 Thread Dash McElroy
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

Re: [PHP-WIN] Error, does anyone see anything wrong?

2003-03-27 Thread vipula
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

Re: [PHP-WIN] Error, does anyone see anything wrong?

2003-03-27 Thread Ryan
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

RE: [PHP-WIN] Error, does anyone see anything wrong?

2003-03-24 Thread Flint Doungchak
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-WIN] Error, does anyone see anything wrong? >

Re: [PHP-WIN] error - permissions?

2003-02-01 Thread Stephen Edmonds
It probably means that your MySQL is not configured to allow for 'root' to login. If you have phpMyAdmin, you can use it to login to your MySQL server and set up the user. Stephen - Original Message - From: "Pat Johnston" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, Februar

Re: [PHP-WIN] Error after a while???

2002-09-12 Thread Constantin Baciu
If you do a select on that table, before retrieving the results ( while($result_data=mysql_fetch_array($query)) ) verify that the result has rows ie if(mysql_num_rows($query)>0) while($result_data=mysql_fetch_array($query)) { do something with the results } else NO RESULTS. "Rich Gray" <[E

RE: [PHP-WIN] Error after a while???

2002-09-12 Thread Rich Gray
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 a

Re: [PHP-WIN] Error::

2002-03-14 Thread KONUS
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]>

Re: [PHP-WIN] Error::

2002-03-14 Thread Nicole Amashta
D (damn!!) > > > - Original Message - > From: "Brother Bagge" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, March 14, 2002 3:46 PM > Subject: RE: [PHP-WIN] Error:: > > > > > -Original Message- > > > F

Re: [PHP-WIN] Error::

2002-03-14 Thread KONUS
other Bagge" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 14, 2002 3:46 PM Subject: RE: [PHP-WIN] Error:: > > -Original Message- > > From: KONUS [mailto:[EMAIL PROTECTED]] > > > > Warning: MySQL Connection Failed: Can't co

RE: [PHP-WIN] Error::

2002-03-14 Thread Brother Bagge
> -Original Message- > From: KONUS [mailto:[EMAIL PROTECTED]] > > Warning: MySQL Connection Failed: Can't connect to MySQL > server on 'localhost' (10061) in > C:\apache\htdocs\phpmyadmin\lib.inc.php on line 255 > Error > Iam using Win2K Professional. > > What's going on?? You have

Re: [PHP-WIN] error when using IIS 5 and PHP

2001-12-31 Thread Olivier Mascia
Hello, charles wrote: c> I get the following error when trying to test PHP with IIS 5 using tha Isapi c> DLL. Any ideas what is causing it? I'm running PHP 4.1.0/Win32 as ISAPI on IIS 5.0/Win2K and IIS5.1/WinXP without any apparent problems. Have you copied the php4ts.dll to your %SYSTEM% dire

Re: [PHP-WIN] error mesage -configure php on wind98 +apache1.3

2001-12-21 Thread Jonathan David Edwin Wright
Yep... At 00:22 21.12.2001 +0700, p13zo wrote: >i cant configure php to work on my window98 +apache 1.3 >i stop apache and edit httpd.conf with notepad and add this line (i read >this on some tutorial books) ; > >#for the apache module >LoadModule php4_module c:/php/sapi/php4apache.dll >AddType a

RE: [PHP-WIN] Error: text/html Content-Length

2001-11-14 Thread Ross Fleming
It means you've got "friendly" error messages turned off in Internet Explorer (assuming you're using that). You've got a 500 error, which helpfully means "internal server error". Can't really be of much more help than that unless we see the code. At least one example of why it might be doing th

Re: [PHP-WIN] Error using PHP installer

2001-05-23 Thread Phil Driscoll
If you used the installer, then you haven't got the Apache module - only the cgi version, so don't do the > # for the apache module stuff, just do the #for the cgi binary stuff, and everything should be ok. Cheers -- Phil Driscoll -- PHP Windows Mailing List (http://www.php.net/) To unsubsc

Re: [PHP-WIN] error in ip2long

2001-05-16 Thread Chris Adams
On 16 May 2001 19:56:52 -0700, Ruslan Ohitin <[EMAIL PROTECTED]> wrote: > hello all! > > I try to convert ip address (aaa.bbb.ccc.ddd) > to IPv4 integer using ip2long(). > > ip2long("200.200.200.12") = 3368601612 > but it must be -926365684. That's the same value - the first time is treating it

RE: [PHP-WIN] error message: php4ts.DLL-ts_rescource win98, Apache, PHP4.0

2001-05-14 Thread Vern DeHaven
Paul, Check to see if php4ts.dll is in your \windows\system folder. Peace, Vern - Hi, Iv'e installed Apache, configured and tested it: works fine. Installed PHP4 and made a file phpinfo.php. When I type 'http://localhost/phpinfo.php' I get the following message: 'Erro

Re: [PHP-WIN] Error on new install on IIS 5.0

2001-04-05 Thread Phil Driscoll
Maybe you've accidentally uncommented the browscap= line in your php.ini? Cheers -- Phil Driscoll Dial Solutions +44 (0)113 294 5112 http://www.dialsolutions.com http://www.dtonline.org -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [PHP-WIN] Error in CGI Application in IIS

2001-03-25 Thread Phil Driscoll
>I had the same problem but this did not work , could you pleas send me (or >the newsgroup) llist of "tricks" you have for this problem If it isn't a 'file does not exist' problem, it is almost invariably due to the anonymous web user account (IUSR_) not having sufficient privileges or permissions

RE: [PHP-WIN] Error in CGI Application in IIS

2001-03-24 Thread Flint Doungchak
:41 PM To: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] Error in CGI Application in IIS I had the same problem but this did not work , could you pleas send me (or the newsgroup) llist of "tricks" you have for this problem almir "Flint Doungchak" <[EMAIL PROTECTED]> sch

Re: [PHP-WIN] Error in CGI Application in IIS

2001-03-24 Thread almir
I had the same problem but this did not work , could you pleas send me (or the newsgroup) llist of "tricks" you have for this problem almir "Flint Doungchak" <[EMAIL PROTECTED]> schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > James, > > I don't know if this applies to you,

RE: [PHP-WIN] Error in CGI Application in IIS

2001-03-24 Thread James Brash
Thanks Flint - this did the trick James -Original Message- From: Flint Doungchak [mailto:[EMAIL PROTECTED]] Sent: 24 March 2001 20:36 To: 'James Brash'; [EMAIL PROTECTED] Subject: RE: [PHP-WIN] Error in CGI Application in IIS James, I don't know if this applie

RE: [PHP-WIN] Error in CGI Application in IIS

2001-03-24 Thread Flint Doungchak
James, I don't know if this applies to you, but I recently had the same problem. I assume you are using the CGI version. When you define the mime mapping in IIS, there is a checkbox that says: "Check for File Exists" If you do not have this checked and the file is non-existant, you will get th

Fwd: RE: [PHP-WIN] Error in a remote computer with IIS and windows 200 0

2001-01-30 Thread Gaspar ARias
--- Start of forwarded message --- Subject: RE: [PHP-WIN] Error in a remote computer with IIS and windows 200 0 To: [EMAIL PROTECTED] From: Gaspar ARias <[EMAIL PROTECTED]> Date: 30 Jan 2001 13:44:26 PST Well I have configured IIS with the UNC \\computer_name\share , but when

RE: [PHP-WIN] Error in a remote computer with IIS and windows 2000

2001-01-29 Thread Bikes
magination encompasses it all - -Original Message- From: Ryan Grove To: [EMAIL PROTECTED] Sent: 1/28/01 2:57 AM Subject: Re: [PHP-WIN] Error in a remote computer with IIS and windows 2000 This is the error that the PHP CGI module returns under IIS when it can't fi

Re: [PHP-WIN] Error in a remote computer with IIS and windows 2000

2001-01-27 Thread Ryan Grove
This is the error that the PHP CGI module returns under IIS when it can't find the page you requested. Make sure the page you're trying to access actually exists at the location you're requesting it from. Of course, it could be that PHP doesn't handle remote scripts properly... -- Ryan Grove [E

Re: [PHP-WIN] Error with Sessions please help

2001-01-16 Thread Pavel Kalian
Robert, modify your session.save_path directive in PHP.INI to point to an existing directory, for example c:\winnt\temp Pavel - Original Message - From: "Robert Trembath" <[EMAIL PROTECTED]> To: "PHP List" <[EMAIL PROTECTED]> Sent: Tuesday, January 16, 2001 3:37 PM Subject: [PHP-WIN] Err

Re: [PHP-WIN] error PHP4.0.4 with Apache1.3.12

2001-01-11 Thread Cynic
Oh, great, I screwed up. Larry I'm sorry. At 22:38 11.1. 2001, Larry Forrister ,[EMAIL PROTECTED] wrote the following: -- >I wanted to build zlib on my machine, but nmake says: > >NMAKE : fatal error U1073: don't know how to make 'adler

Re: [PHP-WIN] error PHP4.0.4 with Apache1.3.12

2001-01-11 Thread Cynic
I wanted to build zlib on my machine, but nmake says: NMAKE : fatal error U1073: don't know how to make 'adler32.c' Stop. Does anyone know what's wrong? It's zlib 1.1.3. At 17:59 8.1. 2001, Cynic wrote the following: -- >the shutdown