Connection information

on the top of every page i’m getting this line:

array(9) { [“id”]=> string(2) “DB” [“type”]=> string(5) “MYSQL” [“qs”]=> string(1) “" ["qe"]=> string(1) "” [“host”]=> string(9) “localhost” [“port”]=> int(3306) [“user”]=> string(4) “root” [“pass”]=> string(9) “123456789” [“db”]=> string(8) “register” }

It seems that you tried to debug before and write out the database connection information by var_dump(), you may check your server events and find “var_dump”.