Re: [PHP] error messages

2007-10-07 Thread tbt
Yes i was looking for view parse errors on my browser but now I guess will have to use an IDE Like zend :) tedd wrote: At 10:27 PM +0200 10/5/07, Zoltán Németh wrote: 2007. 10. 5, péntek keltezéssel 12.57-kor tedd ezt írta: I long for the time where my editor said Offending syntax on

Re: [PHP] error messages

2007-10-06 Thread tedd
At 10:27 PM +0200 10/5/07, Zoltán Németh wrote: 2007. 10. 5, péntek keltezéssel 12.57-kor tedd ezt írta: I long for the time where my editor said Offending syntax on line 236. my editor still says parse error and shows me the line number... ;) greets Zoltán Németh Consider yourself lucky,

Re: [PHP] error messages

2007-10-05 Thread Larry Garfield
On Friday 05 October 2007, Paul Scott wrote: On Thu, 2007-10-04 at 22:38 -0700, tbt wrote: I'm a newbie to php and i would like to know a way of viewing runtime errors on the browser. Currently when an error occurs nothing is displayed on the browser. Is there any way of viewing all error

Re: [PHP] error messages

2007-10-05 Thread tbt
I added the following lines to the top of my script but still no error messages show up on the browser. When a php error occurs the entire page is still shown blank. Larry Garfield wrote: On Friday 05 October 2007, Paul Scott wrote: On Thu, 2007-10-04 at 22:38 -0700, tbt wrote: I'm a

Re: [PHP] error messages

2007-10-05 Thread Paul Scott
On Fri, 2007-10-05 at 00:32 -0700, tbt wrote: I added the following lines to the top of my script but still no error messages show up on the browser. When a php error occurs the entire page is still shown blank. Is your script *supposed* to output something? --Paul All Email originating

RE: [PHP] error messages

2007-10-05 Thread Ford, Mike
-Original Message- From: Paul Scott [mailto:[EMAIL PROTECTED] Sent: 05 October 2007 06:44 On Thu, 2007-10-04 at 22:38 -0700, tbt wrote: I'm a newbie to php and i would like to know a way of viewing runtime errors on the browser. Currently when an error occurs nothing is

Re: [PHP] error messages

2007-10-05 Thread tbt
yes it is pscott wrote: On Fri, 2007-10-05 at 00:32 -0700, tbt wrote: I added the following lines to the top of my script but still no error messages show up on the browser. When a php error occurs the entire page is still shown blank. Is your script *supposed* to output

Re: [PHP] error messages

2007-10-05 Thread Aleksandar Vojnovic
try putting this on the top of your PHP page ?php error_reporting(E_ALL); ? tbt wrote: yes it is pscott wrote: On Fri, 2007-10-05 at 00:32 -0700, tbt wrote: I added the following lines to the top of my script but still no error messages show up on the browser. When a php

Re: [PHP] error messages

2007-10-05 Thread Aleksandar Vojnovic
Maybe display errors is set on off? ? ini_set('display_errors','1'); ? Aleksander tbt wrote: yes it is pscott wrote: On Fri, 2007-10-05 at 00:32 -0700, tbt wrote: I added the following lines to the top of my script but still no error messages show up on the browser. When a php

Re: [PHP] error messages

2007-10-05 Thread Jim Lucas
tbt wrote: Hi I'm a newbie to php and i would like to know a way of viewing runtime errors on the browser. Currently when an error occurs nothing is displayed on the browser. Is there any way of viewing all error messages on the browser itself. Thanks From what I read in your other posts, it

Re: [PHP] error messages

2007-10-05 Thread tedd
At 10:38 PM -0700 10/4/07, tbt wrote: Hi I'm a newbie to php and i would like to know a way of viewing runtime errors on the browser. Currently when an error occurs nothing is displayed on the browser. Is there any way of viewing all error messages on the browser itself. Thanks tbt: Welcome

Re: [PHP] error messages

2007-10-05 Thread Zoltán Németh
2007. 10. 5, péntek keltezéssel 12.57-kor tedd ezt írta: At 10:38 PM -0700 10/4/07, tbt wrote: Hi I'm a newbie to php and i would like to know a way of viewing runtime errors on the browser. Currently when an error occurs nothing is displayed on the browser. Is there any way of viewing all

[PHP] error messages

2007-10-04 Thread tbt
Hi I'm a newbie to php and i would like to know a way of viewing runtime errors on the browser. Currently when an error occurs nothing is displayed on the browser. Is there any way of viewing all error messages on the browser itself. Thanks -- View this message in context:

Re: [PHP] error messages

2007-10-04 Thread Paul Scott
On Thu, 2007-10-04 at 22:38 -0700, tbt wrote: I'm a newbie to php and i would like to know a way of viewing runtime errors on the browser. Currently when an error occurs nothing is displayed on the browser. Is there any way of viewing all error messages on the browser itself. You can up

[PHP] Error Messages, Windows, and Tequila

2005-11-16 Thread Jay Blanchard
Hidy-ho good meighbors and neighborettes! I continue my, as yet unquenched, fascination with the Windows operating system[sic]. Does anyone know (I have error reporting set so high it would make your head swim) why errors wouldn't be output to a browser window when they occur? For instance, I

Re: [PHP] Error Messages, Windows, and Tequila

2005-11-16 Thread David Grant
Printing error messages to your output can be disabled with the display_errors directive in your php.ini file. To enable error printing, the directive should read: display_errors = On Cheers, Dave Jay Blanchard wrote: Hidy-ho good meighbors and neighborettes! I continue my, as yet

Re: [PHP] Error Messages, Windows, and Tequila

2005-11-16 Thread Richard Davey
Hi Jay, Wednesday, November 16, 2005, 4:36:25 PM, you wrote: Does anyone know (I have error reporting set so high it would make your head swim) why errors wouldn't be output to a browser window when they occur? For instance, I typed the following; Are you 100% Tequila-worm sure you've got

RE: [PHP] Error Messages, Windows, and Tequila

2005-11-16 Thread Jay Blanchard
[snip] Printing error messages to your output can be disabled with the display_errors directive in your php.ini file. To enable error printing, the directive should read: display_errors = On [/snip] You are correct sir, it is set to off by default. I will hike over to the data center and flick

Re: [PHP] Error Messages, Windows, and Tequila

2005-11-16 Thread Dan McCullough
Also check to make sure that its the right php.ini file, I have had a problem in the past when the installer has put the php.ini file in the WINDOWS directory and there is an existing one in the PHP directory as well. I would check phpinfo and see where the php.ini file is located. On 11/16/05,

[PHP] Error messages configuration

2004-04-07 Thread Germán M. Rivera
Hi all! I would like to know if it is possible to change the format of error and warning messages that PHP shows. Now my error notifications look like: [Fatal error | Warning | ...]: error in file on line line. It would be helpful for me that those messages included some additional

Re: [PHP] Error messages configuration

2004-04-07 Thread John W. Holmes
From: Germán M. Rivera [EMAIL PROTECTED] I would like to know if it is possible to change the format of error and warning messages that PHP shows. Now my error notifications look like: [Fatal error | Warning | ...]: error in file on line line. It would be helpful for me that

[PHP] Re: PHP error messages

2003-02-16 Thread Lord Loh.
That is not an error! It is a Warning...I got it the other day when the file was empty (or did not exist or something). Use @ prefix to make it disappear ?php $ar=@file(http://www.something.com/the_filename.txt;); ? Hope this helps... Lord Loh. -- PHP General Mailing List

[PHP] PHP error messages

2003-02-15 Thread Brad Esclavon
I am getting this error message when i use file() to convert a text document to an array. Warning: file(http://www.something.com/the_filename.txt;) - Error 0 in /nfs/cust/directory_structure/index.php on line 21 I have looked on google and on php.net/docs for information on this problem (error 0

[PHP] error messages

2002-06-19 Thread Shashwat Nagpal
Hi! I did some code, and I am getting warning messages everywhr, I know thr is a code for it, can u help me? I forgot that msg. keep in mind, I don't have the xs to php.ini... pls. tell me the settings for the code file itself.. thanks. -- _ Shashwat

Re: [PHP] error messages

2002-06-19 Thread Philip Olson
Try the error_reporting function, which is also a PHP directive in php.ini http://www.php.net/manual/en/features.error-handling.php http://www.php.net/error_reporting Although you should just fix the errors ;) Regards, Philip Olson On Wed, 19 Jun 2002, Shashwat Nagpal wrote: Hi! I did

[PHP] Error messages

2002-05-07 Thread Ferry van Steen
Hey there, I just came across a really busy site due to the murder on Pim Fortuyn in the Netherlands. Anyways, this site gives a really nice error message. I put it below. Is this a PHP function/mode/config option or where these things written by the people who maintain PHP on that site? It

Re: [PHP] Error messages

2002-05-07 Thread Michael Egan
Ferry, I think this is a fairly standard error message suggesting that the password information being passed to the underlying database is incorrect. It would be the settings to connect to the database that need to be altered in this case. Michael Egan Warning: Access denied for user:

RE: [PHP] Error messages

2002-05-07 Thread David Freeman
really nice error message. I put it below. Is this a PHP function/mode/config option or where these things written by the people who maintain PHP on that site? MySQL Error : Connection Error Error Number: 1045 Access denied for user: 'icon@localhost' [etc] A little of both I would

[PHP] Error messages

2001-06-22 Thread Coughlan, Andy-HQ
Title: Error messages Hi Guys and Gals, Whilst developing various php pages I noticed that occasionally when I get an error in a page the parser won't tell me which line the error is on, and just shows error on line 1 even if the error is on line 93. It isn't every page that does it,

Re: [PHP] Error messages

2001-06-22 Thread enygma
A lot of times, it will tell you what kind of error it isif it's a parse error, the first thing to look for is a missing semi-colon or something. Other than that, braces and parens are the ones that I miss the most. It's just a limitation of the PHP debugger right now. It might be fixed in