solved! ispconfig3, ubuntu16, add older php version via repo

Discussion in 'Installation/Configuration' started by nopanic, Dec 3, 2016.

  1. nopanic

    nopanic Member

    Hello all,
    Im running ISPConfig 3.1.1p1 on ubuntu server 16.04 and the first php version I installed is php7. Some applications are not ready for that versions, like owncloud...
    I installed php5.6 via repo:
    Add the PPA
    After that I configured the ispconfig gui to add the php version:
    php-fpm settings:
    enable the php5.6 in vhost, in ispconfig.log:
    uploading ex. owncloud Im getting only text and installer isnt starting. It seems php5.6 is running:
    Is something missing or did I something wrong?

    Can someone help?

    Tia Stefan
     
    Last edited: Dec 3, 2016
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Put a phpinfo() file in the website directory to check which php version is running.
     
  3. nopanic

    nopanic Member

    Hello Till,

    yes, I did that and getting blank pages with php7 and php5.6.

    hmm, whats wrong? I followed the install instructions for ubuntu 16.
    Can someone help?

    Tia
    Stefan
     
  4. nopanic

    nopanic Member

    Ahoi all,
    I get it running by disabling the php5 stuff. There was a conflict between the versions.
    when you have the older versions installed do:
    voila!
    HTH
    Stefan
     

Share This Page