How to properly install the Casual theme

Everytime i try to install this theme (via FTP) and test it afterwards, my website will give me the following error: 
 
 

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'fusionwo_mage1.mage_jmmegamenu_types' doesn't exist

 
How can i resolve this error?
Any help is appreciated!

3 answers

Profile photo of denisevanbreemen 0.00 $tone June 11, 2015
Public

Hello Kan Lee,
I’d rather not share that information on a public forum and rather not share it at all. Are there any other ways you could help? Also is it possible to get contact via phone?
Best regards,

#2
Profile photo of tuan le van 11570.00 $tone June 12, 2015
Public

Hi denisevanbreemen,
you can send  message to me. Or you go to database run sql code

CREATE TABLE IF NOT EXISTS `mage_jmmegamenu_types` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`menutype` varchar(75) NOT NULL DEFAULT ”,
`title` varchar(255) NOT NULL DEFAULT ”,
`description` varchar(255) NOT NULL DEFAULT ”,
`storeid` int(10) NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `menutype` (`menutype`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=12 ;

Best regards,
Kan

#3

Please login or Register to Submit Answer

Written By

Comments