I am having a hard time working on this one. The shared server uses PHP 5.4 and returns and error.
I am using a tester that returns :
FATAL ERROR syntax error, unexpected '[' on line number 3
<?php
// This is the database connection configuration.
return [
'connectionString' => 'mysql:host=localhost;dbname=languag2_lp',
'emulatePrepare' => true,
'username' => 'languag2_lp',
'password' => 'languag2_lp',
'charset' => 'utf8',
'tablePrefix' => 'tbl_',
];
any ideas please.. thanks!