Last modified: 2010-05-15 15:42:51 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T10988, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 8988 - Missing $ in DatabasePostgres.php
Missing $ in DatabasePostgres.php
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
Installer (Other open bugs)
1.8.x
All Linux
: Low minor (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2007-02-14 15:57 UTC by Robert
Modified: 2010-05-15 15:42 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Robert 2007-02-14 15:57:22 UTC
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
Comment 1 Leon Weber 2007-02-14 18:27:54 UTC
Fixed both in SVN trunk (r19929) and in tags REL1_9_2 and REL1_8_3 (r19930).
Thanks for the report.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links