Kunena 6.3.0 released

The Kunena team has announce the arrival of Kunena 6.3.0 [K 6.3.0] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x. This version addresses most of the issues that were discovered in K 6.2 and issues discovered during the last development stages of K 6.3

Question [beendet] Fehler im Kunena wegen fehlender Tabelle

More
15 years 3 weeks ago #11 by Lintzy
Code:
-- Tabellenstruktur für Tabelle `jos_fb_version` -- CREATE TABLE IF NOT EXISTS `jos_fb_version` ( `id` int(11) NOT NULL auto_increment, `version` varchar(20) NOT NULL, `versiondate` date NOT NULL, `installdate` date NOT NULL, `build` varchar(20) NOT NULL, `versionname` varchar(40) default NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ; -- -- Daten für Tabelle `jos_fb_version` -- INSERT INTO `jos_fb_version` (`id`, `version`, `versiondate`, `installdate`, `build`, `versionname`) VALUES (1, '1.0.8', '2009-02-17', '2009-03-02', '1166', 'Speakup!');

Please Log in or Create an account to join the conversation.

More
15 years 3 weeks ago #12 by neo67
graf wrote:

wie hast es unter 4.1 zum laufen bekommen ?

sowas möglich auch mit 4.3.0 ?


Hi,

zuerst habe ich FB installiert, dann wieder deinstalliert. Dadurch habe ich aber die nötigen Tabellen und danach installiere ich kunena. Es gibt zwar dann eine Fehlermeldung, aber das Teil läuft ^^.
Dann das SQL Statement (steht hier im Beitrag) wegen der fehlenden Tabelle ausführen und gut ist. Mir fehlt jetzt nur noch der Inhalt dieser Tabelle.
Und das wird sicher mit 4.3 auch funktionieren.

Gruß
Jürgen

Please Log in or Create an account to join the conversation.

More
15 years 3 weeks ago #13 by neo67
Lintzy wrote:

Code:
-- Tabellenstruktur für Tabelle `jos_fb_version` -- CREATE TABLE IF NOT EXISTS `jos_fb_version` ( `id` int(11) NOT NULL auto_increment, `version` varchar(20) NOT NULL, `versiondate` date NOT NULL, `installdate` date NOT NULL, `build` varchar(20) NOT NULL, `versionname` varchar(40) default NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ; -- -- Daten für Tabelle `jos_fb_version` -- INSERT INTO `jos_fb_version` (`id`, `version`, `versiondate`, `installdate`, `build`, `versionname`) VALUES (1, '1.0.8', '2009-02-17', '2009-03-02', '1166', 'Speakup!');


Danke Lintzy,

jetzt läuft das Forum gut. Ich musste noch, nach Kopieren der deutschen Dateien auf Server, in der Administration die Bildersets auf "default" setzen. Aber jetzt läuft es. Danke für den Support
Attachments:

Please Log in or Create an account to join the conversation.

More
15 years 2 weeks ago #14 by MacJoomla

Please Log in or Create an account to join the conversation.

Time to create page: 0.372 seconds