Summary | oci8 session_handler |
Queue | Horde Base |
Queue Version | 3.1-RC2 |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | chuck (at) horde (dot) org |
Requester | m.wessler (at) gmx (dot) ch |
Created | 02/10/2006 (7036 days ago) |
Due | |
Updated | 02/11/2008 (6305 days ago) |
Assigned | 12/14/2006 (6729 days ago) |
Resolved | 01/22/2007 (6690 days ago) |
Milestone | |
Patch | No |
there is noch white screen. The sidebar is there, but noch app in it
(hide and unhide works ). I tested some prints but I am not a
programmer and the script seems to be working. I think that the
sidebar.php can't get information about the app that are working in
this session.
and give you a white screen...
I know that Jan has closed this Case, but after a long time this bug
still exist ! Everything works fine but if you want to user the Oracle
Sessionhandler there is a empty sidebar. Last
Answer from Chuck is to trace the sidebar.php ( but how ? ). Thank you
for the answer.
......
Horde Horde (horde) 3.2-RC1
(a parallels virtual machine), I'm going to need a hand with this,
then... can you please trace through the sidebar.php script to see
how far it gets, and where it dies?
Assigned to Chuck Hagenbuch
State ⇒ Resolved
State ⇒ Feedback
(a parallels virtual machine), I'm going to need a hand with this,
then... can you please trace through the sidebar.php script to see how
far it gets, and where it dies?
( the install I made was an fresh on a new instance with emty tables )
Taken from Matt Selsky
Priority ⇒ 2. Medium
but there is no sidebar on the left side.
HEAD. Fixes will be in Horde 3.1.4 as well.
State ⇒ Resolved
HEAD. Fixes will be in Horde 3.1.4 as well.
Assigned to Matt Selsky
State ⇒ Assigned
Feb 10 20:57:04 HORDE [debug] [horde] SQL Query by
SessionHandler_oci8::read(): query = "SELECT session_data FROM
horde_sessionhandler WHERE session_id =
'c955939803970e11d16c42347ee9b886' FOR UPDATE" [on line 82 of
"/usr/share/horde-3.1-rc2/lib/Horde/SessionHandler/oci8.php"]
$Horde: framework/SessionHandler/SessionHandler/oci8.php,v 1.8.4.10
2006/01/01 21:28:34 jan Exp $
<!-- $Horde: horde/config/conf.xml,v 1.74.2.27 2006/01/18 23:18:02 jan
Exp $ -->
mail:/usr/share/horde3/config# patch conf.xml /tmp/patch_conf.xml
patching file conf.xml
Hunk
#1FAILED at 1.Hunk
#2FAILED at 1054.2 out of 2 hunks FAILED -- saving rejects to file conf.xml.rej
mail:/usr/share/horde3/lib/Horde/SessionHandler# patch oci8.php /tmp/patch_oci
patching file oci8.php
Hunk
#1FAILED at 19.Hunk
#2FAILED at 288.2 out of 2 hunks FAILED -- saving rejects to file oci8.php.rej
http://lists.horde.org/archives/cvs/Week-of-Mon-20060206/054645.html
http://lists.horde.org/archives/cvs/Week-of-Mon-20060206/054645.html
column vfs_data must be change to BLOB. Then it work's fine !
Version ⇒ 3.1-RC2
no I think not. But after I sleepless night on my keyboard.... :-)
O.k. normal:
First I tried the debian release 3.0.9 from the package tree with no sucess.
Then I made a new DB and tried horde-3.1-rc2.tar.gz from horde.org
with no sucess.
State ⇒ Feedback
Priority ⇒ 3. High
State ⇒ Unconfirmed
New Attachment: errors.gz
Queue ⇒ Horde Base
Summary ⇒ oci8 session_handler
Type ⇒ Bug
I've some problems with the oci-sessionhandler. ( All of the Rest in
Horde works fine with oci !).
I changed SessionHandler/oci8.php from hostspec to database, so the
error ( Could not connect to database for SQL SessionHandler ) was
fixed. See below:
if (!is_resource($this->_db = @$connect($this->_params['username'],
$this->_params['password'],
$this->_params['database'])))
The script SessionHandler/oci8.php seems to work, but not probably. (
See errors.gz )
The login is a blank screen with no session_id in the url !
I hope you will help me please :-)
The next error I found is with gollem. To use it, in the table horde_vfs the
column vfs_data must be change to BLOB. Then it work's fine !