Just to be sure that line 11 is line 11.
Throw away this part:
- Code: Select all
/******************************
* AUTO-GENERATED CONF FILE
* DO NOT EDIT !!!
******************************/
Don’t touch the beginning < ?php and ending ? >
Then, i.e. take make you file look like this:
- Code: Select all
<?php
define('ROSTER_INSTALLED', true);
$db_name = "killin_reuniond";
$db_host = "localhost";
$db_user = "killin_reunion";
$db_prefix = "roster_";
$db_passwd = "xxxxxxxxxxxx";
?>
Get my point?
This editing is inoffensive; your roster still works afterwards - after you nailed the error down.
This way the error would move to another line IF the problem is actually on line 11, or just a string breaking character IN your password.