Pietro Baricco
unread,Feb 10, 2012, 7:54:20 AM2/10/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to firephp-dev
Hi all, I have firephp running fine on my development server, which is
a windows machine.
The same stuff, on the production server which is alinux box, does not
work and messes up the whole system, which spits a fatal error on a
file inclusion after the file inclusions of firephp.
I think the problem lies in something related to autoload, and at a
first and not in-deep analysis, I've found that you suggest to include
FirePHP/FB.php, while in both zip and phar archives the file FB.php is
actually fb.php.
Now, linux filesystems are case sensitive so this alone triggers a
fatal error.
I have then replaced FB with fb, and nothing changed. Tried the
Init.php way, no luck.
Thanks!