I crack Photoshop!
Posts: 3
22 credits Members referred : 0
« on: Mar 25, 2009, 10:36:06 am »
Hi.
First i wanna congratulate to all programmers of this class ;] Its just cool!
BUT.. Can anyone help me? I dont know why im getting error message:
Code:
Warning: Cannot modify header information - headers already sent by (output started at c:\usr\krasnal\www\d-premium\login.php:1) in c:\usr\krasnal\www\d-premium\access.class.php on line 190
All the time trying to log in or log out...
First i wanna say: im not starting any output in that file...
When i changed
Code:
if( !isset( $_SESSION ) ) session_start();
to
Code:
if( isset( $_SESSION ) ) session_start();
I get no error on logging etc... And it works fine
But still i cant log out ;/ All the time it says "Output starts..."