MDB2 Error: no such table
I dont know what im doing wrong, because the rest of the site works
perfectly.
Thanks in advance.
yes since achievements first is not officially supported yet it was missing
in the arsenals cache sql structure. i updated the wiki page on that issue.
you need an additional table
DROP TABLE IF EXISTS `arsenal_achievementladder`;
CREATE TABLE `arsenal_achievementladder` (
`data` mediumtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
then it will work for SINGLE achievement-firsts. soon i'll implement the
guild achievements like first naxx, first ulduar etc.
Greetings, Amras.
--------------------------------------------------
From: "Gremlin" <chingat...@gmail.com>
Sent: Friday, April 09, 2010 10:09 PM
To: "xmlarsenal-discuss" <xmlarsena...@googlegroups.com>
Subject: MDB2 Error: no such table on Achievements Firsts
> --
> To unsubscribe, reply using "remove me" as the subject.
I hope you can help me. Thanks!
--------------------------------------------------
From: "Gremlin" <chingat...@gmail.com>
Sent: Tuesday, April 13, 2010 1:21 AM
To: "xmlarsenal-discuss" <xmlarsena...@googlegroups.com>
Subject: Re: MDB2 Error: no such table on Achievements Firsts