Welcome to Codidact Meta!
Codidact Meta is the meta-discussion site for the Codidact community network and the Codidact software. Whether you have bug reports or feature requests, support questions or rule discussions that touch the whole network – this is the site for you.
Error 500 on Tags page
We installed QPixel and when going to Tags we receive a 500 error:
The exact error is:
NoMethodError: undefined method `tags' for nil:NilClass
The installed version is:
Version 6ba3d0ad (2024-02-13 00:08:30 +0000)
Any idea about what could be wrong?
1 answer
Update: the 500 error is now fixed; if you pull the Qpixel develop
branch you'll pick this up. See below for a workaround in the meantime. (The seeding problem that caused the 500 error isn't fixed; that's a deeper issue.)
--
Thanks for reporting this bug.
Could you check the category settings ("Edit Category" at the top of the list, for admins) and see if the category has a tag set? There's a menu there with (by default) options for Main and Meta. Each category has to know what tag set to use in order to render that page. I know that at one time there was a bug in seeding that; I thought we'd fixed that, but maybe not. I've submitted a pull request to handle the 500 error. Meanwhile, you can fix it in your instance:
The URL path for the settings page is categories/#/edit
, where #
is the category number (probably 1 for Q&A on a new instance).
1 comment thread