Class 'ReflectionClass' not found

6 messages Options
Embed this post
Permalink
David () Class 'ReflectionClass' not found
Reply Threaded More More options
Print post
Permalink
Helllo,

I have a little problem, when I use fb().

Fatal error: Class 'ReflectionClass' not found in /www/FirePHPCore/FirePHP.class.php on line 1036.

Any ideas? Thanks.
David () Re: Class 'ReflectionClass' not found
Reply Threaded More More options
Print post
Permalink
Iam using: FF 3.5.2, FireBug 1.4.0 and FirePHP 0.3.1.
Christoph Dorn () Re: Class 'ReflectionClass' not found
Reply Threaded More More options
Print post
Permalink
In reply to this post by David
I presume you are using PHP4? You need to use the fb.php4 file instead of fb.php

Christoph
David () Re: Class 'ReflectionClass' not found
Reply Threaded More More options
Print post
Permalink
Actually not. Iam working on PHP 5.1 and 5.2. :(
Christoph Dorn () Re: Class 'ReflectionClass' not found
Reply Threaded More More options
Print post
Permalink
No idea. Sorry.
Michael Day () Re: Class 'ReflectionClass' not found
Reply Threaded More More options
Print post
Permalink
In reply to this post by David
That is strange. The reflection class should be available in all installations of php 5. Try creating a file that just contains a call to phpinfo(), and look for the section on Reflection to see if it's there. If you just can't figure out how to get it working on your installation, you could try the php 4 version. It's missing some extras that php 4 limits, but it gets the job done, and doesn't require the reflection class.