apc_lookup_class_hook

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
dippybird
Forum Newbie
Posts: 1
Joined: Mon May 03, 2010 10:09 pm

apc_lookup_class_hook

Post by dippybird »

Hello, there,
I got this error on "PHP Fatal error: Class 'WURFL_Whatever' not found" even after i know for sure (through log) that the file where it is defined did get included (through autoload). It seems like the class not found error always followed an "apc_lookup_class_hook" error. I copied the stack below:
I am wondering does anyone know about what is going on with apc_lookup_class_hook error? Under what conditions where it could happen and what I could do to get rid of that error?
Any pointer is appreciated!
If you need clarification on the problem, please let me know. Also, a quick google search on apc_lookup_class_hook turned up very few results..

yan
-------------------------------------------------------
[Mon May 3 18:15:36 2010] [apc-warning] apc_lookup_class_hook: could not install wurfl_whatever in..

[Mon May 3 18:15:36 2010] [error] [10346:0000422:0001] Fatal PHP Fatal error: Class 'WURFL_Whatever' not found in ...
Post Reply