Have I read the related troubleshooter articles above before posting (which pages?)? Yes
Have I searched the tickets before posting? Yes
Have I read the documentation before posting (which pages?)? Yes
Joomla! version: 2.5.6
PHP version: 5.3.9 (host), don't know which on QNAP (but is newest firmware)
MySQL version: 5.0.95-community on host, 5.1.36 on QNAP Server
Host: www.barbalex.ch
Akeeba Backup version which took the backup: downloaded yesterday
Kickstart version used to extract the backup: downloaded today
Description of my issue:
I am trying to restore www.barbalex.ch on my local QNAP NAS.
I followed your guide and copied all the decompressed files to the web folder. The aakeba restoration pages open in the browser. Seems like connecting to the database works too. When I click on "vor" (next?) from the "DB" tab I get this error:
Fehler in der Zeile 0: CREATE TABLE `ApFloraFuerGis` ( `ArtNameLateinisch` varchar(255) default NULL, `ArtNameDeutsch` varchar(255) default NULL, `AktionsplanStatus` varchar(50) default NULL, `AktionsplanBeginnUmset ... MySQL: MySQL query failed with error 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 '�rApBerichtRelevant` varchar(60) default NULL, `TPopBekanntSeit` smallint(5) d' at line 1). The query was:CREATE TABLE `ApFloraFuerGis` ( `ArtNameLateinisch` varchar(255) default NULL, `ArtNameDeutsch` varchar(255) default NULL, `AktionsplanStatus` varchar(50) default NULL, `AktionsplanBeginnUmsetzung` smallint(5) default NULL, `AktionsplanStandUmsetzung` varchar(50) default NULL, `PopulationNr` int(10) default NULL, `PopulationName` varchar(150) default NULL, `PopulationStatus` varchar(50) default NULL, `PopulationBekanntSeit` smallint(5) default NULL, `TeilpopulationNr` int(10) default NULL, `TPop-Nr` varchar(255) default NULL, `TPopGemeinde` varchar(255) default NULL, `TPopFlurname` varchar(255) default NULL, `TPopBeschreibung` varchar(255) default NULL, `TPopStatus` varchar(50) default NULL, `TPopF�rApBerichtRelevant` varchar(60) default NULL, `TPopBekanntSeit` smallint(5) default NULL, `TPopXKoord` int(10) default NULL, `TPopYKoord` int(10) default NULL, `LinkZumAktuellenBericht` varchar(255) default NULL, `LinkZurDatenbank` varchar(255) default NULL, `MassgebendeTeilPop` tinyint(1) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Hilfstabelle. Stellt Daten von TPop f�r GIS bereit'
Seems to be a sql syntax error. Which I don't understand because my Site seems to work without errors. And I have previosly successfully restored the same database via sqldump file.
Could it be caused by the german characters like ü in the views? (there are none in the tables).
I choose utf8_general_ci as collation and also for the mysql connection (to host and to NAS).
Any hints how to tackle this problem?