954,576 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Warning: Unknown(): Unable to call () - function does not exist in Unknown on line 0

Warning: Unknown(): Unable to call () - function does not exist in Unknown on line 0


Has anyone seen this error or know what it means??

Thanks

DanceInstructor
Posting Whiz
368 posts since Feb 2005
Reputation Points: 17
Solved Threads: 14
 

Please post your code. I'm nearly positive that you mistyped something.

Toba
Junior Poster
192 posts since Jun 2004
Reputation Points: 115
Solved Threads: 5
 

Means the page can't find a function you are trying to use. The function called has to be in the page or in an included file to be used. That make sense??

barnamos
Junior Poster in Training
50 posts since Mar 2005
Reputation Points: 15
Solved Threads: 0
 

If you could post the code that your running that's causing the error that would help.

However, It looks like your calling a function that doesn't exist.

phper
Posting Whiz in Training
213 posts since Nov 2006
Reputation Points: 22
Solved Threads: 19
 

It could have something to do with using register_shutdown_function() to call a function that is undefined.

"Note: Typically undefined functions cause fatal errors in PHP, but when the function called with register_shutdown_function() is undefined, an error of level E_WARNING is generated instead. Also, for reasons internal to PHP, this error will refer to Unknown() at line #0. "

Suggest checking your code for register_shutdown_function(). Hope that helps!

GrrUnknown
Newbie Poster
1 post since Dec 2008
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You