Search found 5 matches

by earthdog
24 Nov 2022, 13:48
Forum: General Discussion
Topic: Access denied
Replies: 5
Views: 7509

Re: Access denied

I had php 8.1 enabled.

Reverting to PHP 7.4 solved the issue fo rme but i would like to use latest PHP.
by earthdog
24 Nov 2022, 13:24
Forum: General Discussion
Topic: Access denied
Replies: 5
Views: 7509

Re: Access denied

I am getting this one also heavily in many edit options. I cant seem to find any relevant info or steps to mitigate the issue.
by earthdog
26 Nov 2019, 18:23
Forum: Help
Topic: Import from CSV with custom id
Replies: 2
Views: 2388

Re: Import from CSV with custom id


wel, here is a workaround.
Check if the bug-id's you want to use, are not already used
Remove autoincrement from that table in full ( ensure no users are active in the system)
Once done enable autoincrement on the ID-field and ensure it has a safe value (+1on the highest value)


Thats what i did ...
by earthdog
19 Nov 2019, 20:07
Forum: Help
Topic: Import from CSV with custom id
Replies: 2
Views: 2388

Import from CSV with custom id

I am usign the plugin for custom CSV im[port from here: https://github.com/mantisbt-plugins/csv-import

It seems to work but i cant find a way to import my bugs with specific id instead of autoincrement. I tried changing the auto increment on the table but it seems the script will not insert the id ...
by earthdog
19 Nov 2019, 18:43
Forum: General Discussion
Topic: Importing from CSV/EXCEL with specific issue number
Replies: 1
Views: 3034

Importing from CSV/EXCEL with specific issue number

Hi All!

I am trying to figure out how i should import my existing task list that i have in excel (or csv) using the standard plugin import/export issues.

I havent been able to find any kind of instructiopns on how to use it and how to prepare the XML's needed for that. Is there a place that i ...