Have I read the related troubleshooter articles above before posting (which pages?)? Yes
Have I searched the forum before posting? Yes
Have I read the documentation before posting (which pages?)? Yes, Quickstart guide Section 4
Joomla! version: 1.6
PHP version: 5.2.10
MySQL version: 4.1.22 on remote server, 5.0.51a in XAMPP
Host: 123-Reg
Akeeba Backup version: 3.2.7
EXTREMELY IMPORTANT: Please attach your Akeeba Backup log file in order for us to help you with any backup or restoration issue.
Description of my issue:
I am using Akeeba for the first time today, so I hope my problem is a typicl nove one and can be resolved easily!
I have created a Joomla site on my PC using XAMPP 1.7.1. To permit User Acceptance Testing I want to copy the site to a subdirectory on a server I am already using.
To test Backup and Kickstart, I successfully created a backup of my XAMPP site, and using Kickstart, created a new instance of my site on the XAMPP server using database details the same as on my live site. This worked well.
I then did another backup to include my newly named database, and FTP'd it to the subdirectory I plan to use for testing. I uploaded Kickstart to the same subdirectory, and then ran it.
The ABI check screen was OK, and the DB restore setting appear correct for my new server.
However, I get the following error message:
Error at the line 12: CREATE TABLE `akb_categories` ( `id` int(11) NOT NULL AUTO_INCREMENT, `asset_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'FK to the wlmc_assets table.', `parent_id` int(10) unsigned NOT NUL ... MySQL: MySQL query failed with error 1074 (Column length too big for column 'description' (max = 255); use BLOB or TEXT instead). The query was:CREATE TABLE `wlmc_categories` ( `id` int(11) NOT NULL AUTO_INCREMENT, `asset_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'FK to the wlmc_assets table.', `parent_id` int(10) unsigned NOT NULL DEFAULT '0', `lft` int(11) NOT NULL DEFAULT '0', `rgt` int(11) NOT NULL DEFAULT '0', `level` int(10) unsigned NOT NULL DEFAULT '0', `path` varchar(255) NOT NULL DEFAULT '', `extension` varchar(50) NOT NULL DEFAULT '', `title` varchar(255) NOT NULL, `alias` varchar(255) NOT NULL DEFAULT '', `note` varchar(255) NOT NULL DEFAULT '', `description` varchar(5120) NOT NULL DEFAULT '', `published` tinyint(1) NOT NULL DEFAULT '0', `checked_out` int(11) unsigned NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `access` tinyint(3) unsigned NOT NULL DEFAULT '0', `params` text NOT NULL, `metadesc` varchar(1024) NOT NULL COMMENT 'The meta description for the page.', `metakey` varchar(1024) NOT NULL COMMENT 'The meta keywords for the page.', `metadata` varchar(2048) NOT NULL COMMENT 'JSON encoded metadata properties.', `created_user_id` int(10) unsigned NOT NULL DEFAULT '0', `created_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `modified_user_id` int(10) unsigned NOT NULL DEFAULT '0', `modified_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `hits` int(10) unsigned NOT NULL DEFAULT '0', `language` char(7) NOT NULL, PRIMARY KEY (`id`), KEY `cat_idx` (`extension`,`published`,`access`), KEY `idx_access` (`access`), KEY `idx_checkout` (`checked_out`), KEY `idx_path` (`path`), KEY `idx_left_right` (`lft`,`rgt`), KEY `idx_alias` (`alias`), KEY `idx_language` (`language`) ) ENGINE=InnoDB AUTO_INCREMENT=82 DEFAULT CHARSET=utf8
When I check the database using phpmyAdmin, I see that 7 tables have been created, but it appears there is a mySQL error preventing it from continuing.
I note that it is recommended that I use a binary setting for FTP. I actually used Dreamweaver to upload the file, and so far as I know it is not possible to change the settings. However, as Dreamweaver successfully uploaded the file when I tested on my own machine, I am hoping this is not the problem.
I was having a good day until I hit this problem! Can you help?
PS where would I find the log file?