I'm attempting a different setup this time, Centos 7 with Webmin/Virtualmin.
The default php version for Webmin/Virtualmin is 5.4.16, although it also includes php 7.0.
I set my main domain / virtual host php 7.0, I have extensions gmp, imap, mailparse and mcrypt installed.
I had to add the line below to a different location so php7 would recognize Ioncube and Blesta to run:
zend_extension = /usr/lib64/php/modules/ioncube_loader_lin_7.0.so
The above line was added here: /home/site1/etc/php7.0/php.ini
And then
service httpd restart
service php-fpm restart
Then Blesta installer would run,
I think I'm having similar issues with gmp, imap, mailparse & mcrypt,
Blesta still says these extensions need to be installed, so this has me thinking,
Do I need to configure something in my php 7 setup to recognize these extensions?
Question
EMar
Hi,
I'm attempting a different setup this time, Centos 7 with Webmin/Virtualmin.
The default php version for Webmin/Virtualmin is 5.4.16, although it also includes php 7.0.
I set my main domain / virtual host php 7.0, I have extensions gmp, imap, mailparse and mcrypt installed.
I had to add the line below to a different location so php7 would recognize Ioncube and Blesta to run:
zend_extension = /usr/lib64/php/modules/ioncube_loader_lin_7.0.so
The above line was added here: /home/site1/etc/php7.0/php.ini
And then
service httpd restart
service php-fpm restart
Then Blesta installer would run,
I think I'm having similar issues with gmp, imap, mailparse & mcrypt,
Blesta still says these extensions need to be installed, so this has me thinking,
Do I need to configure something in my php 7 setup to recognize these extensions?
8 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.