Report queue and queue rule removal issue

WorldGate

New Member
I got this error when visiting the reports page after removing a report queue contains reports.

9svIxOH.png



And this error after removing a queue rule.

c8h0dRz.png
 
I got this error when visiting the reports page after removing a report queue contains reports.

9svIxOH.png
Fixed for the next version.

You'll need to run this query to fix up the data;
SQL:
update xf_report set queue_id = 1 where queue_id not in (select queue_id from xf_sv_report_queue);

And this error after removing a queue rule.

c8h0dRz.png
Which queue did you delete? The 'general' report queue (ie #1?)
 

Users who are viewing this thread

Back
Top