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

Reply

Join Date: Feb 2005
Posts: 355
Reputation: DanceInstructor is an unknown quantity at this point 
Solved Threads: 14
DanceInstructor's Avatar
DanceInstructor DanceInstructor is offline Offline
Posting Whiz

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

 
0
  #1
Mar 21st, 2005
  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
Clear Mind Hosting and Web Design

If I've helped you please consider adding to my reputation.
Reply With Quote Quick reply to this message  
Join Date: Jun 2004
Posts: 192
Reputation: Toba is an unknown quantity at this point 
Solved Threads: 5
Toba's Avatar
Toba Toba is offline Offline
Junior Poster

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

 
0
  #2
Mar 22nd, 2005
Please post your code. I'm nearly positive that you mistyped something.
what? WHAT?
Reply With Quote Quick reply to this message  
Join Date: Mar 2005
Posts: 50
Reputation: barnamos is an unknown quantity at this point 
Solved Threads: 0
barnamos's Avatar
barnamos barnamos is offline Offline
Junior Poster in Training

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

 
0
  #3
Mar 22nd, 2005
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??
Reply With Quote Quick reply to this message  
Join Date: Nov 2006
Posts: 187
Reputation: phper is an unknown quantity at this point 
Solved Threads: 15
phper's Avatar
phper phper is offline Offline
Junior Poster

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

 
0
  #4
Mar 12th, 2008
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.
If my post is useful please add to my reputation.
Thanks.

Ajtrichards Web Solutions | http://www.ajtrichards.co.uk
Retenovate | http://www.retenovate.com
Reply With Quote Quick reply to this message  
Join Date: Dec 2008
Posts: 1
Reputation: GrrUnknown is an unknown quantity at this point 
Solved Threads: 0
GrrUnknown GrrUnknown is offline Offline
Newbie Poster

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

 
0
  #5
Dec 11th, 2008
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
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:




Views: 3023 | Replies: 4
Thread Tools Search this Thread



Tag cloud for PHP
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC