[Bug 38211] Internal error when viewing Special:Log

2012-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38211

Brandon Sky brandonskypime...@gmail.com changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||WORKSFORME

--- Comment #10 from Brandon Sky brandonskypime...@gmail.com 2012-07-20 
09:06:49 UTC ---
Appears to be happening only when accessing the stability sub-log. Closing.

-- 
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


[Bug 38211] Internal error when viewing Special:Log

2012-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38211

--- Comment #9 from Aaron Schulz aschulz4...@gmail.com 2012-07-20 02:40:21 
UTC ---
So what's the result of that query? I don't see how a 15 char timestamp ended
up in a varchar(14).

-- 
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


[Bug 38211] Internal error when viewing Special:Log

2012-07-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38211

--- Comment #4 from Brandon Sky brandonskypime...@gmail.com 2012-07-14 
16:13:33 UTC ---
Here's my version: REL_1_17. Requesting a reopen of this bug.

-- 
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


[Bug 38211] Internal error when viewing Special:Log

2012-07-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38211

--- Comment #5 from Aaron Schulz aschulz4...@gmail.com 2012-07-14 19:01:43 
UTC ---
(In reply to comment #4)
 Here's my version: REL_1_17. Requesting a reopen of this bug.

For both core and extensions?

-- 
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


[Bug 38211] Internal error when viewing Special:Log

2012-07-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38211

--- Comment #6 from Brandon Sky brandonskypime...@gmail.com 2012-07-14 
22:05:47 UTC ---
yes

-- 
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


[Bug 38211] Internal error when viewing Special:Log

2012-07-14 Thread bugzilla-daemon
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


[Bug 38211] Internal error when viewing Special:Log

2012-07-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38211

--- Comment #8 from Brandon Sky brandonskypime...@gmail.com 2012-07-15 
05:24:02 UTC ---
using SQLite 3.6.12; mediawiki 1.17.3.

-- 
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


[Bug 38211] Internal error when viewing Special:Log

2012-07-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38211

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

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||WORKSFORME

--- Comment #3 from Aaron Schulz aschulz4...@gmail.com 2012-07-14 02:15:55 
UTC ---
Closed; lacking information.

-- 
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


[Bug 38211] Internal error when viewing Special:Log

2012-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38211

Brandon Sky brandonskypime...@gmail.com changed:

   What|Removed |Added

   Severity|major   |blocker

-- 
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


[Bug 38211] Internal error when viewing Special:Log

2012-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38211

--- Comment #2 from Aaron Schulz aschulz4...@gmail.com 2012-07-07 17:02:03 
UTC ---
This can't be resolved without any version information. I suspect its a new
version of core and an old extension version.

-- 
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


[Bug 38211] Internal error when viewing Special:Log

2012-07-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38211

--- Comment #1 from Aaron Schulz aschulz4...@gmail.com 2012-07-07 01:40:25 
UTC ---
I don't have this problem on MediaWiki  FlaggedRevs on git master. I can tell
from the paths in the error that it is an older version of the code. I don't
know what version of core/extensions are being used there.

-- 
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