Magento 2.3.0 Installation Error – Fatal Error Fix

errorfatal errorinstallationmagento2

I am trying to install magento 2.3.0 on localhost i am getting following issue.

Parse error: syntax error, unexpected '?', expecting variable (T_VARIABLE) in /var/www/html/m230/vendor/magento/framework/Filesystem/Directory/Write.php on line 35

Best Answer

Magento 2.3 is not supporting php version 7.0

it works with php 7.1 OR php 7.2. It fully supports php 7.2.

Please check your php version and upgrade it to php 7.2(recommended).

Related Topic