When we import the table at the magento setup , we got the below error “Installation is incomplete. ”
Solution of magento 2 installation is incomplete error:
just put the code in .htaccess file
|
<IfModule mod_php5.c> php_value xdebug.max_nesting_level 500 </IfModule> |