Good day all. I just upgraded my server to Ubuntu 16.04.1 LTS and I have read that only ISPconfig 3.1 supports php7 and Ubuntu 16.04. As I run the update.php script I get the error stating "unrecognised distribution" Any help would be appreciated as my suphp no longer works on any sites
First, upgrade ispconfig to 3.1dev after you upgraded Ubuntu. Then switch all sites to php-fpm or php-fcgi with Suexec enabled in the website settings, suphp is not available anymore on Ubuntu 16.04 and it has been replaced by the php modes php-fcgi or fpm with suexec.
Thank you so so much Till. I have tried to upgrade and that's where I receive the unrecognised version of Ubuntu and then the update script exits
Then the version information in your OS is incomplete in /etc/issue or /etc/os-release or you don't use ISPConfig 3.1.
/etc/issue = Also doesn't work when I take the "\n \1" out /etc/os-release= ISPConfig3.1 = Thank you for your assistance
The recognition works fine here on my clean Ubuntu 16.04 perfect server setup, so it must be a system setting on your server that causes this issue. Check the cli php.ini if you have an open_basedir set there.
The recognition works fine here on my clean Ubuntu 16.04 perfect server setup, so it must be a system setting on your server that causes this issue. Check the cli php.ini if you have an open_basedir set there.
The recognition works fine here on my clean Ubuntu 16.04 perfect server setup, so it must be a system setting on your server that causes this issue. Check the cli php.ini if you have an open_basedir set there.
nothing there in open_basedir, it is commented out. I can confirm it's localized to this machine as my 2nd machine upgraded successfully.
Would it be possible for me to create a new machine and transfer all the data over to the new 3.1 machine ?
Sure. You an do such a migration eiter with the ispconfig migration tool or manually. For manual migrations you can find several threads here in the forum that describe the steps that need to be taken.
Is there no way I can figure out what's preventing it ? Migration is the last step I would like to take
Hi there. I found the error, thought I would just let you know. On the problem machine, the file (/etc/debian_version) was missing. Once I created it with the same contents of the machine that upgraded successfully, the upgrade went through. Thank you for all your help!