Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
updated php version not being used
updated php version not being used
I have updated to php7.2 in my ubuntu 16.04 system. The output of php -v shows php7.2. But the output of phpinfo is still php 7.0.22. How do i tell vestacp to use the new php version?
FYI, /usr/bin/php points to 7.2
http://prntscr.com/hxuhvg
FYI, /usr/bin/php points to 7.2
http://prntscr.com/hxuhvg
Re: updated php version not being used
Please respect the new firum rules:
Forum rules
Before creating a new topic or reply on the forum you should fill out additional fields "Os" and "Web" in your profile section.
In case of violation, the topic can be closed or response from the support will not be received.
to fix your problem:
a2enmod php7.2
shouldshow you a confilct with existing module, a2dismode that module (sounda like it should be a2dismode php7.0), then run again a2enmod php7.2 and restart apache2
Forum rules
Before creating a new topic or reply on the forum you should fill out additional fields "Os" and "Web" in your profile section.
In case of violation, the topic can be closed or response from the support will not be received.
to fix your problem:
a2enmod php7.2
shouldshow you a confilct with existing module, a2dismode that module (sounda like it should be a2dismode php7.0), then run again a2enmod php7.2 and restart apache2