Re: [PHP-WIN] Warnings/Errors in PHP

2007-05-25 Thread Stut
Dale Attree wrote: Error_reporting(E_ALL ^ E_NOTICE); Why oh why would you suggest this? Notices are telling you that something is wrong. Do you ignore the light that indicates low fuel in your car? If you do it'll keep working for a while, but it's a ticking time bomb!! -Stut -- PHP Wind

Re: [PHP-WIN] Warnings/Errors in PHP

2007-05-25 Thread Gustav Wiberg
Hi there! Thanx a lot!!! :-) Best regards /Gustav Wiberg - Original Message - From: "Dale Attree" <[EMAIL PROTECTED]> To: "'Gustav Wiberg'" <[EMAIL PROTECTED]>; "'chandar'" <[EMAIL PROTECTED]> Cc: "'PHP Win

RE: [PHP-WIN] Warnings/Errors in PHP

2007-05-25 Thread Dale Attree
Ini_set("display_errors",1); Error_reporting(E_ALL ^ E_NOTICE); -Original Message- From: Gustav Wiberg [mailto:[EMAIL PROTECTED] Sent: 25 May 2007 09:16 AM To: chandar Cc: PHP WindowsList Subject: Re: [PHP-WIN] Warnings/Errors in PHP Hi there! I know that, but that wasn

Re: [PHP-WIN] Warnings/Errors in PHP

2007-05-25 Thread Gustav Wiberg
ot; Sent: Friday, May 25, 2007 9:12 AM Subject: Re: [PHP-WIN] Warnings/Errors in PHP You can do this in PHP ini file. Thanks/Chandar Gustav Wiberg wrote: Hi there! The server I'm connected to is not showing any warnings/error in PHP. Instead it just displays a blank page. How can I do i

Re: [PHP-WIN] Warnings/Errors in PHP

2007-05-25 Thread chandar
You can do this in PHP ini file. Thanks/Chandar Gustav Wiberg wrote: Hi there! The server I'm connected to is not showing any warnings/error in PHP. Instead it just displays a blank page. How can I do in PHP-script to show errors/warning? I know this is possible, but I'm not able to find it f

[PHP-WIN] Warnings/Errors in PHP

2007-05-25 Thread Gustav Wiberg
Hi there! The server I'm connected to is not showing any warnings/error in PHP. Instead it just displays a blank page. How can I do in PHP-script to show errors/warning? I know this is possible, but I'm not able to find it for the moment. Best regards /Gustav Wiberg -- PHP Windows Mailin

Re: [PHP-WIN] Warnings

2003-02-15 Thread Luis Ferro
That means that there is some output done before the session is inicialized... It can also be possible that the target web server is with a diferent configuration then your local machine. It is a known fact that some PHP versions are VERY bugged with regards to sessions (i think php 4.2.3 that

[PHP-WIN] Warnings

2003-02-15 Thread Bobo Wieland
What does this mean: Warning: Cannot send session cookie - headers already sent by (output started at /customers/pingstkyrkan.net/pingstkyrkan.net/httpd.www/fp/index.php:1) in customers/pingstkyrkan.net/pingstkyrkan.net/httpd.www/fp/index.php on line 5 Warning: Cannot send session cache limiter

RE: [PHP-WIN] Warnings!

2003-01-29 Thread DAS6804
>Warning: Unknown(): Failed opening >'C:\Inetpub\wwwroot\resume\product_listing.php' for inclusion >(include_path='.;c:\php4\pear') in Unknown on line 0 ¿Do you have PHP installed in C:\PHP4? Este correo electrónico contiene información privada y confidencial. Si usted no es el destinatario del me

[PHP-WIN] Warnings!

2003-01-29 Thread Anthony Judd
I am getting the following errors: Could Some one please enlighten me as to what is wrong. I suspect it is something to do with php ini. I am running win2k with iis, isapi Warning: Unknown(C:\Inetpub\wwwroot\resume\product_listing.php): failed to create stream: No such file or directory in Unknow

RE: [PHP-WIN] Warnings...

2002-04-11 Thread Daniel Reichenbach
As far as I understood allow_call_time_pass_reference can only be set via php.ini. So your ISP would have to do this for you. He could even do this for your domain(s) only. Daniel > thats the problem, my ISP has this set to OFF and I need to > know how I can change it locally. > > I used ini_s

RE: [PHP-WIN] Warnings...

2002-04-11 Thread Martin.Andrew
ink it's a rights issue, being a general user I'm not allowed to modify this! -Original Message- From: Daniel Reichenbach [mailto:[EMAIL PROTECTED]] Sent: 11 April 2002 16:18 To: Php-Windows Cc: 'Martin.Andrew' Subject: RE: [PHP-WIN] Warnings... Try using: allow_

RE: [PHP-WIN] Warnings...

2002-04-11 Thread Daniel Reichenbach
> Sent: 11 April 2002 14:26 > To: Php-Windows > Subject: RE: [PHP-WIN] Warnings... > > > The only reference i found is here: > http://www.php.net/manual/en/function.ini-> set.php > > But no > description what it does :-( > > If i > understood it right

RE: [PHP-WIN] Warnings...

2002-04-11 Thread Martin.Andrew
Anyone know a way of turning WARNINGS off with the ini_set() function? I can't find it in the list of changeable options! -Original Message- From: Daniel Reichenbach [mailto:[EMAIL PROTECTED]] Sent: 11 April 2002 14:26 To: Php-Windows Subject: RE: [PHP-WIN] Warnings... The

RE: [PHP-WIN] Warnings...

2002-04-11 Thread Daniel Reichenbach
The only reference i found is here: http://www.php.net/manual/en/function.ini-set.php But no description what it does :-( If i understood it right, you called a function like this myFunction(&$variable) You can do the following, which should work. I use it myself to pass references to database

[PHP-WIN] Warnings...

2002-04-11 Thread Martin.Andrew
I keep getting the following warning message on my production server (ISP hosted), but local version doesn't have this problem! I check the local INI file and can't find the "allow_call_time_pass_reference" mentioned! Any ideas? Warning: Call-time pass-by-reference has been deprecated - argument

[PHP-WIN] warnings

2001-12-13 Thread overlord
If memory serves that particular warning comes up as an E_NOTICE type not an E_WARNING, so you can switch it off without getting rid of the warnings you really DO want to see. -Steve -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comma

[PHP-WIN] Warnings w/ !$var

2001-04-19 Thread Nicholas Pappas
I recently installed PHP on a Windows 2000 server and brought over a few general PHP scripts (used on a Linux box), but have found a very annoying difference that I am wondering if I can get rid of. I us many checks in my programs with a simple !$var check -- which works find in

RE: [PHP-WIN] warnings and their meanings and fork in particular...

2001-02-07 Thread Svensson, B.A.T.
Maybe there exists a problem for the operation system to create/find a shell to run the del.exe command in? >-Original Message- >From: Tomasz Abramowicz [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, February 07, 2001 11:54 AM >To: php-windows >Subject: [PHP-WIN] war

RE: [PHP-WIN] warnings and their meanings and fork in particular...

2001-02-07 Thread Asendorf, John
ld be $522.2 million per year, according to estimates of the General Accouting Office released on April 7, 2000. > -Original Message- > From: Tomasz Abramowicz [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 07, 2001 5:54 AM > To: php-windows > Subject: [PHP-WIN] warn

[PHP-WIN] warnings and their meanings and fork in particular...

2001-02-07 Thread Tomasz Abramowicz
hi, is there somewhere I can find the possible meaning, (suggested solutions or something like that) to the error msgs and warinings? I am running php4.0.4pl1 on NT4.0 w/ IIS4.0, While trying to delete a file prior to upload i get the following error, i dont understand what it means by "fork", t