OK this is my last chance to get this right. I have done the
entire site over hoping that I will be able to correct the errors
and be able to apply a functioning login page. My first question
revolves around linking the pages. The client clicks on project and
then clicks on their link on the project.html and the login page
opens. They enter their info and are admitted to their pages based
on the user level or, are directed to a not authorized page. Each
of the client pages has server behaviors: restrict access (based on
user, password, and access level, and recordset. So it looks like
this: project > project.hmtl >Emma > login.php >
Emma.php.
1. Should there be a link to the login page from each of the
links on the project page or, should the login page appear when
they click on the account link. This is what comes up when there is
no link. Click on any of the other links on the project page.
Warning: session_start():
open(/tmp/php-ses/sess_84f6c8dbfe669ac85f10899d8c6984ce, O_RDWR)
failed: Permission denied (13) in
/nfs/cust/7/41/89/698147/web/Emma.php on line 4
Warning: session_start(): Cannot send session cookie -
headers already sent by (output started at
/nfs/cust/7/41/89/698147/web/Emma.php:4) in
/nfs/cust/7/41/89/698147/web/Emma.php on line 4
Warning: session_start(): Cannot send session cache limiter -
headers already sent (output started at
/nfs/cust/7/41/89/698147/web/Emma.php:4) in
/nfs/cust/7/41/89/698147/web/Emma.php on line 4
Warning: Cannot modify header information - headers already
sent by (output started at /nfs/cust/7/41/89/698147/web/Emma.php:4)
in /nfs/cust/7/41/89/698147/web/Emma.php on line 43
Warning: Unknown():
open(/tmp/php-ses/sess_84f6c8dbfe669ac85f10899d8c6984ce, O_RDWR)
failed: Permission denied (13) in Unknown on line 0
Warning: Unknown(): Failed to write session data (files).
Please verify that the current setting of session.save_path is
correct (/tmp/php-ses) in Unknown on line 0
This comes up on the login page itself when it is linked:
Warning: session_start():
open(/tmp/php-ses/sess_642e93cc3894e4b8023b84e8b1f9173f, O_RDWR)
failed: Permission denied (13) in
/nfs/cust/7/41/89/698147/web/Login.php on line 11
Warning: session_start(): Cannot send session cookie -
headers already sent by (output started at
/nfs/cust/7/41/89/698147/web/Login.php:11) in
/nfs/cust/7/41/89/698147/web/Login.php on line 11
Warning: session_start(): Cannot send session cache limiter -
headers already sent (output started at
/nfs/cust/7/41/89/698147/web/Login.php:11) in
/nfs/cust/7/41/89/698147/web/Login.php on line 11
2. I hope that I can find a solution that I can use to make
this work.