Akeeba Site Migration - Kickstart Won't Start Topic is solved
-
- Joomla! Apprentice
- Posts: 44
- Joined: Tue Mar 22, 2011 11:39 am
- Contact:
Akeeba Site Migration - Kickstart Won't Start
I've downloaded my site using Akeeba and have uploaded the archive to the new server, plus kickstart.php, but when I browse to the correct folder and try to launch kickstart, I am greeted with the option to either open the file on my computer or download it. The script does not launch Akeeba Restore.
I'm trying different archive formats and adjusting file permissions but after that I'm stuck. Any help would be appreciated.
I'm trying different archive formats and adjusting file permissions but after that I'm stuck. Any help would be appreciated.
- pe7er
- Joomla! Master
- Posts: 22964
- Joined: Thu Aug 18, 2005 8:55 pm
- Location: Nijmegen, Netherlands
- Contact:
Re: Akeeba Site Migration - Kickstart Won't Start
Does the new server meet the server requirements for Joomla?
https://downloads.joomla.org/technical-requirements
Does the new server parse PHP files?
https://downloads.joomla.org/technical-requirements
Does the new server parse PHP files?
Kind Regards,
Peter Martin, Global Moderator
https://db8.nl - Joomla specialist, Nijmegen, Nederland
The best website: https://the-best-website.com
Peter Martin, Global Moderator
https://db8.nl - Joomla specialist, Nijmegen, Nederland
The best website: https://the-best-website.com
-
- Joomla! Apprentice
- Posts: 44
- Joined: Tue Mar 22, 2011 11:39 am
- Contact:
Re: Akeeba Site Migration - Kickstart Won't Start
Yes, I think so because I already moved a small site successfully to a similar server, and this one is the same type with the same company and same type of contract.
-
- Joomla! Intern
- Posts: 78
- Joined: Tue Jun 30, 2020 12:17 pm
Re: Akeeba Site Migration - Kickstart Won't Start
Hi.
kickstart.php is required only when the hosting does not have an archive unpacking function. If your hosting has an unpacking function, change the archive type from jpa to zip in the Akeeba settings, create a backup copy, move it to your hosting and unpack the archive. After unpacking, you can proceed to recovery using a simple link to your site.
If you need to use jpa and kickstart, carefully read the instructions on the Akeeba's official website. It looks like you are just making a mistake somewhere. For example, the kickstart.php file was not renamed and the like.
kickstart.php is required only when the hosting does not have an archive unpacking function. If your hosting has an unpacking function, change the archive type from jpa to zip in the Akeeba settings, create a backup copy, move it to your hosting and unpack the archive. After unpacking, you can proceed to recovery using a simple link to your site.
If you need to use jpa and kickstart, carefully read the instructions on the Akeeba's official website. It looks like you are just making a mistake somewhere. For example, the kickstart.php file was not renamed and the like.
-
- Joomla! Apprentice
- Posts: 44
- Joined: Tue Mar 22, 2011 11:39 am
- Contact:
Re: Akeeba Site Migration - Kickstart Won't Start
Thanks Pavel. I have done as you suggested and downloaded, uploaded and successfully extracted an Akeeba ZIP backup on the new server, the files are all there, but the site will still not load, obviously refusing to execute any php script at all. There is also a WordPress site on the same server, on a different domain, and that works perfectly. So I'll check with the hosting company for help.
- pe7er
- Joomla! Master
- Posts: 22964
- Joined: Thu Aug 18, 2005 8:55 pm
- Location: Nijmegen, Netherlands
- Contact:
Re: Akeeba Site Migration - Kickstart Won't Start
To make sure, test it by putting a small php script in a file and open it in the browser:indenticus wrote: ↑Tue Jan 19, 2021 11:52 amI think so because I already moved a small site successfully to a similar server, and this one is the same type with the same company and same type of contract.
Code: Select all
<?php
phpinfo();
Kind Regards,
Peter Martin, Global Moderator
https://db8.nl - Joomla specialist, Nijmegen, Nederland
The best website: https://the-best-website.com
Peter Martin, Global Moderator
https://db8.nl - Joomla specialist, Nijmegen, Nederland
The best website: https://the-best-website.com
-
- Joomla! Apprentice
- Posts: 44
- Joined: Tue Mar 22, 2011 11:39 am
- Contact:
Re: Akeeba Site Migration - Kickstart Won't Start
Thanks pe7er, I did that and it proves the server is unable to parse php. So it's time to delete and recreate the Addon domain in cPanel I think!
- pe7er
- Joomla! Master
- Posts: 22964
- Joined: Thu Aug 18, 2005 8:55 pm
- Location: Nijmegen, Netherlands
- Contact:
Re: Akeeba Site Migration - Kickstart Won't Start
You're welcome! Glad that you found the cause of the issue.
Kind Regards,
Peter Martin, Global Moderator
https://db8.nl - Joomla specialist, Nijmegen, Nederland
The best website: https://the-best-website.com
Peter Martin, Global Moderator
https://db8.nl - Joomla specialist, Nijmegen, Nederland
The best website: https://the-best-website.com
-
- Joomla! Apprentice
- Posts: 44
- Joined: Tue Mar 22, 2011 11:39 am
- Contact:
Re: Akeeba Site Migration - Kickstart Won't Start
The problem remains. Every time I expand the archive php parsing fails. If I upload the php info into the empty folder it works, but as soon as I expand the archive it fails. I'll try a straight download-upload via ZIP and see if that works.
- Per Yngve Berg
- Joomla! Master
- Posts: 27541
- Joined: Mon Oct 27, 2008 9:27 pm
- Location: Romerike, Norway
Re: Akeeba Site Migration - Kickstart Won't Start
Try to rename the .htaccess file, if it exists.
-
- Joomla! Apprentice
- Posts: 44
- Joined: Tue Mar 22, 2011 11:39 am
- Contact:
Re: Akeeba Site Migration - Kickstart Won't Start
Thanks all, I have now been successful.
The problem could have been caused by one of three things:
1. Akeeba failed to create a complete backup of the installation
2. The file format that worked was ZIP, not the default JPA.
3. I was unable to use FTP to download or upload the archive due to cPanel restrictions, so it may have been corrupted using JPA (upload via cPanel File Manager).
I don't know which of these was responsible for the problem because once I used ZIP archives Kickstart worked.
The problem could have been caused by one of three things:
1. Akeeba failed to create a complete backup of the installation
2. The file format that worked was ZIP, not the default JPA.
3. I was unable to use FTP to download or upload the archive due to cPanel restrictions, so it may have been corrupted using JPA (upload via cPanel File Manager).
I don't know which of these was responsible for the problem because once I used ZIP archives Kickstart worked.
- pe7er
- Joomla! Master
- Posts: 22964
- Joined: Thu Aug 18, 2005 8:55 pm
- Location: Nijmegen, Netherlands
- Contact:
Re: Akeeba Site Migration - Kickstart Won't Start
Good to hear that you've solved it. Thanks for sharing your solution!
Kind Regards,
Peter Martin, Global Moderator
https://db8.nl - Joomla specialist, Nijmegen, Nederland
The best website: https://the-best-website.com
Peter Martin, Global Moderator
https://db8.nl - Joomla specialist, Nijmegen, Nederland
The best website: https://the-best-website.com