On Fri, 2006-08-25 at 11:43 -0400, Chris Boget wrote: > I'm getting the following error all throughout my PHP log: > > [warning] [Unknown][0]: Unknown(): Unable to call () - function does not > exist > > I'm not sure it's going to survive the mailing but it appears to be a tab > character after the 'call' and before the '()'. I've spent days (not > consecutively) trying to track down this eror but have had absolutely no > luck. Has anyone else experienced a problem like this? If so, what was > causing it for you and what was your solution? Try creating a custom error handler and when it triggers on this error create a debug_backtrace() to view the call stack. Cheers, Rob. -- .------------------------------------------------------------. | InterJinn Application Framework - http://www.interjinn.com | :------------------------------------------------------------: | An application and templating framework for PHP. Boasting | | a powerful, scalable system for accessing system services | | such as forms, properties, sessions, and caches. InterJinn | | also provides an extremely flexible architecture for | | creating re-usable components quickly and easily. | `------------------------------------------------------------' -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php