https://bugzilla.wikimedia.org/show_bug.cgi?id=38211

Aaron Schulz <aschulz4...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|WORKSFORME                  |
     Ever Confirmed|0                           |1
           Severity|blocker                     |critical

--- Comment #7 from Aaron Schulz <aschulz4...@gmail.com> 2012-07-15 04:12:48 
UTC ---
I can reproduce the exception with by running some code in eval.php:
echo $wgLang->timeanddate('143570622090546', false, false);

Also, running:
var_dump( wfTimestamp( TS_MW, '143570622090546' ) );
...give "false". That number is way too high too be TS_UNIX (e.g. time()).

What does the SQL "SELECT * FROM /*your db prefix*/flaggedpage_config WHERE
fpc_expiry <> 'infinity' ORDER BY fpc_expiry DESC LIMIT 20" give? Also are you
using MySQL or something else?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to