Re: [PHP] Debugging Help Needed

2011-04-13 Thread Rich Shepard
On Wed, 13 Apr 2011, Daniel Brown wrote: I believe he meant that it's been too long since he used C (which uses semicolons) and that Python, which he used more recently, doesn't use semicolons (which always trips me up whenever I have to patch Python code). Thank you, Daniel. Inserting

Re: [PHP] Debugging Help Needed

2011-04-13 Thread Daniel Brown
On Tue, Apr 12, 2011 at 22:06, Paul M Foster wrote: > > Wait, what?! Did they change C? When did this happen?! ;-} I believe he meant that it's been too long since he used C (which uses semicolons) and that Python, which he used more recently, doesn't use semicolons (which always trips me up

Re: [PHP] Debugging Help Needed

2011-04-13 Thread Richard Quadling
On 13 April 2011 03:06, Paul M Foster wrote: > On Tue, Apr 12, 2011 at 03:37:26PM -0700, Rich Shepard wrote: > >> On Tue, 12 Apr 2011, Daniel Brown wrote: >> >> >   You missed the ending semicolon, that's all. >> >> Daniel, >> >>   Oops! Too long since C and Python doesn't use semicolons. > > Wait

Re: [PHP] Debugging Help Needed

2011-04-12 Thread Paul M Foster
On Tue, Apr 12, 2011 at 03:37:26PM -0700, Rich Shepard wrote: > On Tue, 12 Apr 2011, Daniel Brown wrote: > > > You missed the ending semicolon, that's all. > > Daniel, > > Oops! Too long since C and Python doesn't use semicolons. Wait, what?! Did they change C? When did this happen?! ;-}

Re: [PHP] Debugging Help Needed

2011-04-12 Thread Rich Shepard
On Tue, 12 Apr 2011, Daniel Brown wrote: You missed the ending semicolon, that's all. Daniel, Oops! Too long since C and Python doesn't use semicolons. Adding that, I remove the error but do not see the printed backtrace. Please suggest how I can determine the source of the page not f

Re: [PHP] Debugging Help Needed

2011-04-12 Thread Daniel Brown
On Tue, Apr 12, 2011 at 18:29, Rich Shepard wrote: > >  Looking at the PHP manual I see there's a function called > debug_print_backtrace(), but I have not found how to properly use it. When I > insert it at the top of ErrorHandler404(), php throws an error when I try to > run index.php: > > funct

[PHP] Debugging Help Needed

2011-04-12 Thread Rich Shepard
I'm not a PHP coder, but I have an application written in PHP (CMS Made Simple) that stopped working when I upgraded postgres to 9.x. I seem to have most of the problems fixed (those with adodb_lite) but now need to track down why I get a "404 Page Not Found" error when I try to invoke the local