27-Jul-2012, 07:53 AM
I set up everything correctly but when I try to log in at admin panel it loads and reappear at log in again.
Session works as well....
Session works as well....
<?php
phpinfo();
?>
<?php
header("Location: index.php?page=dashboard");
<?php
session_write_close();
header("Location: index.php?page=dashboard");
die();
(27-Jul-2012, 09:11 PM)Steven Wrote: I think it's because you're running PHP in CGI mode.
Can you open /comments/admin/includes/auth.php
On line 71, there is this:
PHP Code:<?php
header("Location: index.php?page=dashboard");
<?php
session_write_close();
header("Location: index.php?page=dashboard");
die();