First off I'd like to say that I'm quite new to messing around with portals and don't have a lot of experience with PHPBB3 in general so I would appreciate any help I get!
I've already read through the forums and fixed a couple of problems I had but I still have a couple nagging issues.
#1 is the "cannot modify header problem:
Code: Select all
[phpBB Debug] PHP Notice: in file /includes/session.php on line 916: Cannot modify header information - headers already sent by (output started at /includes/constants.php:250)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 916: Cannot modify header information - headers already sent by (output started at /includes/constants.php:250)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 916: Cannot modify header information - headers already sent by (output started at /includes/constants.php:250)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3534: Cannot modify header information - headers already sent by (output started at /includes/constants.php:250)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3536: Cannot modify header information - headers already sent by (output started at /includes/constants.php:250)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3537: Cannot modify header information - headers already sent by (output started at /includes/constants.php:250)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3538: Cannot modify header information - headers already sent by (output started at /includes/constants.php:250)
I did edit this in the /phpbb3 directory:
Code: Select all
<Files "config.php">
Order Allow,Deny
Deny from All
</Files>
<Files "common.php">
Order Allow,Deny
Deny from All
</Files>
DirectoryIndex portal.php index.php index.html index.htm
The second problem I'm having is that it won't log me in. I can try to log in but when it returns to the previous page I'm actually not logged in. This is going to be a real problem!
This is a forum used mostly by my friends and used by me as a test forum. Here is the url:
http://rpg.thenutgallery.com/phpBB3/portal.php
Thanks in advance!
ETA: Clarification, it says I'm logged in at the bottom of the forum but it still asks every time I try to post. It's like it logs me in but it doesn't stick? I'm not sure whats up with that.