Re: [PHP] errors not showing

2012-05-20 Thread tamouse mailing lists
On Sun, May 20, 2012 at 3:30 PM, Maciek Sokolewicz wrote: > On 20-05-2012 07:17, tamouse mailing lists wrote: >> >> Are these syntax errors or run-time errors? The former won't display >> to the page at all, as they abort PHP before that point. Those written >> to wherever PHP is set to log errors

Re: [PHP] errors not showing

2012-05-20 Thread Maciek Sokolewicz
On 20-05-2012 07:17, tamouse mailing lists wrote: Are these syntax errors or run-time errors? The former won't display to the page at all, as they abort PHP before that point. Those written to wherever PHP is set to log errors, which might be the same as the apache error log unless you've set som

Re: [PHP] errors not showing

2012-05-19 Thread tamouse mailing lists
On Sat, May 19, 2012 at 11:16 PM, Tim Dunphy wrote: > Hello Simon, > >  Thanks for your response. > >  However I still can't seem to get errors to show up. > > [dunphy@localhost:~/jf-current] #cat /private/etc/php.ini | grep -e > error_reporting -e display_errors > ; display_errors > ; error_repor

Re: [PHP] errors not showing

2012-05-19 Thread Tim Dunphy
Hello Simon, Thanks for your response. However I still can't seem to get errors to show up. [dunphy@localhost:~/jf-current] #cat /private/etc/php.ini | grep -e error_reporting -e display_errors ; display_errors ; error_reporting error_reporting = E_ALL & E_NOTICE ;error_reporting = E_ALL & ~E_

Re: [PHP] errors not showing

2012-05-19 Thread Simon J Welsh
On 20/05/2012, at 3:55 PM, Tim Dunphy wrote: > hello, list! > > I have 'error_reporting = E_ALL' set in my php.ini file. However when > I run a php script that has errors in it all that happens is that the > page WSODs. I am running Mac OS X 10.6. Any thoughts on why errors > don't show up in the

Re: [PHP] errors after upgrade vom 5.2.10 to 5.3.0 howto solve or hide?

2011-02-16 Thread Robert Cummings
On 11-02-16 09:45 AM, Daniel P. Brown wrote: On Wed, Feb 16, 2011 at 09:41, David Hutto wrote: On Wed, Feb 16, 2011 at 9:41 AM, David Hutto wrote: Only those who live in glass houses, should hide their errors. if that makes sense. Did you even bother to read the whole of what I sai

Re: [PHP] errors after upgrade vom 5.2.10 to 5.3.0 howto solve or hide?

2011-02-16 Thread Richard Quadling
On 16 February 2011 14:34, Daniel P. Brown wrote: > On Wed, Feb 16, 2011 at 07:15, Richard Quadling wrote: >> On 16 February 2011 11:25, Andre Polykanine wrote: >>> Hello Fotoo, >>> >>>           >> error_reporting(0); >> >> Really? >> >> You consider shoving your head in the sand a REALISTIC op

Re: [PHP] errors after upgrade vom 5.2.10 to 5.3.0 howto solve or hide?

2011-02-16 Thread Daniel P. Brown
On Wed, Feb 16, 2011 at 09:41, David Hutto wrote: > On Wed, Feb 16, 2011 at 9:41 AM, David Hutto wrote: >> Only those who live in glass houses, should hide their errors. >> > > > if that makes sense. Did you even bother to read the whole of what I said? I wasn't advocating it as a solution,

Re: [PHP] errors after upgrade vom 5.2.10 to 5.3.0 howto solve or hide?

2011-02-16 Thread David Hutto
On Wed, Feb 16, 2011 at 9:41 AM, David Hutto wrote: > Only those who live in glass houses, should hide their errors. > if that makes sense. -- According to theoretical physics, the division of spatial intervals as the universe evolves gives rise to the fact that in another timeline, your interd

Re: [PHP] errors after upgrade vom 5.2.10 to 5.3.0 howto solve or hide?

2011-02-16 Thread David Hutto
Only those who live in glass houses, should hide their errors. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] errors after upgrade vom 5.2.10 to 5.3.0 howto solve or hide?

2011-02-16 Thread Daniel P. Brown
On Wed, Feb 16, 2011 at 09:37, David Hutto wrote: > > What was the intended purpose again? The hiding of errors. -- Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS, Hosting (866-) 725-4321 http://www.parasane.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

Re: [PHP] errors after upgrade vom 5.2.10 to 5.3.0 howto solve or hide?

2011-02-16 Thread David Hutto
On Wed, Feb 16, 2011 at 9:34 AM, Daniel P. Brown wrote: > On Wed, Feb 16, 2011 at 07:15, Richard Quadling wrote: >> On 16 February 2011 11:25, Andre Polykanine wrote: >>> Hello Fotoo, >>> >>>           >> error_reporting(0); >> >> Really? >> >> You consider shoving your head in the sand a REALIS

Re: [PHP] errors after upgrade vom 5.2.10 to 5.3.0 howto solve or hide?

2011-02-16 Thread Daniel P. Brown
On Wed, Feb 16, 2011 at 07:15, Richard Quadling wrote: > On 16 February 2011 11:25, Andre Polykanine wrote: >> Hello Fotoo, >> >>           > error_reporting(0); > > Really? > > You consider shoving your head in the sand a REALISTIC option? Well, at the least, it would shut the errors up in

Re: [PHP] errors after upgrade vom 5.2.10 to 5.3.0 howto solve or hide?

2011-02-16 Thread Richard Quadling
On 16 February 2011 11:25, Andre Polykanine wrote: > Hello Fotoo, > >           error_reporting(0); Really? You consider shoving your head in the sand a REALISTIC option? -- Richard Quadling Twitter : EE : Zend @RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY -- PHP General Mailing List (

Re: [PHP] errors after upgrade vom 5.2.10 to 5.3.0 howto solve or hide?

2011-02-16 Thread Andre Polykanine
Hello Fotoo, http://oire.org/menelion (mostly in Russian) Twitter: http://twitter.com/m_elensule Facebook: http://facebook.com/menelion Original message From: fo...@gmx.de To: php-general@lists.php.net Date created: , 11:12:13 AM Subject: [PHP] errors after u

Re: [PHP] errors after upgrade vom 5.2.10 to 5.3.0 howto solve or hide?

2011-02-16 Thread Richard Quadling
On 16 February 2011 09:12, wrote: > Hi everyone! Hi. Please read the changelog http://docs.php.net/ChangeLog-5.php#5.3.0 and do a search for ereg. You'll notice that it has been deprecated. As such, old code that relies on this feature may no longer work as expected and/or give a warning - jus

Re: [PHP] errors still being displayed even if variables in php.ini set to off

2008-12-28 Thread Fred Silsbee
--- On Sun, 12/28/08, Ashley Sheridan wrote: > From: Ashley Sheridan > Subject: Re: [PHP] errors still being displayed even if variables in php.ini > set to off > To: fredsils...@yahoo.com > Cc: php-general@lists.php.net > Date: Sunday, December 28, 2008, 12:01 PM > On

Re: [PHP] errors still being displayed even if variables in php.ini set to off

2008-12-28 Thread tedd
At 4:23 PM -0800 12/27/08, Fred Silsbee wrote: on page 1 Notice: Undefined index: in C:\Inetpub\wwwroot\handle_log_book_MySQL.php on line 71 Notice: Undefined index: in C:\Inetpub\wwwroot\handle_log_book_MySQL.php on line 72 in php.ini: error_reporting = Off display_errors = Off (in 2 p

Re: [PHP] errors still being displayed even if variables in php.ini set to off

2008-12-28 Thread Ashley Sheridan
On Sat, 2008-12-27 at 16:23 -0800, Fred Silsbee wrote: > on page 1 > Notice: Undefined index: in C:\Inetpub\wwwroot\handle_log_book_MySQL.php on > line 71 > > Notice: Undefined index: in C:\Inetpub\wwwroot\handle_log_book_MySQL.php on > line 72 > > in php.ini: > > error_reporting = Off > >

Re: [PHP] Re: PHP Errors to screen

2008-04-29 Thread Nathan Nobbe
On Tue, Apr 29, 2008 at 6:38 AM, Shawn McKenzie <[EMAIL PROTECTED]> wrote: > Adam Gerson wrote: > >> Where do I change the setting to print PHP errors to the screen when >> running in a web browser? >> >> Thanks, >> Adam >> >> >> php.ini, display_errors you should also take a look at log_errors

[PHP] Re: PHP Errors to screen

2008-04-29 Thread Shawn McKenzie
Adam Gerson wrote: Where do I change the setting to print PHP errors to the screen when running in a web browser? Thanks, Adam Or in your script use ini_set() -shawn -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: PHP Errors to screen

2008-04-29 Thread Shawn McKenzie
Adam Gerson wrote: Where do I change the setting to print PHP errors to the screen when running in a web browser? Thanks, Adam php.ini, display_errors -shawn -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: php errors ? help please ...

2006-02-15 Thread Barry
Mehmet Fatih AKBULUT wrote: hi all, i get these errors when trying to run horde: Notice: Only variable references should be returned by reference in /var/www/hordem/lib/Horde/Perms.php on line 341 Notice: Only variable references should be returned by reference in /var/www/hordem/lib/Horde/Auth.

Re: [PHP] errors in insert queries

2005-02-22 Thread Bret Hughes
On Tue, 2005-02-22 at 07:32, Bryan Dina wrote: > I am having problems making proper insert queries against a MS SQL box > when using a Linux server. A little background info, I have had this > working "correctly" for many months. I am running Fedora Core 1, have > compiled php 5.0.3 using the Fre

Re: [PHP] Errors

2004-12-01 Thread Greg Donald
On Wed, 1 Dec 2004 11:51:33 -0800 (PST), Richard Lynch <[EMAIL PROTECTED]> wrote: > That's Geek for "you typed something so wrong, I don't even know what > you're trying to do" Man.. they let just about anyone post to php-general lately. :) How you doing Richard? -- Greg Donald Zend Certifi

Re: [PHP] Errors

2004-12-01 Thread Richard Lynch
olsofty wrote: > I am very new to PHP been working on a script to access MySql have got it > down pretty good, but, being lazy I like to copy code to not have to > re-write it, I am now getting a constant flood of errors. I have looked in > my book I have searched on the php site and have had no lu

RE: [PHP] Errors

2004-12-01 Thread Thomas S. Crum - AAA Web Solution, Inc.
ED] Sent: Wednesday, December 01, 2004 1:25 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] Errors On Wed, 1 Dec 2004 10:44:00 -0700, olsofty <[EMAIL PROTECTED]> wrote: > I am very new to PHP been working on a script to access MySql have got it > down pretty good, but, being lazy I like to cop

Re: [PHP] Errors

2004-12-01 Thread Jason Wong
On Thursday 02 December 2004 01:44, olsofty wrote: > I am very new to PHP been working on a script to access MySql have got it > down pretty good, but, being lazy I like to copy code to not have to > re-write it, I am now getting a constant flood of errors. I have looked in > my book I have searche

Re: [PHP] Errors

2004-12-01 Thread M. Sokolewicz
Greg Donald wrote: On Wed, 1 Dec 2004 10:44:00 -0700, olsofty <[EMAIL PROTECTED]> wrote: I am very new to PHP been working on a script to access MySql have got it down pretty good, but, being lazy I like to copy code to not have to re-write it, I am now getting a constant flood of errors. I have lo

Re: [PHP] Errors

2004-12-01 Thread Greg Donald
On Wed, 1 Dec 2004 10:44:00 -0700, olsofty <[EMAIL PROTECTED]> wrote: > I am very new to PHP been working on a script to access MySql have got it > down pretty good, but, being lazy I like to copy code to not have to > re-write it, I am now getting a constant flood of errors. I have looked in > my

RE: [PHP] Errors running PHP from command line

2003-11-13 Thread Jonathan Duncan
Thanks. Turns out I just needed to comment some things out of my php.ini. Jonathan Jake McHenry <[EMAIL PROTECTED]> said: > > -Original Message- > > From: Jonathan Duncan [mailto:[EMAIL PROTECTED] > > Sent: Friday, November 07, 2003 7:04 PM > > To: [EMAIL PROTECTED] > > Subject: [PHP]

RE: [PHP] Errors running PHP from command line

2003-11-07 Thread Jake McHenry
> -Original Message- > From: Jonathan Duncan [mailto:[EMAIL PROTECTED] > Sent: Friday, November 07, 2003 7:04 PM > To: [EMAIL PROTECTED] > Subject: [PHP] Errors running PHP from command line > > > I run a php script from my shell prompt and get these errors, > although the script still

Re: [PHP] Errors and Logging Configuration Options: docref-root

2002-11-09 Thread Paul Nicholson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Did you restart apache? HTH! ~Paul On Saturday 09 November 2002 03:14 pm, Stefan Schiller wrote: > I updated my development-server > > --> FreeBSD 4.7-REALEASE, Apache/1.3.27 (Port-Build), PHP 4.2.3 > (Port-Build) ...] > > After this I found > > http:

[PHP] Re: PHP Errors - someone please take a look

2002-08-10 Thread Christopher J. Crane
I did and got the same error. "Joni JäRvinen" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi. > > This isn't the most helpful comment but it seems your working on a > windows-platform. > Have you tried to use your script in a *nix platform? > > -- Joni > --

[PHP] Re: PHP Errors - someone please take a look

2002-08-10 Thread Joni Järvinen
Hi. This isn't the most helpful comment but it seems your working on a windows-platform. Have you tried to use your script in a *nix platform? -- Joni -- // Joni Järvinen // [EMAIL PROTECTED] // http://www.reactorbox.org/~wandu "Christopher J. Crane" <[EMAIL PROTECTED]> wrote in message [EMAIL

Re: [PHP] Errors with 4.2.2

2002-07-23 Thread Jason Wong
On Wednesday 24 July 2002 06:24, Brian Paulson wrote: > I have been running 4.1.1 due to any time I upgraded to 4.2.0 I would > get emalloc errors. Now that this upgrade to 4.2.2 I am getting the same > errors and this is a must upgrade. Why is it a 'must' upgrade? The recently announced vulnerab

Re: [PHP] Errors

2001-08-21 Thread BRACK
Thank you for advise, everything is working fine now. Youri On 19 Aug 2001, at 15:55, Oliver Emberton wrote: > It looks like PHP has been configured to report ALL errors and warnings - in > your case it is warning you that you haven't declared the variable $page > before you used it. > > Two w

Re: [PHP] Errors

2001-08-19 Thread Steve Edberg
Well, since you're getting a PHP error, PHP is obviously parsing the page. My guess is that your error reporting (in php.ini, httpd.conf or .htaccess) is set very high, so that uninitialized variables generate a warning. You could either (1) initialize $page at the top of your program:

Re: [PHP] errors when included functions call functions

2001-02-03 Thread Richard Lynch
> Can someone explain to me why this does not work... > > All pages on my site header and footer files... > the header file calls an to config.inc and functions.inc > > I have a function to connect to the db in functions.inc, that many other > functions and includes use. > > All works fine >