Hello Anibal,
Not only Kickstart is compatible with PHP 5.5, it is actually developed on PHP 5.5. After it's developed on the PHP 5.5 dev server I am testing it on a series of servers with PHP 5.3 and 5.4 to make sure I have not inadvertently broken compatibility with earlier PHP versions.
Knowing the
JPS format layout I can tell that Kickstart reports an error as soon as it finds encrypted data in the archive. This can only mean two things:
- You have entered the wrong JPS password to extract the archive
- You do not have the mcrypt PHP extension installed and activated
Knowing that Linux Mint is based on Ubuntu and uses the same DEB packages as my Ubuntu Server for its PHP installation I am inclined to believe that your problem is the lack of the mcrypt PHP extension. Normally you can fix that with:
sudo apt-get php5-mcrypt
Remember to restart your web server (and php-fpm if you're using the PHP FastCGI Process Manager) service afterwards.
Nicholas K. Dionysopoulos
Lead Developer and Director
🇬🇷Greek: native 🇬🇧English: excellent 🇫🇷French: basic • 🕐 My time zone is Europe / Athens
Please keep in mind my timezone and cultural differences when reading my replies. Thank you!