6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
8/12/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#4029] fatal php error occured when first type calendar access
*
Your Email Address
*
Spam protection
Enter the letters below:
.__.. ..__ . ..__. [__]|_/ [ __|__|| | | || \[_./| ||__\
Comment
> When user try to access 'Calendar' in left frame next fatal error occured > > > > Fatal error: Call to a member function on a non-object in > /usr/share/psa-horde/kronolith/lib/Driver/sql.php on line 291 > > > > in function listEventsConditional. It called from > /usr/share/psa-horde/kronolith/lib/Kronolith.php from > > listEventsIds(). Global variable kronolith are not fully initialized, > here are var_dump > > > > object(kronolith_driver_sql)(5) { > > ["_params"]=> > > array(11) { > > ["persistent"]=> > > bool(false) > > ["hostspec"]=> > > string(9) "localhost" > > ["username"]=> > > string(5) "horde" > > ["socket"]=> > > string(27) "/var/run/mysqld/mysqld.sock" > > ["protocol"]=> > > string(4) "unix" > > ["database"]=> > > string(5) "horde" > > ["password"]=> > > string(13) "password" > > ["charset"]=> > > string(4) "utf8" > > ["phptype"]=> > > string(5) "mysql" > > ["table"]=> > > string(16) "kronolith_events" > > ["driverconfig"]=> > > string(5) "horde" > > } > > ["_calendar"]=> > > NULL > > ["_db"]=> > > NULL > > ["_connected"]=> > > bool(false) > > ["_cache"]=> > > array(0) { > > } > > > > I workarounded it by call of _connect in listEventsConditional(), > here is the patch. Feel free to adapt it to your needs. > > > > Thaks, Michael > > > > --- kronolith/lib/Driver/sql.php.orig 2006-06-13 05:04:06.000000000 -0400 > > +++ kronolith/lib/Driver/sql.php 2006-06-13 05:03:02.000000000 -0400 > > @@ -251,6 +251,7 @@ > > function listEventsConditional($startInterval, $endInterval, > > $conditions = '', $vals = array()) > > { > > + $this->_connect(); > > $q = 'SELECT event_id, event_uid, event_description, > event_location,' . > > ' event_status, event_attendees,' . > > ' event_keywords, event_title, event_category,' . > >
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers