Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING\

Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /var/www/vhosts/karmakiss.net/httpdocs/config.local.php on line 42





How can I fixed this?

open the file

[root] → config.local.php



near lines 40 or so, make sure it follows this format…





$config['db_host'] = 'localhost';
$config['db_name'] = 'name';
$config['db_user'] = 'user';
$config['db_password'] = 'password';
$config['db_type'] = 'mysql';




you most likely deleted a quote, semi-colon, bracket. the values in between the quotes (localhost, name, user, password, mysql) should be your own.