I dont know if theres still any support on this, but i really hope there is.
Ive installed this block after changeing over from portal3, where it didn work either. cause of mulitple errors i decided to try board3 instead.
after completeing the installation all, the whole ".mods" segment in ACP only returns the following
[phpBB Debug] PHP Notice: in file /adm/index.php on line 156: Cannot modify header information - headers already sent by (output started at /language/en/mods/lang_portal_acp.php:1)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 158: Cannot modify header information - headers already sent by (output started at /language/en/mods/lang_portal_acp.php:1)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 159: Cannot modify header information - headers already sent by (output started at /language/en/mods/lang_portal_acp.php:1)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 160: Cannot modify header information - headers already sent by (output started at /language/en/mods/lang_portal_acp.php:1)
Adm/index.php
Code: Select all
155 // application/xhtml+xml not used because of IE
156 header('Content-type: text/html; charset=UTF-8');
157
158 header('Cache-Control: private, no-cache="set-cookie"');
159 header('Expires: 0');
160 header('Pragma: no-cache');
161
162 return;
163 }
language/en/mods/lang_portal_acp.php:1
^^ pretty much says it self what line 1 is
<?php
my eyes are bleeding from making just one of these mods work on either of the portals. i hope you can lend a newbie a hand.
Thanks in Advance
Vicster
www.amaturepwnography.com