Feedback on the new Review Queue

When attempting to approve topics and posts, I’m getting a 500 error. Currently using 2.6.0.beta3. Here is the log:

ActiveRecord::RangeError (PG::NumericValueOutOfRange: ERROR:  integer out of range
)
app/models/reviewable_queued_post.rb:97:in `perform_approve_post'
app/models/reviewable.rb:355:in `public_send'
app/models/reviewable.rb:355:in `block in perform'
app/models/reviewable.rb:353:in `perform'
app/controllers/reviewables_controller.rb:192:in `perform'
app/controllers/application_controller.rb:347:in `block in with_resolved_locale'
app/controllers/application_controller.rb:347:in `with_resolved_locale'
lib/middleware/omniauth_bypass_middleware.rb:68:in `call'
lib/content_security_policy/middleware.rb:12:in `call'
lib/middleware/anonymous_cache.rb:336:in `call'
config/initializers/100-quiet_logger.rb:23:in `call'
config/initializers/100-silence_logger.rb:31:in `call'
lib/middleware/enforce_hostname.rb:22:in `call'
lib/middleware/request_tracker.rb:176:in `call'

Some potentially relevant information is that I did have Akismet installed in the past and removed it (did the rake task also) as detailed here: Feedback on the new Review Queue

The items are from within the last 60 days (auto_handle_queued_age: 60). I’ve tried both with old posts (~2mo old) and recent (within the last 3 hours).

I can approve users (Type: User) and the ‘Delete User’ option on queued topics/posts works.

2 Likes