Last modified: 2010-05-15 15:42:46 UTC
# : 1.8.2 # PHP: 5.0.5-2ubuntu1.6 (apache2handler) # PostgreSQL: PostgreSQL 8.1.3 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 4.0.2 20050808 (prerelease) (Ubuntu 4.0.1-4ubuntu9) Several lines like this before the page. It does render fine. Notice: Undefined offset: -1 in /usr/local/mediawiki-1.8.2/languages/Language.php on line 354
Is this a fresh install or an upgrade from a previous version?
(In reply to comment #1) > Is this a fresh install or an upgrade from a previous version? Fresh install. There seems to be one line for each image.
Related to the timestamps-as-text problem. We're looking into it; there is no quick and easy solution yet.
Fixed in r20558, thanks for the report.
I've reverted r20558 in r20784; it seems to be treating the symptoms of incorrect data being passed around instead of fixing the problems to pass the right data around. Raw timestamp values from the database should never be seen; they should get normalized through wfTimestamp() into some value. Usually external data passing (eg through HTML forms) should be using the TS_MW format -- as is almost all internal processing (eg what you pass to Language::timeanddate()).
Brion is right: fixed again in r20786.