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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
4 + 16 = ?
Subscribe to this entry?

 
 [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: Sat Apr 20 09:01:28 2024 UTC