[phpBB Debug] PHP Notice: in file /includes/session.php on line 952: Cannot modify header information - headers already sent by (output started at /index.php:2)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 952: Cannot modify header information - headers already sent by (output started at /index.php:2)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 952: Cannot modify header information - headers already sent by (output started at /index.php:2)
You as well have a small issue in index.php on line 2, some white spaces before the <?php tag ?
Anyway, for your issue, you actually miss a bracket in :
styles/blueSilver/template/forum_fn.js
Just add :
- Code: Select all
}
after :
- Code: Select all
} else {
document.location.href = base_url;
}
++