craft 3 CMS不用于生产“Craft需要PHP 7.0或更高版本。”

时间:2018-06-04 15:14:43

标签: craftcms

craft 3 CMS不能在生产中运行“Craft需要PHP 7.0或更高版本。”

嗨,

工艺3 cms不运行生产和我的PHP -v回答此消息

PHP 7.0.30-1+ubuntu14.04.1+deb.sury.org+1 (cli)

你能帮我解决这个问题吗?

感谢,

1 个答案:

答案 0 :(得分:0)

I could solve by enabling version 7 with the following commands

a2dismod php5

a2enmod php7.0

sevice apache2 restart