Navigation
Home Community News Search Projekte
Languages
Design
Each user can view the site with a different theme.
Themes marked with a * also change the forum look.
Downloads (Top)
|
Knowledge_BaseFragen und Diskussionen zur aktuellen Version
|
View previous topic :: View next topic |
Author |
Message |
Patricbiker Investigator
Offline Joined: Apr 27, 2009 Posts: 34
|
Posted: 22.10.2009 08:11 Post subject: Knowledge_Base |
|
hy,
hab da nen problem mit dem modul, es läst sich nicht instalieren jedesmal wenn ich es probiere kommt diese meldung
A database error has occurred
The webmaster has been notified of the error
weiß jemand ne lösung?
_________________ www.patricbiker.de
Bremsen ist nur das sinlose umwandeln von hitze zu energie, und zuwenig ps wird mit reinem wahnsin ausgeglichen
Patricbiker's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux / PHP 5.2.6 / MySQL 5.0.32 / CPG 9.2.1
|
|
Back to top |
|
|
Poldi Moderator
Offline Joined: Nov 14, 2004 Posts: 705
|
Posted: 22.10.2009 10:22 Post subject: Re: Knowledge_Base |
|
Kommt drauf an, WELCHER Fehler das auftritt ... das sollte er dir, sofern du in den Einstellungen die Debug-Anzeige aktiviert hast, unten im Footer anzeigen.
Ohne die genaue Fehlerbeschreibung kann man dazu nix sagen ...
_________________ gG,
Poldi
www.green-dragon.de (Dragonfly 9.2.1)
www.tampones.de (Dragonfly 9.2.1)
www.bfg-deggendorf.de (Dragonfly 9.2.1)
www.sexy-goths.de (Dragonfly 9.1.2.1)
www.gig-hunter.de (deceased)
www.green-dragon.net (Dragonfly CVS ... Testseite)
Poldi's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux/1.3.37/4.0.27-5.0.18/4.4.9-5.2.1/9.1.0.0-9.2.1
|
|
Back to top |
|
|
Patricbiker Investigator
Offline Joined: Apr 27, 2009 Posts: 34
|
Posted: 22.10.2009 10:45 Post subject: Re: Knowledge_Base |
|
im debug zeigt er dabei dann das an
Array:
On /flarina/admin.php?op=modules&install=Knowledge_Base
While executing query "CREATE TABLE cms_kbase_data (
kid int(11) NOT NULL auto_increment,
cid int(11) NOT NULL default '0',
author int(11) NOT NULL default '0',
datetime varchar(16) NOT NULL default '',
question varchar(255) NOT NULL default '',
answer text NOT NULL,
views int(6) NOT NULL default '0',
comments int(6) NOT NULL default '0',
score int(6) NOT NULL default '0',
votes int(6) NOT NULL default '0',
awaiting tinyint(2) NOT NULL default '0',
post int(10) NOT NULL default '0',
topic int(10) NOT NULL default '0',
pid int(11) NOT NULL default '0',
page smallint(4) NOT NULL default '1',
PRIMARY KEY (kid),
KEY cid (cid),
KEY pid (pid,page)) TYPE=MyISAM DEFAULT CHARSET=utf8"
the following error occured: Table 'cms_kbase_data' already exists
In: /var/xxxxxxxx/flarina/includes/classes/installer.php on line: 61
werde da nich besonders schlau draus^^
_________________ www.patricbiker.de
Bremsen ist nur das sinlose umwandeln von hitze zu energie, und zuwenig ps wird mit reinem wahnsin ausgeglichen
Patricbiker's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux / PHP 5.2.6 / MySQL 5.0.32 / CPG 9.2.1
Last edited by Patricbiker on 22.10.2009 11:07; edited 1 time in total |
|
Back to top |
|
|
Poldi Moderator
Offline Joined: Nov 14, 2004 Posts: 705
|
Posted: 22.10.2009 10:53 Post subject: Re: Knowledge_Base |
|
na,die lösung steht ja dort:
Die Tabelle cms_kbase_data, die bei der Installation erstellt werden soll, existiert bereits, also hattest du das Modul wohl schonmal installiert ...
_________________ gG,
Poldi
www.green-dragon.de (Dragonfly 9.2.1)
www.tampones.de (Dragonfly 9.2.1)
www.bfg-deggendorf.de (Dragonfly 9.2.1)
www.sexy-goths.de (Dragonfly 9.1.2.1)
www.gig-hunter.de (deceased)
www.green-dragon.net (Dragonfly CVS ... Testseite)
Poldi's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux/1.3.37/4.0.27-5.0.18/4.4.9-5.2.1/9.1.0.0-9.2.1
|
|
Back to top |
|
|
Patricbiker Investigator
Offline Joined: Apr 27, 2009 Posts: 34
|
Posted: 22.10.2009 10:55 Post subject: Re: Knowledge_Base |
|
das iss richtig, doch da klappte es auch nich, was kann ich denn jetz machen?
_________________ www.patricbiker.de
Bremsen ist nur das sinlose umwandeln von hitze zu energie, und zuwenig ps wird mit reinem wahnsin ausgeglichen
Patricbiker's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux / PHP 5.2.6 / MySQL 5.0.32 / CPG 9.2.1
|
|
Back to top |
|
|
Patricbiker Investigator
Offline Joined: Apr 27, 2009 Posts: 34
|
Posted: 22.10.2009 11:03 Post subject: Re: Knowledge_Base |
|
ich hab die einträge aus der mysoul gelöscht und die installation noch mal durchgeführt, nun kommt der fehler
Array:
On /flarina/admin.php?op=modules&install=Knowledge_Base
While executing query "CREATE TABLE cms_kbase_xdef (
xdid int(11) NOT NULL auto_increment,
xseq smallint(4) NOT NULL default '0',
xtype tinyint(2) NOT NULL default '0',
xlabel varchar(30) NOT NULL default '',
xtrue varchar(30) NOT NULL default '',
xfalse varchar(30) NOT NULL default '',
xsize int(6) NOT NULL default '',
xreqd tinyint(2) NOT NULL default '0',
xlist tinyint(2) NOT NULL default '0',
PRIMARY KEY (xdid),
KEY (xdid,xseq)) TYPE=MyISAM DEFAULT CHARSET=utf8"
the following error occured: Invalid default value for 'xsize'
In: /var/xxxxxxxx/flarina/includes/classes/installer.php on line: 61
_________________ www.patricbiker.de
Bremsen ist nur das sinlose umwandeln von hitze zu energie, und zuwenig ps wird mit reinem wahnsin ausgeglichen
Patricbiker's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux / PHP 5.2.6 / MySQL 5.0.32 / CPG 9.2.1
|
|
Back to top |
|
|
Poldi Moderator
Offline Joined: Nov 14, 2004 Posts: 705
|
Posted: 22.10.2009 11:10 Post subject: Re: Knowledge_Base |
|
ähm, das sollte eigentlich nicht passieren, aber änder mal das installskript (cpg_inst.php in Verzeichnis des Moduls) so, daß es für xsize nicht default '', sondern default '0' angibt, dann sollte das gehen ...
_________________ gG,
Poldi
www.green-dragon.de (Dragonfly 9.2.1)
www.tampones.de (Dragonfly 9.2.1)
www.bfg-deggendorf.de (Dragonfly 9.2.1)
www.sexy-goths.de (Dragonfly 9.1.2.1)
www.gig-hunter.de (deceased)
www.green-dragon.net (Dragonfly CVS ... Testseite)
Poldi's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux/1.3.37/4.0.27-5.0.18/4.4.9-5.2.1/9.1.0.0-9.2.1
|
|
Back to top |
|
|
Patricbiker Investigator
Offline Joined: Apr 27, 2009 Posts: 34
|
Posted: 22.10.2009 11:21 Post subject: Re: Knowledge_Base |
|
danke dir es hat geklappt, iss wirklich sehr konfortabel
und Danke für die schnelle antwort
_________________ www.patricbiker.de
Bremsen ist nur das sinlose umwandeln von hitze zu energie, und zuwenig ps wird mit reinem wahnsin ausgeglichen
Patricbiker's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux / PHP 5.2.6 / MySQL 5.0.32 / CPG 9.2.1
|
|
Back to top |
|
|
Klas Moderator
Offline Joined: Apr 14, 2004 Posts: 293
|
Posted: 22.10.2009 16:01 Post subject: Re: Knowledge_Base |
|
Patricbiker wrote:
ich hab die einträge aus der mysoul gelöscht...
MySQL?
(sorry, konnte ich mir jetzt nicht verkneifen.)
_________________ Bitte lies dies bevor du fragst.
Klas's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
|
|
Back to top |
|
|
Patricbiker Investigator
Offline Joined: Apr 27, 2009 Posts: 34
|
Posted: 22.10.2009 17:24 Post subject: Re: Knowledge_Base |
|
_________________ www.patricbiker.de
Bremsen ist nur das sinlose umwandeln von hitze zu energie, und zuwenig ps wird mit reinem wahnsin ausgeglichen
Patricbiker's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux / PHP 5.2.6 / MySQL 5.0.32 / CPG 9.2.1
|
|
Back to top |
|
|
|
All times are GMT + 1 Hour
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You cannot download files in this forum
|