Moved a customer to a new server - he has a calendar in Horde so asked him to export it as CSV so we could import it on the new server.
When we try to import it we get the following error...
Notice: Undefined offset: 1 in /usr/local/cpanel/base/horde/kronolith/lib/Driver.php on line 886
Notice: Undefined offset: 2 in /usr/local/cpanel/base/horde/kronolith/lib/Driver.php on line 886
Line 886 says $this->recurEnd = &new Horde_Date(array('year' => $date[0], 'month' => $date[1], 'mday' => $date[2]));
Fatal error: Call to a member function on a non-object in /usr/local/cpanel/base/horde/kronolith/lib/Driver/sql.php on line 790
Line 790 says $this->_properties['event_start'] = date('Y-m-d H:i:s', $this->start->timestamp());
Looks like a problem with the date format. Any advice would be greatly appreciated.



LinkBack URL
About LinkBacks
Reply With Quote




