php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #5846 Problem with PHPLIB (i think)
Submitted: 2000-07-29 01:14 UTC Modified: 2000-07-29 12:22 UTC
From: beef at dsmci dot com Assigned:
Status: Closed Package: Session related
PHP Version: 4.0.0 OS: mandrake-linux
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: beef at dsmci dot com
New email:
PHP Version: OS:

 

 [2000-07-29 01:14 UTC] beef at dsmci dot com
I recently installed the newest versions of phplib on the php server. We have a calendar system and a webmail system that run off of this server. Of course both of these services use sessions. For some reason once the lib was installed the sessions started to break. When you go to the first page in the calendar you get this error..

Fatal error: Class hordesession: Cannot inherit from undefined class session in local.inc on line 80

After i did some looking i figured out that the calendar was using 'class HordeSession extends Session' instead of the accual session class. So i commented out the the function. Once i did that the calendar worked fine..But the webmail system broke. Nothing is displayed on any page in the mail system. The mail system was created by The Horde Team horde@horde.org. 

I do belive that the local.inc needs to be modified such that a name conflict can be corrected. 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-07-29 12:22 UTC] stas@php.net
PHPLIB bugs do not belong here.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 22:01:28 2024 UTC