Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.4.0

Bug #19606 Dependency on "Log" missing
Submitted: 2012-09-19 14:14 UTC
From: cweiske Assigned:
Status: Bogus Package: OpenID (version 0.3.3)
PHP Version: Irrelevant OS:
Roadmaps: 0.4.0    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 9 + 32 = ?

 
 [2012-09-19 14:14 UTC] cweiske (Christian Weiske)
Description: ------------ OpenID depends on the log package, but upon installation, log is not automatically installed. This leads to the following error: PHP Fatal error: Class 'Log' not found in /usr/share/php/OpenID/Observer/Log.php on line 61

Comments

 [2012-09-21 14:40 UTC] doconnor (Daniel O'Connor)
clockwerx@clockwerx-desktop:~/openid$ pear info package.xml | grep Log Optional Dependencies Package pear.php.net/Log
 [2012-09-21 14:49 UTC] cweiske (Christian Weiske)
-Status: Open +Status: Bogus
It is indeed my fault, we've setup a log observer and I didn't notice that :/