cancel
Showing results for 
Search instead for 
Did you mean: 

Fatal PHP Error installing magento 2.1.6 quickstart

Fatal PHP Error installing magento 2.1.6 quickstart

Hi guys.

I bought the maxshop template, wanted to do a quickstart install. I had to follow certain steps.
I've done every step im supposed to. The install starts and gets to 49% and stops at: 
"Installing user configuration..."
Ive tried the : 

<IfModule mod_php5.c>  php_value  xdebug.max_nesting_level 500</IfModule>

Doesnt work.
ive tried several things.

I checked the error.log in my setup folder and it says:

[09-May-2017 19:58:46 UTC] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /home/chillbyt/public_html/vendor/magento/framework/Interception/PluginList/PluginList.php on line 305



 

1 REPLY 1

Re: Fatal PHP Error installing magento 2.1.6 quickstart

On line 305 on Pluginlist.php. This code is written:

 

                $this->_cache->save(serialize([$this->_data, $this->_inherited, $this->_processed]), $cacheId);