Ich habe BBCode 2.0 nach anleitung installiert und es kommt folgender fehler. ich habe die anleitung für installierte Module genommen.
MySQL Error:
1146 : Table 'usr_web132_3.ic1_bbcode_buttons' doesn't exist
in Query:
SELECT fnFormatB,fnFormatI,fnFormatU,fnFormatS,fnFormatEmph, fnFormatColor,fnFormatSize,fnFormatUrl,fnFormatUrlAuto,fnFormatEmail, fnFormatLeft,fnFormatCenter,fnFormatRight,fnFormatSmilies, fnFormatList,fnFormatKtext,fnFormatImg,fnFormatScreen,fnFormatVideo, fnFormatPhp,fnFormatCss,fnFormatHtml,fnFormatCode,fnFormatQuote,fnFormatCountdown FROM ic1_bbcode_buttons WHERE fnButtonNr='1'
Debug backtrace:
@ mysql.php:32 -- debug_bt()
@ mysql.php:50 -- db_check_error(...)
@ bbcode_config.php:19 -- db_query(...)
@ bbcode.php:8 -- require_once(...)
@ loader.php:23 -- require_once(...)
@ bbcode_install.php:8 -- require_once(...)
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /var/www/web132/html/stb/include/includes/func/db/mysql.php on line 58
MySQL Error:
1146 : Table 'usr_web132_3.ic1_bbcode_design' doesn't exist
in Query:
SELECT fcQuoteRandFarbe,fcQuoteTabelleBreite,fcQuoteSchriftfarbe,fcQuoteHintergrundfarbe,fcQuoteHintergrundfarbeIT,fcQuoteSchriftformatIT,fcQuoteSchriftfarbeIT, fcBlockRandFarbe,fcBlockTabelleBreite,fcBlockSchriftfarbe,fcBlockHintergrundfarbe,fcBlockHintergrundfarbeIT,fcBlockSchriftfarbeIT, fcKtextRandFarbe,fcKtextTabelleBreite,fcKtextRandFormat, fcEmphHintergrundfarbe,fcEmphSchriftfarbe, fcCountdownRandFarbe,fcCountdownTabelleBreite,fcCountdownSchriftfarbe,fcCountdownSchriftformat,fnCountdownSchriftsize FROM ic1_bbcode_design WHERE fnDesignNr='1'
Debug backtrace:
@ mysql.php:32 -- debug_bt()
@ mysql.php:50 -- db_check_error(...)
@ bbcode_config.php:32 -- db_query(...)
@ bbcode.php:8 -- require_once(...)
@ loader.php:23 -- require_once(...)
@ bbcode_install.php:8 -- require_once(...)
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /var/www/web132/html/stb/include/includes/func/db/mysql.php on line 58
MySQL Error:
1146 : Table 'usr_web132_3.ic1_bbcode_config' doesn't exist
in Query:
SELECT fnYoutubeBreite,fnYoutubeHoehe,fcYoutubeHintergrundfarbe, fnGoogleBreite,fnGoogleHoehe,fcGoogleHintergrundfarbe, fnMyvideoBreite,fnMyvideoHoehe,fcMyvideoHintergrundfarbe, fnSizeMax,fnUrlMaxLaenge,fnWortMaxLaenge, fnImgMaxBreite,fnImgMaxHoehe,fnScreenMaxBreite,fnScreenMaxHoehe FROM ic1_bbcode_config WHERE fnConfigNr='1'
Debug backtrace:
@ mysql.php:32 -- debug_bt()
@ mysql.php:50 -- db_check_error(...)
@ bbcode_config.php:45 -- db_query(...)
@ bbcode.php:8 -- require_once(...)
@ loader.php:23 -- require_once(...)
@ bbcode_install.php:8 -- require_once(...)
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /var/www/web132/html/stb/include/includes/func/db/
mysql.php on line 58
CREATE TABLE `prefix_bbcode_badword` (`fnBadwordNr` int(10) unsigned NOT NULL auto_increment,`fcBadPatter` varchar(70) NOT NULL default '',`fcBadReplace` varchar(70) NOT NULL default '',PRIMARY KEY (`fnBadwordNr`));
INSERT INTO `prefix_bbcode_badword` (`fcBadPatter`,`fcBadReplace`) VALUES ('Idiot', '*peep*');
INSERT INTO `prefix_bbcode_badword` (`fcBadPatter`,`fcBadReplace`) VALUES ('Arschloch', '*peep*');
CREATE TABLE
`prefix_bbcode_buttons`
(`fnButtonNr` int(10) unsigned NOT NULL auto_increment,
`fnFormatB` tinyint(1) unsigned NOT NULL default '1',
`fnFormatI` tinyint(1) unsigned NOT NULL default '0',
`fnFormatU` tinyint(1) unsigned NOT NULL default '0',
`fnFormatS` tinyint(1) unsigned NOT NULL default '0',
`fnFormatEmph` tinyint(1) unsigned NOT NULL default '0',
`fnFormatColor` tinyint(1) unsigned NOT NULL default '0',
`fnFormatSize` tinyint(1) unsigned NOT NULL default '0',
`fnFormatUrl` tinyint(1) unsigned NOT NULL default '0',
`fnFormatUrlAuto` tinyint(1) unsigned NOT NULL default '0',
`fnFormatEmail` tinyint(1) unsigned NOT NULL default '0',
`fnFormatLeft` tinyint(1) unsigned NOT NULL default '0',
`fnFormatCenter` tinyint(1) unsigned NOT NULL default '0',
`fnFormatRight` tinyint(1) unsigned NOT NULL default '0',
`fnFormatSmilies` tinyint(1) unsigned NOT NULL default '0',
`fnFormatList` tinyint(1) unsigned NOT NULL default '0',
`fnFormatKtext` tinyint(1) unsigned NOT NULL default '0',
`fnFormatImg` tinyint(1) unsigned NOT NULL default '0',
`fnFormatScreen` tinyint(1) unsigned NOT NULL default '0',
`fnFormatVideo` tinyint(1) unsigned NOT NULL default '0',
`fnFormatPhp` tinyint(1) unsigned NOT NULL default '0',
`fnFormatCss` tinyint(1) unsigned NOT NULL default '0',
`fnFormatHtml` tinyint(1) unsigned NOT NULL default '0',
`fnFormatCode` tinyint(1) unsigned NOT NULL default '0',
`fnFormatQuote` tinyint(1) unsigned NOT NULL default '0',
`fnFormatCountdown` tinyint(1) unsigned NOT NULL default '0',
PRIMARY KEY (`fnButtonNr`)
);
INSERT INTO `prefix_bbcode_buttons` (`fnButtonNr`, `fnFormatB`, `fnFormatI`, `fnFormatU`, `fnFormatS`, `fnFormatEmph`, `fnFormatColor`, `fnFormatSize`, `fnFormatUrl`, `fnFormatUrlAuto`, `fnFormatEmail`, `fnFormatLeft`, `fnFormatCenter`, `fnFormatRight`, `fnFormatSmilies`, `fnFormatList`, `fnFormatKtext`, `fnFormatImg`, `fnFormatScreen`, `fnFormatVideo`, `fnFormatPhp`, `fnFormatCss`, `fnFormatHtml`, `fnFormatCode`, `fnFormatQuote`, `fnFormatCountdown`) VALUES (1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1);
CREATE TABLE
`prefix_bbcode_config`
(`fnConfigNr` int(10) unsigned NOT NULL auto_increment,
`fnYoutubeBreite` smallint(3) unsigned NOT NULL default '0',
`fnYoutubeHoehe` smallint(3) unsigned NOT NULL default '0',
`fcYoutubeHintergrundfarbe` varchar(7) NOT NULL default '',
`fnGoogleBreite` smallint(3) unsigned NOT NULL default '0',
`fnGoogleHoehe` smallint(3) unsigned NOT NULL default '0',
`fcGoogleHintergrundfarbe` varchar(7) NOT NULL default '',
`fnMyvideoBreite` smallint(3) unsigned NOT NULL default '0',
`fnMyvideoHoehe` smallint(3) unsigned NOT NULL default '0',
`fcMyvideoHintergrundfarbe` varchar(7) NOT NULL default '',
`fnSizeMax` tinyint(2) unsigned NOT NULL default '0',
`fnImgMaxBreite` smallint(3) unsigned NOT NULL default '0',
`fnImgMaxHoehe` smallint(3) unsigned NOT NULL default '0',
`fnScreenMaxBreite` smallint(3) unsigned NOT NULL default '0',
`fnScreenMaxHoehe` smallint(3) unsigned NOT NULL default '0',
`fnUrlMaxLaenge` smallint(3) unsigned NOT NULL default '0',
`fnWortMaxLaenge` smallint(3) unsigned NOT NULL default '0',
PRIMARY KEY (`fnConfigNr`)
);
INSERT INTO `prefix_bbcode_config` (`fnConfigNr`, `fnYoutubeBreite`, `fnYoutubeHoehe`, `fcYoutubeHintergrundfarbe`, `fnGoogleBreite`, `fnGoogleHoehe`, `fcGoogleHintergrundfarbe`, `fnMyvideoBreite`, `fnMyvideoHoehe`, `fcMyvideoHintergrundfarbe`, `fnSizeMax`, `fnImgMaxBreite`, `fnImgMaxHoehe`, `fnScreenMaxBreite`, `fnScreenMaxHoehe`, `fnUrlMaxLaenge`, `fnWortMaxLaenge`) VALUES (1, 425, 350, '#000000', 400, 326, '#ffffff', 470, 406, '#ffffff', 20, 500, 500, 150, 150, 60, 70);
CREATE TABLE
`prefix_bbcode_design`
(`fnDesignNr` int(10) unsigned NOT NULL auto_increment,
`fcQuoteRandFarbe` varchar(7) NOT NULL default '',
`fcQuoteTabelleBreite` varchar(7) NOT NULL default '',
`fcQuoteSchriftfarbe` varchar(7) NOT NULL default '',
`fcQuoteHintergrundfarbe` varchar(7) NOT NULL default '',
`fcQuoteHintergrundfarbeIT` varchar(7) NOT NULL default '',
`fcQuoteSchriftformatIT` varchar(6) NOT NULL default '',
`fcQuoteSchriftfarbeIT` varchar(7) NOT NULL default '',
`fcBlockRandFarbe` varchar(7) NOT NULL default '',
`fcBlockTabelleBreite` varchar(7) NOT NULL default '',
`fcBlockSchriftfarbe` varchar(7) NOT NULL default '',
`fcBlockHintergrundfarbe` varchar(7) NOT NULL default '',
`fcBlockHintergrundfarbeIT` varchar(7) NOT NULL default '',
`fcBlockSchriftfarbeIT` varchar(7) NOT NULL default '',
`fcKtextRandFarbe` varchar(7) NOT NULL default '',
`fcKtextTabelleBreite` varchar(7) NOT NULL default '',
`fcKtextRandFormat` varchar(6) NOT NULL default '',
`fcEmphHintergrundfarbe` varchar(7) NOT NULL default '',
`fcEmphSchriftfarbe` varchar(7) NOT NULL default '',
`fcCountdownRandFarbe` varchar(7) NOT NULL default '',
`fcCountdownTabelleBreite` varchar(7) NOT NULL default '',
`fcCountdownSchriftfarbe` varchar(7) NOT NULL default '',
`fcCountdownSchriftformat` varchar(7) NOT NULL default '',
`fnCountdownSchriftsize` smallint(2) unsigned NOT NULL default '0',
PRIMARY KEY (`fnDesignNr`)
);
INSERT INTO `prefix_bbcode_design` (`fnDesignNr`, `fcQuoteRandFarbe`, `fcQuoteTabelleBreite`, `fcQuoteSchriftfarbe`, `fcQuoteHintergrundfarbe`, `fcQuoteHintergrundfarbeIT`, `fcQuoteSchriftformatIT`, `fcQuoteSchriftfarbeIT`, `fcBlockRandFarbe`, `fcBlockTabelleBreite`, `fcBlockSchriftfarbe`, `fcBlockHintergrundfarbe`, `fcBlockHintergrundfarbeIT`, `fcBlockSchriftfarbeIT`, `fcKtextRandFarbe`, `fcKtextTabelleBreite`, `fcKtextRandFormat`, `fcEmphHintergrundfarbe`, `fcEmphSchriftfarbe`, `fcCountdownRandFarbe`, `fcCountdownTabelleBreite`, `fcCountdownSchriftfarbe`, `fcCountdownSchriftformat`, `fnCountdownSchriftsize`) VALUES (1, '#f6e79d', '320', '#666666', '#f6e79d', '#faf7e8', 'italic', '#666666', '#f6e79d', '350', '#666666', '#f6e79d', '#faf7e8', '#FF0000', '#000000', '90%', 'dotted', '#ffd500', '#000000', '#FF0000', '90%', '#FF0000', 'bold', 10);
INSERT INTO `prefix_modules` (`id` ,`url` ,`name` ,`gshow` ,`ashow` ,`fright`) VALUES (NULL , 'bbcode', 'BBCode 2.0', '1', '1', '0');
Tabellen wurden erfolgreich angelegt.
Bitte die Datei Löschen !!!