Seite 1 von 2

Knowledge Base - MySQL Fehler

Verfasst: 12.05.2006 10:38
von Rainer4ever
Hallo Leute,

ich habe heute meine KB auf die 2.0.2er Version geupdatet.
Nun bekomme ich bei der Artikelansicht diesen Fehler:

Code: Alles auswählen

Warning: mysql_fetch_array(): 67 is not a valid MySQL result resource in /www/htdocs/v130501/forum/db/mysql4.php on line 214
Komisch, ich habe mich an die Installationsanleitung gehalten und der MOD Arbeitet sonst ohne Probleme. Weis jemand, wie man diesen Fehler beheben kann?

Gruß

Verfasst: 14.05.2006 08:40
von Markus67
Hi ....

wo hast du den MOD her? Auf phpbb.com kann ich den nicht mehr finden.

Markus

Verfasst: 14.05.2006 09:49
von Simlau
Hab mal Kurz in der Installationsanleitung nachgeschaut: :)
http://mods.best-dev.com/

Verfasst: 14.05.2006 09:53
von Markus67
Simlau hat geschrieben:Hab mal Kurz in der Installationsanleitung nachgeschaut: :)
http://mods.best-dev.com/
das ist der Autor von der 0.76-Version ... dort gibts aber auch keine 2.0.2 :wink:

Markus

Verfasst: 14.05.2006 15:43
von Eoleon
eine neure Version (MOD Version: KB MOD 2.0.1(abc...)) gibbet HIER

um es vorweg zu nehmen: das Teil ist reichlich buggy ;)

Verfasst: 14.05.2006 15:45
von Markus67
Hi ..

die Fixes gibts hier ...
http://www.phpbb.de/viewtopic.php?p=688923#688923

Markus

Verfasst: 14.05.2006 15:51
von Eoleon
ein Fix steht dort, soweit ich gesehen habe, nicht.
install_kb_tables.php

Code: Alles auswählen

define('IN_PHPBB', 1);
$phpbb_root_path = './';
define( 'MXBB_MODULE', false ); // Switch for making this run as a phpBB mod or mxBB module

include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'config.'.$phpEx);
include($phpbb_root_path . 'includes/constants.'.$phpEx);
include($phpbb_root_path . 'common.'.$phpEx);	
include($phpbb_root_path . 'includes/db.'.$phpEx);
include($phpbb_root_path . 'includes/kb_constants.'.$phpEx);

ersetzen mit

Code: Alles auswählen

define('IN_PHPBB', 1);
$phpbb_root_path = './';
define( 'MXBB_MODULE', false ); // Switch for making this run as a phpBB mod or mxBB module

include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);   
include($phpbb_root_path . 'includes/kb_constants.'.$phpEx);
mit den Originalcodezeilen bekommste keinen Kontakt zur DB, dafür ne schicke Fehlermeldung :D

Verfasst: 15.05.2006 08:16
von Rainer4ever
Hallo,

danke für die Antworten, ich schau mal ob mir da etwas weiter hilft :)

Gruß

Verfasst: 18.05.2006 01:07
von Rainer4ever
So,

ich habe das alles mal versucht, leider hat es keinen Erfolg gehabt. Der Fehler besteht nach wie vor :(

Verfasst: 18.05.2006 21:09
von Eoleon
http://dj.teamspeaker.de/kb_mod_2.0.2.zip
hier sind die files meiner kb ;)

bugfixes sind bereits getätigt.


by the way ... wo hast du die tolle teampage im impressum her?