The initial failure appears to be a permissions problem when starting a new session or resuming an existing one. The permission in question could be the rights on the /tmp directory (should be set to 755), or maybe a transient failure during PHP's session_start() function. You were installing at the time so lots of weird stuff could have been going on.
About the only thing you can do is check the permission setting on the /tmp directory. If that is at least 755, then check back through the Apache error log to see if there is a pattern of recent permission or system problems. If not, the problem was transient anyway so just let it go, but keep an eye out for a few days for any repetitions.
Cheers,
Russell Searle
Principal Consultant |
Psicom | Melbourne, Australia