cancel
Showing results for 
Search instead for 
Did you mean: 

Installing 2.1.14 Error

Installing 2.1.14 Error

Hey,

 

Trying to install Magento CE 2.1.14 on my CentOS machine. It's running PHP 5.6 and the setup wizard passes all the steps, up until install. It gets to 54% before returning the error:

 

[ERROR] exception 'InvalidArgumentException' with message 'Unknown query modifier type like' in vendor/magento/framework/DB/Select/QueryModifierFactory.php:50

 

How do I go about resolving? Installation through CLI produces same error ..

6 REPLIES 6

Re: Installing 2.1.14 Error

Magento needs some requirement for installation, please follow the link for consultation: https://devdocs.magento.com/guides/v2.2/install-gde/system-requirements-tech.html

 

Hope this helps!

Re: Installing 2.1.14 Error

Hi @trey_sinnis

 

In your php.ini file increase values of below parameters.

 

  • max_execution_time = 18000
  • max_input_time = 1800
  • memory_limit = 1024M

Note : Make sure you increase max_input_time value to at least 1800 and then check it will works !! 

if issue solved,Click Kudos & Accept as Solution

Re: Installing 2.1.14 Error

All are met ...

Re: Installing 2.1.14 Error

it's not a memory issue - it's a PHP issue ...

Re: Installing 2.1.14 Error

Hi @trey_sinnis

 

Yes i understand - so does this error is resolved ? by upgrading PHP version or something else ?

if issue solved,Click Kudos & Accept as Solution

Re: Installing 2.1.14 Error

No, it does not - my version of PHP is 7.0