Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Login

Guest
Jul 17, 2006 Jul 17, 2006
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.
TOPICS
Server side applications
319
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Jul 17, 2006 Jul 17, 2006
This is the site: www.kloco.net
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jul 18, 2006 Jul 18, 2006
LATEST
It looks like your server is not correctly configured to store session
variable data. You would need to speak to your host about this, sending them
a copy of the error messages, and getting them to look into it for you.

Gareth
http://www.phploginsuite.co.uk/
PHP Login Suite V2 - 34 Server Behaviors to build a complete Login system.


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines