Summary | Class 'Horde_Serialize' not found - gallery.php |
Queue | Ansel |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | horde (at) smartsector (dot) hu |
Created | 01/26/2009 (6006 days ago) |
Due | |
Updated | 01/26/2009 (6006 days ago) |
Assigned | |
Resolved | 01/26/2009 (6006 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Assigned to Michael Rubinsky
State ⇒ Not A Bug
You also need the latest HEAD code for Horde, including the code in
our git repositories. That library is already included in the
FRAMEWORK_3 branch.
<b>Fatal error</b>: Class 'Horde_Serialize' not found in
<b>/usr/share/horde3/ansel/lib/XRequest.php</b> on line <b>85</b><br />
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Ansel
Summary ⇒ Class 'Horde_Serialize' not found - gallery.php
Type ⇒ Bug
State ⇒ Unconfirmed
$Horde: ansel/gallery.php,v 1.144 2009-01-10 22:55:00 mrubinsk Exp $
i recive this error message after install if i want open a new gallery.
My solution is simply add a new line(16):
require_once 'Horde/Serialize.php';