Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.php > #1271
| From | Jerry Stuckle <jstucklex@attglobal.net> |
|---|---|
| Newsgroups | comp.lang.php |
| Subject | Re: neither var_dump() nor die() displays anything |
| Date | 2011-04-22 06:57 -0400 |
| Organization | A noiseless patient Spider |
| Message-ID | <iormv8$squ$1@dont-email.me> (permalink) |
| References | <ca09fd21-6c6c-46f9-b7d0-4ce17c7ecdad@g7g2000pro.googlegroups.com> <iopnmr$q0e$1@dont-email.me> <50061b1f-2e60-4e0b-97c5-6b891cba4365@r19g2000prm.googlegroups.com> <ioqgei$js$2@dont-email.me> <3a979315-6066-4f9f-9b26-b9ddf66f6937@dn9g2000vbb.googlegroups.com> |
On 4/21/2011 9:05 PM, Jivanmukta wrote:
>> OK, do you have the following in your php.ini file (on your development
>> system):
>> display_errors=on
>> error_reporting=E_ALL // or E_ALL | E_STRICT
>
> I added these two lines to my code (before problem):
>
> ini_set('display_errors',1);
> error_reporting( E_ALL);
>
> but it didn't help: no error is displayed, I don't know why.
OK, do you have more than one output buffer?
In fact, why are you using the ob_xxx functions at all? They just add
extra load to the server and server no useful purpose except in a few
very specific cases.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Back to comp.lang.php | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
neither var_dump() nor die() displays anything Jivanmukta <jivanmukta@poczta.onet.pl> - 2011-04-21 06:07 -0700
Re: neither var_dump() nor die() displays anything Jerry Stuckle <jstucklex@attglobal.net> - 2011-04-21 12:58 -0400
Re: neither var_dump() nor die() displays anything Jivanmukta <jivanmukta@poczta.onet.pl> - 2011-04-21 10:39 -0700
Re: neither var_dump() nor die() displays anything Jerry Stuckle <jstucklex@attglobal.net> - 2011-04-21 20:00 -0400
Re: neither var_dump() nor die() displays anything Jivanmukta <jivanmukta@poczta.onet.pl> - 2011-04-21 18:05 -0700
Re: neither var_dump() nor die() displays anything Unrest <unrest@nullvector.org> - 2011-04-22 07:31 +0000
Re: neither var_dump() nor die() displays anything Jerry Stuckle <jstucklex@attglobal.net> - 2011-04-22 06:57 -0400
Re: neither var_dump() nor die() displays anything Jivanmukta <jivanmukta@poczta.onet.pl> - 2011-04-29 10:34 -0700
Re: neither var_dump() nor die() displays anything Erwin Moller <Since_humans_read_this_I_am_spammed_too_much@spamyourself.com> - 2011-04-22 09:45 +0200
Re: neither var_dump() nor die() displays anything Jivanmukta <jivanmukta@poczta.onet.pl> - 2011-04-29 10:30 -0700
Re: neither var_dump() nor die() displays anything Helmut Chang <usenet@helmutchang.at> - 2011-04-22 11:08 +0200
csiph-web