Open Kamik opened 8 years ago
Can't confirm that really. Normally Roundcube will be installed over apt, so it should be aviable in NGix. I will check this today
i can confirm... Complete Roundcube installation is missing...
Also NGIX Installation is wrong. php7 is shipped with 16.04 not php5
Also NGIX Installation is wrong. php7 is shipped with 16.04 not php5
https://github.com/servisys/ispconfig_setup/issues/135
How can we change all the php5 commands to match a php7 installation?
https://github.com/servisys/ispconfig_setup/blob/master/distros/ubuntu-16.04/install_webserver.sh
I guess It'd would be on this file.
It seems that on the Apache installation there is the php7 but with nginx it's still the php5, maybe we can copy the command on top and put it on the nginx installation.
try:
aptitude search php5
on 16.04.... You will see no result ;)
apt-get -yqq install php7.0 php7.0-common php7.0-gd php7.0-mysql php7.0-imap php7.0-cli php7.0-cgi php-pear php-auth php7.0-mcrypt mcrypt imagemagick libruby php7.0-curl php7.0-intl php7.0-pspell php7.0-recode php7.0-sqlite3 php7.0-tidy php7.0-xmlrpc php7.0-xsl memcached php-memcache php-imagick php-gettext php7.0-zip php7.0-mbstring php7.0-fpm php7.0-opcache php-apcu> /dev/null 2>&1
We can add this line, can't we?
i fixed that allready in my Github.... There must be a lot more checked
i tested it. missing php7.0-fpm.
in install_webserver.sh wrong path of fpm/php.ini
sed -i "s/;date.timezone =/date.timezone=\"Europe\/Rome\"/" /etc/php/7.0/fpm/php.ini
no roundcube )). ispconfig not installed... (i mean ispconfig.vhost for nginx not created)
Got to fix so :)
2016-10-24 21:41 GMT+02:00 Kamik notifications@github.com:
i tested it. missing php7.0-fpm. in install_webserver.sh wrong path of fpm/php.ini sed -i "s/;date.timezone =/date.timezone=\"Europe\/Rome\"/" /etc/php/7.0/fpm/php.ini
no roundcube )). ispconfig not installed...
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/servisys/ispconfig_setup/issues/143#issuecomment-255843857, or mute the thread https://github.com/notifications/unsubscribe-auth/ALI8UXF9kXdktFdC6oAeilCTGJnZOPe5ks5q3QncgaJpZM4KeRn8 .
Dott. Matteo Temporini
Linux Registered User #553977
[image: Facebook] https://www.facebook.com/temporini.net [image: Twitter] https://twitter.com/diablo666 [image: Linkedin] http://it.linkedin.com/in/temporini [image: Instagram] http://instagram.com/diablone [image: Skype] http://htmlsig.com/matteo.temporini
This e-mail message may contain confidential or legally privileged information and is intended only for the use of the intended recipient(s). Any unauthorized disclosure, dissemination, distribution, copying or the taking of any action in reliance on the information herein is prohibited. E-mails are not secure and cannot be guaranteed to be error free as they can be intercepted, amended, or contain viruses. Anyone who communicates with us by e-mail is deemed to have accepted these risks. Company Name is not responsible for errors or omissions in this message and denies any responsibility for any damage arising from the use of e-mail. Any opinion and other statement contained in this message and any attachment are solely those of the author and do not necessarily represent those of the company.
we can add all with php7.0... i fixed thias Allready in m, Repro
Am 24. Oktober 2016 18:28:26 schrieb carras notifications@github.com:
apt-get -yqq install php7.0 php7.0-common php7.0-gd php7.0-mysql php7.0-imap php7.0-cli php7.0-cgi php-pear php-auth php7.0-mcrypt mcrypt imagemagick libruby php7.0-curl php7.0-intl php7.0-pspell php7.0-recode php7.0-sqlite3 php7.0-tidy php7.0-xmlrpc php7.0-xsl memcached php-memcache php-imagick php-gettext php7.0-zip php7.0-mbstring php7.0-fpm php7.0-opcache php-apcu> /dev/null 2>&1
We can add this line, can't we?
You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/servisys/ispconfig_setup/issues/143#issuecomment-255791776
Fixed all problem regarding php7, now roundcube config is missing, need to check if new ubuntu version got roundcube repositories.
It is fixed?
Roundcube missing on Ubuntu 16.04 with Nginx