Ich habe mir das Tut von Matthias (mrhappiness) durchgelesen. hab vier .php datein erstellt (login.php, logout.php, logged_in.php, sessionhelpers.inc.php). ich hoffe das ist richtig...
die datenbank habe ich selbsverständlich auch erstellt. also alles wie es im tut steht. genau so gemacht. bei ausführen der login.php kommt folgendes raus:
Warning: session_start(): open(/tmp\sess_2ec3f5b246a072f791b60e2c23887ffd, O_RDWR) failed: No such file or directory (2) in C:\Programme\Apache Group\Apache\htdocs\jachad\login.php on line 11
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at C:\Programme\Apache Group\Apache\htdocs\jachad\login.php:11) in C:\Programme\Apache Group\Apache\htdocs\jachad\login.php on line 11
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at C:\Programme\Apache Group\Apache\htdocs\jachad\login.php:11) in C:\Programme\Apache Group\Apache\htdocs\jachad\login.php on line 11
dann kann ich mich einloggen. komme aber wieder auf die gleiche seite und dazu kommt noch dieser eintrag:
Warning: Cannot modify header information - headers already sent by (output started at C:\Programme\Apache Group\Apache\htdocs\jachad\login.php:11) in C:\Programme\Apache Group\Apache\htdocs\jachad\login.php on line 50
Ich benutze Dreamweaver, hab Apache, mySQL und PHP auf meinem rechner laufen...
[COLOR=red]Warning: session_start(): open(/tmp\sess_2ec3f5b246a072f791b60e2c23887ffd, O_RDWR) failed: No such file or directory (2) in C:\Programme\Apache Group\Apache\htdocs\jachad\login.php on line 11[/COLOR] [COLOR=red]Warning: Cannot modify header information - headers already sent by (output started at C:\Programme\Apache Group\Apache\htdocs\jachad\login.php:11) in C:\Programme\Apache Group\Apache\htdocs\jachad\login.php on line 50[/COLOR]
die datenbank habe ich selbsverständlich auch erstellt. also alles wie es im tut steht. genau so gemacht. bei ausführen der login.php kommt folgendes raus:
Warning: session_start(): open(/tmp\sess_2ec3f5b246a072f791b60e2c23887ffd, O_RDWR) failed: No such file or directory (2) in C:\Programme\Apache Group\Apache\htdocs\jachad\login.php on line 11
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at C:\Programme\Apache Group\Apache\htdocs\jachad\login.php:11) in C:\Programme\Apache Group\Apache\htdocs\jachad\login.php on line 11
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at C:\Programme\Apache Group\Apache\htdocs\jachad\login.php:11) in C:\Programme\Apache Group\Apache\htdocs\jachad\login.php on line 11
dann kann ich mich einloggen. komme aber wieder auf die gleiche seite und dazu kommt noch dieser eintrag:
Warning: Cannot modify header information - headers already sent by (output started at C:\Programme\Apache Group\Apache\htdocs\jachad\login.php:11) in C:\Programme\Apache Group\Apache\htdocs\jachad\login.php on line 50
Ich benutze Dreamweaver, hab Apache, mySQL und PHP auf meinem rechner laufen...
[COLOR=red]Warning: session_start(): open(/tmp\sess_2ec3f5b246a072f791b60e2c23887ffd, O_RDWR) failed: No such file or directory (2) in C:\Programme\Apache Group\Apache\htdocs\jachad\login.php on line 11[/COLOR] [COLOR=red]Warning: Cannot modify header information - headers already sent by (output started at C:\Programme\Apache Group\Apache\htdocs\jachad\login.php:11) in C:\Programme\Apache Group\Apache\htdocs\jachad\login.php on line 50[/COLOR]
Kommentar