Hi,
I downloaded ReDJ1.6.0Community, but am unable to install it to my Joomla 1.7 website. I get the following error:
JInstaller: :Install: Error SQL DB function failed with error number 1005
Can't create table 'lfyqd_redj_redirects' (errno: 13) SQL=CREATE TABLE IF NOT EXISTS `lfyqd_redj_redirects` ( `id` int(11) NOT NULL auto_increment, `fromurl` varchar(255) NOT NULL DEFAULT '', `tourl` varchar(255) DEFAULT NULL, `redirect` int(3) unsigned NOT NULL DEFAULT '301' COMMENT 'HTTP STATUS CODE: 301, 307, 200', `case_sensitive` tinyint(1) NOT NULL DEFAULT '1', `request_only` tinyint(1) NOT NULL DEFAULT '1', `decode_url` tinyint(1) NOT NULL DEFAULT '1', `hits` int(11) unsigned NOT NULL DEFAULT '0', `last_visit` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `ordering` int(11) NOT NULL DEFAULT '0', `published` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'publish = 1, unpublish = 0, archive = 2, trash = -2, report = -3', `checked_out` int(11) unsigned NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`id`), UNIQUE KEY `idxfromurl` (`fromurl`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
SQL =
I also attempted to install the following, but it gave me the same error above.
File Attachment:
File Name: install.mysql.utf8_2011-11-16.zip
Any help would be great!
Thank you!
Sdce