Re: [PHP] Blank page of hell..what to look for

2009-02-05 Thread Bruno Fajardo
Maybe X-Debug (http://www.xdebug.org/) could help you find bugs in your code, and for development environments it's recommended to use the most sensitive level of messages (turn on E_STRICT and E_NOTIVE, for example). 2009/2/5 Ashley Sheridan > > On Thu, 2009-02-05 at 12:22 -0500, Paul M Foster w

Re: [PHP] Blank page of hell..what to look for

2009-02-05 Thread Ashley Sheridan
On Thu, 2009-02-05 at 12:22 -0500, Paul M Foster wrote: > On Thu, Feb 05, 2009 at 11:11:03AM -0600, Terion Miller wrote: > > > > > Speaking of IDE, which do people on here prefer, I have been using > > Dreamweaver CS3 just because as originally a designer I was/am used to it... > > I did finally

Re: [PHP] Blank page of hell..what to look for

2009-02-05 Thread Paul M Foster
On Thu, Feb 05, 2009 at 11:11:03AM -0600, Terion Miller wrote: > > Speaking of IDE, which do people on here prefer, I have been using > Dreamweaver CS3 just because as originally a designer I was/am used to it... > I did finally find the problem but moving an echo("damnit"); from line to > line c

Re: [PHP] Blank page of hell..what to look for

2009-02-05 Thread Terion Miller
> > > Better yet, use a IDE the does code highlighting. This would point you to > the problem rather quickly. > > -- > Jim Lucas > > "Some men are born to greatness, some achieve greatness, > and some have greatness thrust upon them." > > Twelfth Night, Act II, Scene V >by William Shak

Re: [PHP] Blank page of hell..what to look for

2009-02-05 Thread Eric Butera
On Mon, Feb 2, 2009 at 12:51 PM, Jim Lucas wrote: > Terion Miller wrote: >> Is there a certain thing that should be suspected and looked at first when >> getting the php blank page of hell >> I have errors on and nothing is being output anywhere to lead me in the >>

Re: [PHP] Blank page of hell..what to look for

2009-02-05 Thread Thodoris
Is there a certain thing that should be suspected and looked at first when getting the php blank page of hell I have errors on and nothing is being output anywhere to lead me in the right direction, I have a VariableReveal script (one of you provide and THANK YOU IT HAS BEEN A LIFESAVER

Re: [PHP] Blank page of hell..what to look for

2009-02-02 Thread Jim Lucas
Terion Miller wrote: > Is there a certain thing that should be suspected and looked at first when > getting the php blank page of hell > I have errors on and nothing is being output anywhere to lead me in the > right direction, I have a VariableReveal script (one of you provide and

Re: [PHP] Blank page of hell..what to look for

2009-02-02 Thread Terion Miller
I just use error_reporting(E_ALL); that would include the E_NOTICE right? On Mon, Feb 2, 2009 at 11:27 AM, Richard Heyes wrote: > > I have errors on > > Including E_NOTICE ? > > -- > Richard Heyes > > HTML5 Graphing for Firefox, Chrome, Opera and Safari: > http://www.rgraph.org (Updated January

Re: [PHP] Blank page of hell..what to look for

2009-02-02 Thread Richard Heyes
> I have errors on Including E_NOTICE ? -- Richard Heyes HTML5 Graphing for Firefox, Chrome, Opera and Safari: http://www.rgraph.org (Updated January 31st) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Blank page of hell..what to look for

2009-02-02 Thread Jason Pruim
On Feb 2, 2009, at 12:02 PM, Terion Miller wrote: Is there a certain thing that should be suspected and looked at first when getting the php blank page of hell I have errors on and nothing is being output anywhere to lead me in the right direction, I have a VariableReveal script (one

[PHP] Blank page of hell..what to look for

2009-02-02 Thread Terion Miller
Is there a certain thing that should be suspected and looked at first when getting the php blank page of hell I have errors on and nothing is being output anywhere to lead me in the right direction, I have a VariableReveal script (one of you provide and THANK YOU IT HAS BEEN A LIFESAVER) But

[PHP] blank page with PHP

2005-08-09 Thread Bruce Gilbert
I have a form which displays fine with html, but when I add the php thew page is blank. I am re-using code which I have on another form so I know it works. I was wondering if there might be something in the PHP confuration which may be preventing the page from displaying. IE error reporting . Can

RE: [PHP] Blank page in browser

2005-05-18 Thread Richard Lynch
On Tue, May 17, 2005 10:59 pm, Nayeem said: > I found same error in error_log file which I face on command prompt before > then I install PHP 5.0 with --with-oci8=$ORACLE_HOME compilation so that > problem solved. Now I'm facing same problem on Apache. So can you tell me > where should I define the

RE: [PHP] Blank page in browser

2005-05-18 Thread Nayeem
es on Apache. Thanks, Regards, Nayeem. -Original Message- From: Richard Lynch [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 17, 2005 10:51 PM To: Nayeem Cc: php-general@lists.php.net Subject: Re: [PHP] Blank page in browser On Tue, May 17, 2005 1:41 am, Nayeem said: > I'm new to PH

Re: [PHP] Blank page in browser

2005-05-17 Thread Richard Lynch
On Tue, May 17, 2005 1:41 am, Nayeem said: > I'm new to PHP programming and I just try to display small information > from > database on web page but its shows blank page. So my code is mention below > and let me know what's wrong in it but when I execute same program on > command prompt then its s

RE: [PHP] Blank page in browser

2005-05-17 Thread Leila Lappin
: php-general@lists.php.net Subject: [PHP] Blank page in browser Dear All, I'm new to PHP programming and I just try to display small information from database on web page but its shows blank page. So my code is mention below and let me know what's wrong in it but when I execute same pro

[PHP] Blank page in browser

2005-05-17 Thread Nayeem
Dear All, I'm new to PHP programming and I just try to display small information from database on web page but its shows blank page. So my code is mention below and let me know what's wrong in it but when I execute same program on command prompt then its shows all result correctly with HTML Tags

RE: [PHP] blank function parameters

2004-11-03 Thread Zareef Ahmed
ss all the argumets. Zareef ahmed -Original Message- From: Jay Blanchard [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 03, 2004 9:12 PM To: Giles Roadnight; [EMAIL PROTECTED] Subject: RE: [PHP] blank function parameters [snip] If I defined a function with 4 parameters but only

RE: [PHP] blank function parameters

2004-11-03 Thread Jay Blanchard
[snip] If I defined a function with 4 parameters but only pass 3 I get an error. Is there anyway around this? I want to be able to set the missing parameter to a default value if it is not passed which works ok but How do I get rid of the error message? [/snip] http://us2.php.net/manual/en/funct

[PHP] blank function parameters

2004-11-03 Thread Giles Roadnight
Hello If I defined a function with 4 parameters but only pass 3 I get an error. Is there anyway around this? I want to be able to set the missing parameter to a default value if it is not passed which works ok but How do I get rid of the error message? Thanks Giles Roadnight http://giles.ro

Re: [PHP] Blank Page instead of Errors

2004-03-19 Thread Jonathan Duncan
GENIUS!! Why didn't I think of that. You were correct. The php.ini file that was being used was elsewhere. I found it, and restarted apache and now I get errors! I knew it was something simple, it always is, after the fact. Thanks again! Jonathan Duncan "John W. Holmes" <[EMAIL PROTECTED]>

Re: [PHP] Blank Page instead of Errors

2004-03-19 Thread John W. Holmes
Jonathan Duncan wrote: I am getting blank pages (or partial blank pages if my HTML comes before the PHP) instead of errors. I know there are errors on the page because I have specifically put parse errors in my code to see if the server would give me errors, but instead all I get are blank pages.

[PHP] Blank Page instead of Errors

2004-03-19 Thread Jonathan Duncan
I am baffled. I really hope someone can save me. (PHP 4.3.4) I am getting blank pages (or partial blank pages if my HTML comes before the PHP) instead of errors. I know there are errors on the page because I have specifically put parse errors in my code to see if the server would give me errors

Re: [PHP] Blank PHP pages...

2002-10-16 Thread René Moonen
I had the same thing just two days ago. This is what happend: I have some code using include files in this way: 1 The include file looks like 1 The problem was in line 3 of the include file. If there is a line feed behind ?> , the code does not work -> gives a blank page just like yours. R

Re: [PHP] Blank PHP pages.

2002-10-16 Thread Ray Hunter
following > > > > > > > > > > > > > >http-equiv=Content-Type> > > > > > > > > > > > > > > >-Original Message- > > >From: Marek Kilimajer [mailto:[EMAIL PROTECTED]] > > >Sent: We

Re: [PHP] Blank PHP pages.

2002-10-16 Thread Mika Tuupola
ilto:[EMAIL PROTECTED]] > >Sent: Wednesday, October 16, 2002 4:26 PM > >To: PHP > >Subject: Re: [PHP] Blank PHP pages. > > > > > >Do you get at least any output, i.e. empty html document? Check in the > >logs if your server is not dying > > > &g

Re: [PHP] Blank PHP pages

2002-10-16 Thread Marek Kilimajer
, 2002 5:10 PM >To: PHP >Subject: Re: [PHP] Blank PHP pages > > >That is NOT nothing. This is comming from your page, so check your code > >Angel Gabriel wrote: > > > >>I get absolutly NOTHING! I get the most basic HTML page, but blank, as in >>the following...

Re: [PHP] Blank PHP pages.

2002-10-16 Thread Matt
]> Sent: Wednesday, October 16, 2002 12:40 PM Subject: RE: [PHP] Blank PHP pages. > I already did that, and it came up all pretty, and purply. :) > > -Original Message- > From: Matt [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, October 16, 2002 5:26 PM > To: Angel Gabriel

RE: [PHP] Blank PHP pages.

2002-10-16 Thread Angel Gabriel
I already did that, and it came up all pretty, and purply. :) -Original Message- From: Matt [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 16, 2002 5:26 PM To: Angel Gabriel Subject: Re: [PHP] Blank PHP pages. The simplest thing to try is to create a phpinfo.php script, putting in

RE: [PHP] Blank PHP pages

2002-10-16 Thread Angel Gabriel
Hmm.. I'm trying to run PHP Nuke v6 ... and I also got the same when trying to squirrelmail.. -Original Message- From: Marek Kilimajer [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 16, 2002 5:10 PM To: PHP Subject: Re: [PHP] Blank PHP pages That is NOT nothing. Th

Re: [PHP] Blank PHP pages.

2002-10-16 Thread Marek Kilimajer
gt;From: Marek Kilimajer [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, October 16, 2002 4:26 PM >To: PHP >Subject: Re: [PHP] Blank PHP pages. > > >Do you get at least any output, i.e. empty html document? Check in the >logs if your server is not dying > >Angel Gabriel wrote:

RE: [PHP] Blank PHP pages.

2002-10-16 Thread Jennifer Swofford
What's your PHP code look like? --- Angel Gabriel <[EMAIL PROTECTED]> wrote: > I get absolutly NOTHING! I get the most basic HTML > page, but blank, as in > the following > > Transitional//EN"> > > http-equiv=Content-Type> > -- PHP General Mailing List (http://www.php.net/) To unsubscr

Re: [PHP] Blank PHP pages.

2002-10-16 Thread Jason Young
ithin tags. Angel Gabriel wrote: > I get absolutly NOTHING! I get the most basic HTML page, but blank, as in > the following > > > > -Original Message- > From: Marek Kilimajer [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, October 16, 2002 4:26 PM > To: PH

RE: [PHP] Blank PHP pages.

2002-10-16 Thread Angel Gabriel
I get absolutly NOTHING! I get the most basic HTML page, but blank, as in the following -Original Message- From: Marek Kilimajer [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 16, 2002 4:26 PM To: PHP Subject: Re: [PHP] Blank PHP pages. Do you get at least any output

Re: [PHP] Blank PHP pages..

2002-10-16 Thread Marek Kilimajer
ailto:[EMAIL PROTECTED]] >Sent: Wednesday, October 16, 2002 2:33 PM >To: 'Angel Gabriel'; [EMAIL PROTECTED] >Subject: RE: [PHP] Blank PHP pages.. > > >[snip] > I've got PHP working, on my server, I know this because I used that >small PHP script that shows a

Re[2]: [PHP] Blank PHP pages..

2002-10-16 Thread Tom Rogers
Hi, Thursday, October 17, 2002, 12:58:02 AM, you wrote: AG> I checked and register_globals is set to "on" - so that can't be the AG> problem. Stop teasing us and show us the code you have on those pages :) -- regards, Tom -- PHP General Mailing List (http://www.php.net/) To unsubscribe, vis

RE: [PHP] Blank PHP pages..

2002-10-16 Thread Angel Gabriel
I checked and register_globals is set to "on" - so that can't be the problem. -Original Message- From: Jay Blanchard [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 16, 2002 2:33 PM To: 'Angel Gabriel'; [EMAIL PROTECTED] Subject: RE: [PHP] Blank PHP pages..

RE: [PHP] Blank PHP pages...

2002-10-16 Thread Jay Blanchard
[snip] ... I've got PHP working, on my server, I know this because I used that small PHP script that shows all the variables, and that worked fine. The problem seems to be that every other script shows me a blank pages. I'm using redhat 7.3, and I installed PHP, MySQL and Apache from RPM's and th

[PHP] Blank PHP pages...

2002-10-16 Thread Angel Gabriel
... I've got PHP working, on my server, I know this because I used that small PHP script that shows all the variables, and that worked fine. The problem seems to be that every other script shows me a blank pages. I'm using redhat 7.3, and I installed PHP, MySQL and Apache from RPM's and they are

[PHP] Blank db entry??

2002-08-25 Thread JohnP
Ok I have a script done but it does not work - If there is no info in the db row I need the script to detect that and enter a number - the problem I am having is that if the row is empty it will return nothing - is there a function or something else that you can use to return true if a db row i

[PHP] blank

2002-07-02 Thread matthew
subscribe [EMAIL PROTECTED] matthew de Jongh president the spa! internet voice (413) 539-9818 www.the-spa.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Blank emails

2002-06-30 Thread César Aracena
Hi all. I know it’s Sunday morning and that I’m NOT getting many responses right now ;-) I connected to the net, opened my browser, pointed it towards an e-mail script I’ve installed this afternoon in my site (SquirrelMail) qnd got into the INBOX… once there, I opened my MS Outlook and receive

Re: [PHP] blank screen on parse errors after creating php.ini on linux

2002-05-18 Thread Jason Wong
On Saturday 18 May 2002 17:27, andy wrote: > Hi there, > > I did recently activat php.ini on suse7.2 (copyed the php.ini-recommended > inot the propper dir) to increase the time out. > > Now I did experiance a serious problem. Working on my code, I did produce > an error. I did forget to include a

[PHP] blank screen on parse errors after creating php.ini on linux

2002-05-18 Thread andy
Hi there, I did recently activat php.ini on suse7.2 (copyed the php.ini-recommended inot the propper dir) to increase the time out. Now I did experiance a serious problem. Working on my code, I did produce an error. I did forget to include a ". The screen on my browser was blank after I refreshe

[PHP] blank form

2001-08-08 Thread David Ovens
in my php scripts I am using forms which are posted to itself, each time fields are submitted the php scripts checks the syntax before moving onto the next part of the form, if there is an error the script will tell the user that there is an error and to use the back button to correct the form,

Re: [PHP] Blank Field Values

2001-05-18 Thread Bass???
vide you with some insight as to why the query doesn't return anything. > > HTH > > Sam Masiello > Systems Analyst > Chek.Com > (716) 853-1362 x289 > [EMAIL PROTECTED] > > -Original Message- > From: Jeff Pearson [mailto:[EMAIL PROTECTED]] > Sent: Frid

RE: [PHP] Blank Field Values

2001-05-18 Thread Sam Masiello
EMAIL PROTECTED] -Original Message- From: Jeff Pearson [mailto:[EMAIL PROTECTED]] Sent: Friday, May 18, 2001 1:05 PM To: php Subject: [PHP] Blank Field Values OK. Ive been beating my head over this code for a bit. I would appreciate it if a fresh set of eyes would take a lo

[PHP] Blank Field Values

2001-05-18 Thread Jeff Pearson
OK. Ive been beating my head over this code for a bit. I would appreciate it if a fresh set of eyes would take a look at this for me. I have the following code; $connection = odbc_pconnect("XXX","X","XXX"); $SQL = "SELECT * FROM Bios WHERE CharacterName = '"; $SQL .= $CharacterName;

Re: [PHP] blank spaces???

2001-03-06 Thread Chris Lee
code snipits allways help :) but a guess would be that your not putting the var in '' echo " $value "; please email if this is not the problem. -- Chris Lee Mediawaveonline.com ph. 250.377.1095 ph. 250.376.2690 fx. 250.554.1120 [EMAIL PROTECTED

[PHP] blank spaces???

2001-03-06 Thread Miguel Loureiro
Hello all, is there any solution when working with variables that have blank spaces, because when read the variavel to a select, it only appears the first word (e.g. having: "aaa bbb ccc", it only appears "aaa"). T.Y.All Best Regards Miguel Loureiro <[EMAIL PROTECTED] >