W WorldGate New Member Jan 3, 2020 #1 I got this error when visiting the reports page after removing a report queue contains reports. And this error after removing a queue rule.
I got this error when visiting the reports page after removing a report queue contains reports. And this error after removing a queue rule.
X Xon Administrator Staff member Reactions 1,199 Jan 3, 2020 #2 WorldGate said: I got this error when visiting the reports page after removing a report queue contains reports. Click to expand... Click to shrink... 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. Click to expand... Click to shrink... Which queue did you delete? The 'general' report queue (ie #1?)
WorldGate said: I got this error when visiting the reports page after removing a report queue contains reports. Click to expand... Click to shrink... 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. Click to expand... Click to shrink... Which queue did you delete? The 'general' report queue (ie #1?)
W WorldGate New Member Jan 3, 2020 #3 Xon said: Which queue did you delete? The 'general' report queue (ie #1?) Click to expand... Click to shrink... This problem occurs when removing any rule under "Manage report queue rules".
Xon said: Which queue did you delete? The 'general' report queue (ie #1?) Click to expand... Click to shrink... This problem occurs when removing any rule under "Manage report queue rules".
X Xon Administrator Staff member Reactions 1,199 Jan 3, 2020 #4 WorldGate said: This problem occurs when removing any rule under "Manage report queue rules". Click to expand... Click to shrink... Fixed for the next version
WorldGate said: This problem occurs when removing any rule under "Manage report queue rules". Click to expand... Click to shrink... Fixed for the next version