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

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

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

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

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] warnings and their meanings

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

2001-02-07 Thread Asendorf, John
Have you tried using the UNLINK command? www.php.net/unlink unlink ( "d:/home/lineagialla/img/img_colonna1.gif" ); Also, if the system is trying to access the file you are requesting, you're going to have problems. I have a nice long story about that that I'll share with everyone some day at