I am new to Magento & learning it. I have installed Magento 2.1.7 in different folder twice both are showing different errors for the same configuration in the same system.
First, I installed Magento in my system with folder name "magento2.1" & then changed the php.ini file memory_limit=1024M.
Secondly, I installed Magento with the name "magento_test" than when I am running both Magento installations & installing an extension named Instant search.
In magento 2.1 it is showing error like
In magento_test it is showing the below error
Can anyone tell me why this is happening? My system has the Php 7.0.2 & I am using xampp in windows,& I was also getting the error of cron job in both the cases first for that I have skipped the cronjob checking By making.
$setupCheck = ['success'=>1];
$updaterCheck = ['success'=>1];
So the cron job is not there but I am facing the above-given errors can anyone tell me what to do?

