EXTREMELY IMPORTANT: Please attach a ZIP file containing your Akeeba Backup log file in order for us to help you with any backup or restoration issue. If the file is over 10MiB, please upload it on your server and post a link to it.
I created a a backup and when I try to install it locally on MAMP, I get this error. How can I fix this?
Database error processing line 532
Database server error reply:
ErrNo #1064
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'PAGE_CHECKSUM=1' at line 14 SQL=CREATE TABLE `bp_ftcontact_forms` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `form_type` tinyint(1) NOT NULL, `content` longtext NOT NULL, `extras` longtext NOT NULL, `config` longtext NOT NULL, `wizardcode` longtext NOT NULL, `events_actions_map` longtext NOT NULL, `params` longtext NOT NULL, `published` tinyint(1) NOT NULL DEFAULT 1, `app` varchar(100) NOT NULL DEFAULT '', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci PAGE_CHECKSUM=1
Raw query text:
CREATE TABLE `bp_ftcontact_forms` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `form_type` tinyint(1) NOT NULL, `content` longtext NOT NULL, `extras` longtext NOT NULL, `config` longtext NOT NULL, `wizardcode` longtext NOT NULL, `events_actions_map` longtext NOT NULL, `params` longtext NOT NULL, `published` tinyint(1) NOT NULL DEFAULT 1, `app` varchar(100) NOT NULL DEFAULT '', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci PAGE_CHECKSUM=1