Code: Select all
General Error
SQL ERROR [ mysql4 ]
Table 'coldfusion-wow_com_1.phpbb_announcement_centre' doesn't exist [1146]
SQL
SELECT * FROM phpbb_announcement_centre
BACKTRACE
FILE: includes/db/mysql.php
LINE: 174
CALL: dbal_mysql->sql_error()
FILE: includes/acp/acp_announcements_centre.php
LINE: 137
CALL: dbal_mysql->sql_query()
FILE: includes/acp/acp_announcements_centre.php
LINE: 47
CALL: acp_announcements_centre->announcements()
FILE: includes/functions_module.php
LINE: 507
CALL: acp_announcements_centre->main()
FILE: adm/index.php
LINE: 74
CALL: p_master->load_active()
2009-01-04 - Version1.1.3
* fixed little bug in mcp_announce.php (edits were still possible when announcement was based on single post)
* fixed little bug in prosilver announcement_centre.html (birthday avatars now centered)
* made some of the language vars more unique
* Changed install file so that database stored templates will not get the Admin install_ files added to the db
Code: Select all
<!-- INCLUDE announcement_centre.html -->
Code: Select all
<!-- IF S_USER_LOGGED_IN and ANNOUNCEMENT_ENABLE and ANNOUNCEMENT_TEXT or ANNOUNCEMENT_SHOW_BIRTHDAYS_ALWAYS and ANNOUNCEMENT_BIRTHDAYS -->
<!-- INCLUDE announcement_centre.html -->
<!-- ELSEIF not S_USER_LOGGED_IN and ANNOUNCEMENT_ENABLE_GUESTS and not ANNOUNCEMENT_SHOW_EVERYONE or ANNOUNCEMENT_SHOW and ANNOUNCEMENT_TEXT_GUEST -->
<!-- INCLUDE announcement_centre.html -->
<!-- ENDIF -->
Code: Select all
[phpBB Debug] PHP Notice: in file /adm/index.php on line 150: Cannot modify header information - headers already sent by (output started at /language/en/common.php:1)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 152: Cannot modify header information - headers already sent by (output started at /language/en/common.php:1)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 153: Cannot modify header information - headers already sent by (output started at /language/en/common.php:1)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 154: Cannot modify header information - headers already sent by (output started at /language/en/common.php:1)
hi, your text editor seems to have added a BOM to the file. Try to edit it again with a decent text editor like notepad++ and then make sure it is saved as UTF8 without Bom.trusite wrote:i just tried to install this mod, and this is the error i get
im pretty noob at this stuff so any help will be greatly appreciated!! this is the site i have it onCode: Select all
[phpBB Debug] PHP Notice: in file /adm/index.php on line 150: Cannot modify header information - headers already sent by (output started at /language/en/common.php:1) [phpBB Debug] PHP Notice: in file /adm/index.php on line 152: Cannot modify header information - headers already sent by (output started at /language/en/common.php:1) [phpBB Debug] PHP Notice: in file /adm/index.php on line 153: Cannot modify header information - headers already sent by (output started at /language/en/common.php:1) [phpBB Debug] PHP Notice: in file /adm/index.php on line 154: Cannot modify header information - headers already sent by (output started at /language/en/common.php:1)
http://brethrenofhonor.com
although it has that error on it right now. i do have a custom header on my site. i use prosilver_se, but i edited the prosilver files.