6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
10/21/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#8601] Warnings in current sessions due to missing arguments
*
Your Email Address
*
Spam protection
Enter the letters below:
. . .. .___.\ / | | || | >< |/\|\__||___ | / \
Comment
> Using MSSQL as storage for sessions through PEAR's DB abstraction > layer I found this type of messages in the "current sessions" screen: > > > > Warning: Missing argument 1 for SessionHandler::open(), called in > /usr/local/share/horde-3.3.5/lib/Horde/SessionHandler/sql.php on line > 307 and defined in > /usr/local/share/horde-3.3.5/lib/Horde/SessionHandler.php on line 149 > > > > Warning: Missing argument 2 for SessionHandler::open(), called in > /usr/local/share/horde-3.3.5/lib/Horde/SessionHandler/sql.php on line > 307 and defined in > /usr/local/share/horde-3.3.5/lib/Horde/SessionHandler.php on line 149 > > > > Notice: Undefined variable: save_path in > /usr/local/share/horde-3.3.5/lib/Horde/SessionHandler.php on line 155 > > > > Notice: Undefined variable: session_name in > /usr/local/share/horde-3.3.5/lib/Horde/SessionHandler.php on line 155 > > > > These messages are derived from the lack of default null values for > the arguments of the function open() in lib/Horde/SessionHandler.php > (or maybe an incorrect use of this function from some other parts of > the code). > > > > In any case makes sense for me to apply this: > > > > --- horde-3.3.5.orig/lib/Horde/SessionHandler.php 2009-09-23 > 17:59:12.206783858 +0200 > > +++ horde-3.3.5/lib/Horde/SessionHandler.php 2009-09-23 > 18:16:05.402784153 +0200 > > @@ -146,7 +146,7 @@ > > * > > * @return boolean True on success, false otherwise. > > */ > > - function open($save_path, $session_name) > > + function open($save_path = null, $session_name = null) > > { > > if ($this->_connected) { > > return true; > > > > See trivial patch attached. > >
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