2cc60382-a8e6-4314-99d7-2f8c6cb2678e-image.png
Our forum is randomly throwing this error in case of heavy traffic and when we try to login or visit topic pages. when i open the site in chrome incognito, it works. but not in normal tab.
not yet #1281
Ok, I have a workaround, please hide disabled categories from "move discussion" modal.
@Giorgio-Chiodi disabled categories should be greyed out under move topic. Try updating themes etc.
@a_5mith They are greyed out, but I'd like to get rid of them
@Giorgio-Chiodi ACP>Themes>Customise
.category-list li.disabled {
display:none;
}
Then tick the box that says use custom CSS.
visibility:collapse
would also work, but would leave you with unnecessary white space.