Author: robert
Description:
While installing I got the strange errormessage:
"Please make sure that the locale in pg_ts_cfg for "default" is set to "ctype"
I tracked it down to the follwing line in includes/DatabasePostgres.php:
print "Please make sure that the locale in pg_ts_cfg for \"default\" is set to \"ctype\"</li>\n";
Looks like a $ is missing here - therefore ctype is a variable. The corrected line is:
print "Please make sure that the locale in pg_ts_cfg for \"default\" is set to \"$ctype\"</li>\n";
Location:
includes/DatabasePostgres.php on line 277
Version: 1.8.x
Severity: minor
OS: Linux