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
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
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
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_
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
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
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
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,
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
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
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,
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
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
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 (
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
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
--- 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
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
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
>
>
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
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
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
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.
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
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
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
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
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
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
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
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]
> -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
-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:
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
> --
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
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
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
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:
> 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
>
39 matches
Mail list logo