don't forget to purge the cache and reload your templatespjjacobs wrote:I installed this correctly, working in the ACP, SQL done, but it doesnt matter what i enter in the text boxes or what options i select, nothing displays on the index?
Using AeroBlue style based on subsilver2, i edited those aswell, it says "Updated Succesfull" in the ACP but nothing happens, help?
lefty74 wrote:What text editor are you using to do your edits? All language files should be saved as UTF-8 without BOM.PATRICKDAVIS wrote:Hi guys, iv tryed installing this mod,
iv edited the coding as explained, however i seem to have a problem with the coding withing the
language/en/common.php file,
because it stops my forum from displaying, and when i remove that file and put my backed up file back it works again.,,,
any help as to what the error is?
i Use notepad ++ Whats utf-8 without bom!!did you run the SQL statement? also, did you change your prefix? it looks like you do not use the standard prefix phpbb_ but phpbb_6 so you would need to change the SQL statements to reflect thatPATRICKDAVIS wrote:i also have this error!!
SQL ERROR [ mysql4 ]
Table 'usc.phpbb_6announcement_centre' doesn't exist [1146]
SQL
SELECT * FROM phpbb_6announcement_centre
BACKTRACEyou will need to create the module as per the DIY part of the installation instructionsHanC wrote:i cannot see Annoincement Centre in ACP
Sorry to sound really dumb, but could you give alittle more information to explain to someone as dumb as me what your saying in the above statements!!
How could i find it
i am using notepad++ as well. i was asking as some text editor's mess up the the file type but you should be alright when you edit with notepad ++. if you want you can send me ur common.php file and i have a look.PATRICKDAVIS wrote:i Use notepad ++ Whats utf-8 without bom!!
PATRICKDAVIS wrote:Sorry to sound really dumb, but could you give alittle more information to explain to someone as dumb as me what your saying in the above statements!!
This indicates to me that when you set up your database you chose for some reason to change the prefix from phpbb_ to phpbb_6.Table 'usc.phpbb_6announcement_centre' doesn't exist
Code: Select all
CREATE TABLE phpbb_announcement_centre ( ...
Code: Select all
CREATE TABLE phpbb_6announcement_centre (
Code: Select all
CREATE TABLE phpbb_announcement_centre (
announcement_show smallint NOT NULL,
announcement_enable_guests smallint NOT NULL,
announcement_show_birthdays smallint NOT NULL,
announcement_birthday_avatar smallint NOT NULL,
announcement_draft text NOT NULL,
announcement_draft_bbcode_uid varchar(8) NOT NULL,
announcement_draft_bbcode_bitfield varchar(255) NOT NULL,
announcement_draft_bbcode_options int NOT NULL,
announcement_text text NOT NULL,
announcement_text_bbcode_uid varchar(8) NOT NULL,
announcement_text_bbcode_bitfield varchar(255) NOT NULL,
announcement_text_bbcode_options int NOT NULL,
announcement_text_guests text NOT NULL,
announcement_text_guests_bbcode_uid varchar(8) NOT NULL,
announcement_text_guests_bbcode_bitfield varchar(255) NOT NULL,
announcement_text_guests_bbcode_options int NOT NULL,
announcement_title varchar(255) NOT NULL default '',
announcement_title_guests varchar(255) NOT NULL default '',
announcement_show_group varchar(255) NOT NULL default '');
I have exactly the same problem. Even if it says "Updated Successful", nothing happens, both on the index and on the ACP Annoucement Center (text boxes are still empty).pjjacobs wrote:I installed this correctly, working in the ACP, SQL done, but it doesnt matter what i enter in the text boxes or what options i select, nothing displays on the index?
[...]it says "Updated Succesfull" in the ACP but nothing happens, help?
Code: Select all
SQL ERROR [ mysql4 ]
Incorrect integer value: '' for column 'announcement_text_guests_bbcode_options' at row 1 [1366]
SQL
UPDATE phpbb3_announcement_centre SET announcement_enable_guests = 0, announcement_show = 1, announcement_show_birthdays = 0, announcement_birthday_avatar = 0, announcement_title = 'Site Announcements', announcement_text = '[...]', announcement_draft_bbcode_uid = '166461jt', announcement_draft_bbcode_bitfield = 'YgQ=', announcement_draft_bbcode_options = '7', announcement_title_guests = '', announcement_text_guests = '', announcement_text_guests_bbcode_uid = '', announcement_text_guests_bbcode_bitfield = '', announcement_text_guests_bbcode_options = '', announcement_show_group = ''
BACKTRACE
FILE: includes/db/mysql.php
LINE: 158
CALL: dbal_mysql->sql_error()
FILE: includes/acp/acp_announcements_centre.php
LINE: 99
CALL: dbal_mysql->sql_query()
FILE: includes/functions_module.php
LINE: 471
CALL: acp_announcements_centre->main()
FILE: adm/index.php
LINE: 74
CALL: p_master->load_active()
yes I did a copy almost everywherelefty74 wrote:hello jaason,
thanks for the detailed description, makes life easier
having said that, i am not sure why it does not show as everything appears to look ok. you did copy the announcement_centre.html to the styles folder of the style you are using, right? what i mean is, instead of copying it into the subsilver2 style, copy it in your style version.
one thing you could check is if it works in prosilver when doing the edits as per installation instructions.
If all fails, would it be possible to set up a testboard or even a test account with temp ftp access so i can have a look myself?
Code: Select all
Error
SQL query:
CREATE TABLE phpbb_announcement_centre(
announcement_show tinyint( 1 ) NOT NULL ,
announcement_enable_guests tinyint( 1 ) NOT NULL ,
announcement_show_birthdays tinyint( 1 ) NOT NULL ,
announcement_birthday_avatar tinyint( 1 ) NOT NULL ,
announcement_draft text NOT NULL ,
announcement_draft_bbcode_uid varchar( 8 ) NOT NULL ,
announcement_draft_bbcode_bitfield varchar( 255 ) NOT NULL ,
announcement_draft_bbcode_options mediumint( 4 ) NOT NULL ,
announcement_text text NOT NULL ,
announcement_text_bbcode_uid varchar( 8 ) NOT NULL ,
announcement_text_bbcode_bitfield varchar( 255 ) NOT NULL ,
announcement_text_bbcode_options mediumint( 4 ) NOT NULL ,
announcement_text_guests text NOT NULL ,
announcement_text_guests_bbcode_uid varchar( 8 ) NOT NULL ,
announcement_text_guests_bbcode_bitfield varchar( 255 ) NOT NULL ,
announcement_text_guests_bbcode_options mediumint( 4 ) NOT NULL ,
announcement_title varchar( 255 ) NOT NULL default '',
announcement_title_guests varchar( 255 ) NOT NULL default '',
announcement_show_group varchar( 255 ) NOT NULL default ''
) CHARACTER SET utf8 COLLATE utf8_bin;
MySQL said:
#1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'COLLATE utf8_bin' at line 21
I think it's when MySQL is older than version 4.1...not sure of the exact version though.lefty74 wrote:hi, seems that some databases dont like the CHARACTER SET utf8 COLLATE utf8_bin;
try to leave out CHARACTER SET utf8
or if that does not work
the whole
CHARACTER SET utf8 COLLATE utf8_bin
Sorry for the quoted post but the icons for edit,delete,report quote was not visible at the moment.kozata-xakep wrote:Hello everyone !
I just installed the MOD and I got a problem. Everything seems to be ok with the installation but i don't see The Global Annoucements.
The GA can't be seen either in the Prosilver style
Anyone got an idea ?
Click
Thank you in advance
- the goat hacker