943,962 Members | Top Members by Rank

Ad:
  • PHP Discussion Thread
  • Unsolved
  • Views: 4019
  • PHP RSS
Mar 21st, 2005
0

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

Expand Post »
PHP Syntax (Toggle Plain Text)
  1. 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
Similar Threads
Reputation Points: 17
Solved Threads: 14
Posting Whiz
DanceInstructor is offline Offline
355 posts
since Feb 2005
Mar 22nd, 2005
0

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

Please post your code. I'm nearly positive that you mistyped something.
Reputation Points: 115
Solved Threads: 5
Junior Poster
Toba is offline Offline
192 posts
since Jun 2004
Mar 22nd, 2005
0

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

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??
Reputation Points: 15
Solved Threads: 0
Junior Poster in Training
barnamos is offline Offline
50 posts
since Mar 2005
Mar 12th, 2008
0

Re: Warning: Unknown(): Unable to call () - function does not exist in Unknown on line 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.
Reputation Points: 15
Solved Threads: 17
Junior Poster
phper is offline Offline
189 posts
since Nov 2006
Dec 11th, 2008
0

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

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!
Last edited by GrrUnknown; Dec 11th, 2008 at 6:30 pm. Reason: typo on function name
Reputation Points: 10
Solved Threads: 0
Newbie Poster
GrrUnknown is offline Offline
1 posts
since Dec 2008

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in PHP Forum Timeline: sessions carrying info
Next Thread in PHP Forum Timeline: Layout issues, repeating content boxes





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC