Closed (fixed)
Project:
Lost & found issues
Component:
accessibility
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
10 Nov 2006 at 03:52 UTC
Updated:
22 Oct 2007 at 16:37 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
edwardsuen commentedI have do a new installations with durpal-4.7.4 and a new database installed, but the same errors exist, and I believe the errors on files and DB are not likely..
But cannot determine why it has worked before, and suddenly it won't now!!
Comment #2
kuahyeow commentedWhat is the real issue here?
Comment #3
FlemmingLeer commentedWhich version of php are you using ?
If it´s php 5.2 then try this:
I had the same problem not being able to login.
But then I used the CVS version 1.27.2.1 of session.inc for drupal 4.7.4 on a server running php 5.2 and it solved my problem.
Grab it here at the download option:
http://cvs.drupal.org/viewcvs/drupal/drupal/includes/session.inc?rev=1.2...
The current version of session.inc is 1.27, which is the one supplied in 4.7.4.
session.inc is in the
/includes/directory. Simply FTP or access your server and copy the new session.inc and I think your problem is solved.Comment #4
edwardsuen commentedReally appreciate your solutions, Yes, the problems is fixed once the session.inc is uploaded.
Now the user session table is updated.
Comment #5
cosmicdreams commentedGlad to hear your issue is fixed. I'll close this issue.