Hello,
I have a problem with setup. The message i got after login:
Warning: Cannot modify header information - headers already sent by (output started at /home/jeroen/public_html/zenphoto/zen/zp-config.php:160) in /home/jeroen/public_html/zenphoto/zen/auth_zp.php on line 37
Line 37:setcookie("zenphoto_auth", "", time()-368000, $cookiepath);
What is wrong with this sentence? I have entered the user,admin,databasename in zp-config and filled the same user,admin in the setup.
By the way, i changed nothing in auth_zp (is this correct?)
Can someone help me with this?
Comments
In zp_config were two blank lines in the end. after deleting the blank lines it worked fine.