SQL/DB Error -- [Unknown column 'wc3_web_skill.skill_type' i

Read log files for errors! If this fails, come here for help

Moderator: Forum Moderator

Post Reply
User avatar
Geesu
<b>King of the world!</b>
Posts: 3161
Joined: Tue Jul 05, 2005 9:24 pm
Contact:

Post by Geesu »

post database dump pls
No Support via PM
User avatar
Geesu
<b>King of the world!</b>
Posts: 3161
Joined: Tue Jul 05, 2005 9:24 pm
Contact:

Post by Geesu »

delete the table that is messed up (wc3_web_skill) - then change the map - it should be created correctly
No Support via PM
User avatar
Geesu
<b>King of the world!</b>
Posts: 3161
Joined: Tue Jul 05, 2005 9:24 pm
Contact:

Post by Geesu »

your data tables aren't populated- SQL dump again pls
No Support via PM
User avatar
Geesu
<b>King of the world!</b>
Posts: 3161
Joined: Tue Jul 05, 2005 9:24 pm
Contact:

Post by Geesu »

Delete this table:

--
-- Tabellenstruktur für Tabelle `wc3_web_skill`
--

CREATE TABLE `wc3_web_skill` (
`skill_id` tinyint(4) unsigned NOT NULL default '0',
`skill_lang` char(2) NOT NULL default '',
`skill_name` varchar(100) default NULL,
`skill_description` text NOT NULL,
`skill_type` tinyint(4) unsigned NOT NULL default '0',
`skill_owner` tinyint(4) unsigned NOT NULL default '0',
PRIMARY KEY (`skill_id`,`skill_lang`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Daten für Tabelle `wc3_web_skill`
--


Then start up war3ft - post what errors it throws
No Support via PM
User avatar
Geesu
<b>King of the world!</b>
Posts: 3161
Joined: Tue Jul 05, 2005 9:24 pm
Contact:

Post by Geesu »

no map change - kill server - start server

what is userinfos
No Support via PM
User avatar
Geesu
<b>King of the world!</b>
Posts: 3161
Joined: Tue Jul 05, 2005 9:24 pm
Contact:

Post by Geesu »

and any errors in the wc3 error log file? post it
No Support via PM
User avatar
Geesu
<b>King of the world!</b>
Posts: 3161
Joined: Tue Jul 05, 2005 9:24 pm
Contact:

Post by Geesu »

Yes they're auto pulled from the lang file...

So I just realized why - delete the wc3_config table too :P along with the web skills - then start it up
No Support via PM
User avatar
Geesu
<b>King of the world!</b>
Posts: 3161
Joined: Tue Jul 05, 2005 9:24 pm
Contact:

Post by Geesu »

heh np - sorry it took me so long - sometimes i forget how I made things haha
No Support via PM
Post Reply