[Tickets #3312] Problem with latest changes to History.php

bugs@bugs.horde.org bugs at bugs.horde.org
Mon Jan 23 10:28:10 PST 2006


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=3312
-----------------------------------------------------------------------
 Ticket             | 3312
 Updated By         | Eric Rostetter <eric.rostetter at physics.utexas.edu>
 Summary            | Problem with latest changes to History.php
 Queue              | Horde Framework Packages
 Version            | FRAMEWORK_3
 State              | Feedback
 Priority           | 2. Medium
 Type               | Bug
 Owners             | Ben Chavet
-----------------------------------------------------------------------


Eric Rostetter <eric.rostetter at physics.utexas.edu> (2006-01-23 10:28) wrote:

The line:

switch ($this->_db->phptype) {

gave the error:

Jan 20 14:16:00 web2 httpd: PHP Notice:  Undefined property:  phptype in
/usr/share/pear/Horde/History.php on line 62

switching it to:

switch ($conf['sql']->phptype) {

Solved it for me.  If this isn't correct, then I've got a big problem
somewhere.  But since
it only affects this one file after your recent changes, I was betting it
was a mistake.





More information about the bugs mailing list