spiritedmedia / systems

Code and documentation for building, deploying, and serving code.
1 stars 1 forks source link

Upgrade and Make EasyEngine Use PHP 7.1 #35

Open kingkool68 opened 6 years ago

kingkool68 commented 6 years ago

Just some configuration changes as outlined in https://gist.github.com/VirtuBox/e215195d76b7549c32037045b01c17cf

See https://community.rtcamp.com/t/easy-engine-x-php-7-1/9956/7

kingkool68 commented 6 years ago

We'll need to install the PHP DOM extension: sudo apt-get install php7.1-dom and then restart the PHP 7.1 FPM service: sudo service php7.1-fpm restart

Things seem to be working fine on my local machine.

kingkool68 commented 6 years ago

Looks like we'll need to update FieldManager to the latest version which should be compatible with PHP 7.1.

Right now it throws a bunch of warnings when saving a post with FieldManager custom fields.

See https://github.com/alleyinteractive/wordpress-fieldmanager/releases/tag/1.2.0