Page 1 of 1

Posted: Mon Jun 02, 2008 11:28 am
by Geesu
post database dump pls

Posted: Tue Jun 03, 2008 8:18 am
by Geesu
delete the table that is messed up (wc3_web_skill) - then change the map - it should be created correctly

Posted: Wed Jun 04, 2008 10:04 am
by Geesu
your data tables aren't populated- SQL dump again pls

Posted: Thu Jun 12, 2008 8:49 am
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

Posted: Thu Jun 12, 2008 12:22 pm
by Geesu
no map change - kill server - start server

what is userinfos

Posted: Fri Jun 13, 2008 2:04 pm
by Geesu
and any errors in the wc3 error log file? post it

Posted: Mon Jun 16, 2008 8:38 am
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

Posted: Tue Jun 17, 2008 3:04 pm
by Geesu
heh np - sorry it took me so long - sometimes i forget how I made things haha