On Friday 09 April 2004 11:07, Jason Giangrande wrote: > Jason Wong wrote: > > What does the php error have to say about it? > > php error? I'm sorry but I don't know what you are talking about.
Sorry, I meant to say "php error log". You should ALWAYS enable full error reporting. And whenever you encounter a problem the first thing you should do is check the error log. > The > only error I get is that a call to a member function on a non-object. > Here's the error (path has been changed): > > Fatal error: Call to a member function on a non-object in > /path/to/php/script/test.php on line 16 And what code are you running to get that error? Because AFAICS the code you presented cannot produce that error. -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development * ------------------------------------------ Search the list archives before you post http://marc.theaimsgroup.com/?l=php-general ------------------------------------------ /* Never forget what a man says to you when he is angry. */ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php