So i had a local install of EspoCRM setup on Windows. Things were working fine and I was able to start working in the system. Something happened yesterday and now when I go to <server>/EspoCRM it redirects to <server>/EspoCRM/install and throws the following error...
`Fatal error: Uncaught TypeError: Argument 2 passed to Espo\Core\Utils\Util::arrayKeysExists() must be of the type array, int given, called in C:\Apache24\htdocs\espocrm\install\core\Installer. php on line 106 and defined in C:\Apache24\htdocs\espocrm\application\Espo\Core\U tils\Util.php:655 Stack trace: #0 C:\Apache24\htdocs\espocrm\install\core\Installer. php(106): Espo\Core\Utils\Util::arrayKeysExists(Array, 1) #1 C:\Apache24\htdocs\espocrm\install\core\Installer. php(76): Installer->initialize() #2 C:\Apache24\htdocs\espocrm\install\index.php(98): Installer->__construct() #3 {main} thrown in C:\Apache24\htdocs\espocrm\application\Espo\Core\U tils\Util.php on line 655`
`Fatal error: Uncaught TypeError: Argument 2 passed to Espo\Core\Utils\Util::arrayKeysExists() must be of the type array, int given, called in C:\Apache24\htdocs\espocrm\install\core\Installer. php on line 106 and defined in C:\Apache24\htdocs\espocrm\application\Espo\Core\U tils\Util.php:655 Stack trace: #0 C:\Apache24\htdocs\espocrm\install\core\Installer. php(106): Espo\Core\Utils\Util::arrayKeysExists(Array, 1) #1 C:\Apache24\htdocs\espocrm\install\core\Installer. php(76): Installer->initialize() #2 C:\Apache24\htdocs\espocrm\install\index.php(98): Installer->__construct() #3 {main} thrown in C:\Apache24\htdocs\espocrm\application\Espo\Core\U tils\Util.php on line 655`
Comment