I have been trying to install InvoicePlane 1.5.9 to a localhost with WAMP. I am getting a parse error after the initial language choice. Can’t seem to find the reason or a way to fix it. Any suggestions?
An uncaught Exception was encountered
Type: ParseError
Message: syntax error, unexpected ‘=>’ (T_DOUBLE_ARROW)
Filename: C:\wamp64\www\ip\application\config\database.php
Line Number: 99
Backtrace:
File: C:\wamp64\www\ip\application\modules\setup\controllers\Setup.php
Line: 217
Function: check_database
File: C:\wamp64\www\ip\index.php
Line: 325
Function: require_once
Line 99 content for database.php is “‘mysql’ => [”. The brackets are closed later in code
Line 217 content for setup.php is “$check_database = $this->check_database();”
Line 325 content for index.php is “require_once BASEPATH . ‘core/CodeIgniter.php’;”