Therius, on Feb 17 2006, 08:30 AM, said:
If you are using phpbb fetch all to integrate your website (outside of your forum directory) with your forum you may need to change this in the phpbb-install.txt. After installing itemstats I got header and several other errors above each of my websites php pages and this fixed it.
Change:
------------------
------------------
OPEN
------------------
------------------
{forum_root}/include/bbcode.php
------------------
FIND
------------------
define("BBCODE_UID_LEN", 10);
------------------
ADD-AFTER
------------------
include('./itemstats/phpbb_itemstats.php');
To this.
------------------
------------------
OPEN
------------------
------------------
{forum_root}/include/bbcode.php
------------------
FIND
------------------
define("BBCODE_UID_LEN", 10);
------------------
ADD-AFTER
------------------
include($phpbb_root_path . 'itemstats/phpbb_itemstats.php');
Edited the last line above.
I had 4 errors before I figured this out formyself as well, but I am still getting 3 of the 4 errors. I checked the permissions on phpbb_itemstats.php they are how they should be
I cannot access my site directly:
http://banefulsynergy.phpnet.us/
but I can access the mkportal admin panel
http://banefulsynerg...ortal/admin.php
and the forums:
http://banefulsynergy.phpnet.us/forum/
and much of the rest of the site, if you visit the site through the forums link at first.
so I am assuming it has something to do with the index page.. which is just really confusing to me.
I am going to leave my site in error mode for the time being, so that everyone can see the erros, If i comment those two lines out that are modified in bbcode.php then the errors go away.