Summary | PHP Fatal error: Call to a member function getData() on a non-object in /usr/share/horde/turba/display.php on line 76 |
Queue | Turba |
Queue Version | 2.1-RC2 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | chuck (at) horde (dot) org |
Requester | glen (at) delfi (dot) ee |
Created | 03/03/2006 (7140 days ago) |
Due | |
Updated | 03/03/2006 (7140 days ago) |
Assigned | 03/03/2006 (7140 days ago) |
Resolved | 03/03/2006 (7140 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
State ⇒ Assigned
New Attachment: display.html
/* Get the contact's history. */
if ($object->getValue('__uid')) {
$history = &Horde_History::singleton();
$log = $history->getHistory('turba:' .
($object->getValue('__owner') ? $object->getValue('__owner') : Auth:
$a = print_r($history,1);
$m = "history=$history; <pre>$a</pre>";
echo $m;
echo "log[$log]<br>\n";
foreach ($log->getData() as $entry) {
i hope this will ease solving the bug.
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ PHP Fatal error: Call to a member function getData() on a non-object in /usr/share/horde/turba/display.php on line 76
Queue ⇒ Turba
in /usr/share/horde/turba/display.php on line 76
that line is:
foreach ($log->getData() as $entry) {
i don't have history configured as i use only ldap.
the error i get if i browser to contact card and try to open it.