After updating from 2.26.1 to 2.27.0 unable to select Category

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
acoder2020
Posts: 102
Joined: 11 Jan 2024, 19:32

After updating from 2.26.1 to 2.27.0 unable to select Category

Post by acoder2020 »

After performing an update from 2.26.1 to 2.27.0, I'm finding that I am not able to select a Category. Viewing source, it appears that I have no category items for any project - although, I do.

Code: Select all

			<select id="category_id" name="category_id" class="autofocus input-sm" tabindex="1" required="">
				<option value="" disabled="" hidden="" selected="selected">(select)</option>
			</select>
in mysql:

Code: Select all

Showing rows 0 - 24 (68 total, Query took 0.0001 seconds.)
SELECT * FROM `mantis_category_table` 
Attachments
Screenshot from 2025-01-07 14-33-27.png
Screenshot from 2025-01-07 14-33-27.png (60.12 KiB) Viewed 6962 times
Screenshot from 2025-01-07 14-30-36.png
Screenshot from 2025-01-07 14-30-36.png (21.64 KiB) Viewed 6962 times
acoder2020
Posts: 102
Joined: 11 Jan 2024, 19:32

Re: After updating from 2.26.1 to 2.27.0 unable to select Category

Post by acoder2020 »

Please delete - I just noticed the Update Database tab under Administration/settings.

All good, I have my categories now :)
Post Reply