Search found 8366 matches

by atrol
06 Feb 2024, 19:18
Forum: Help
Topic: APPLICATION ERROR #401 (Errcode: 28 "No space left on device") when attempting to view or report issues
Replies: 17
Views: 5507

Re: APPLICATION ERROR #401 (Errcode: 28 "No space left on device") when attempting to view or report issues

Next command
du -sk /* 2>/dev/null
Check for the biggest number in the first column,e.g. might be where the second column is /usr
After that, e.g. if it should be /usr
cd /usr
du -sk * 2>/dev/null
by atrol
06 Feb 2024, 08:08
Forum: Help
Topic: APPLICATION ERROR #401 (Errcode: 28 "No space left on device") when attempting to view or report issues
Replies: 17
Views: 5507

Re: APPLICATION ERROR #401 (Errcode: 28 "No space left on device") when attempting to view or report issues

Don't you have shell / command line access to this server, so that you can check what is stored under /tmp?
by atrol
03 Feb 2024, 09:40
Forum: General Discussion
Topic: Where is Administration manual.mantisbt.org ??
Replies: 1
Views: 1856

Re: Where is Administration manual.mantisbt.org ??

Please provide some more details about what you are talking.
If it's private (but just in this case) send me a private message via the forum.
by atrol
01 Feb 2024, 16:35
Forum: General Discussion
Topic: WARN - Version of MySQL being used is within the Premier Support period
Replies: 4
Views: 2548

Re: WARN - Version of MySQL being used is within the Premier Support period

linux.cero.07 wrote: 01 Feb 2024, 16:04 I don't think it's a mistake, or is it?
Everything is OK from your side.
There is just no check for this MySQL version available in current MantisBT check function.
by atrol
29 Jan 2024, 21:12
Forum: Help
Topic: Importing attachments
Replies: 15
Views: 5627

Re: Importing attachments

@cas I am not aware that there is an up to date end user documentation, but the original design document (wow, it was written in 2008, the year when I started using MantisBT) should help to understand the concept https://www.mantisbt.org/wiki/doku.php/mantisbt:importexport Concerning the XML format:...
by atrol
28 Jan 2024, 10:12
Forum: Help
Topic: Importing attachments
Replies: 15
Views: 5627

Re: Importing attachments

Goto page Manage > Plugins
The mentioned plugin is listed in section "Available Plugins".
by atrol
28 Jan 2024, 09:05
Forum: Help
Topic: Importing attachments
Replies: 15
Views: 5627

Re: Importing attachments

The "Import/Export issues" plugins that comes out of the box with MantisBT supports attachments.
by atrol
25 Jan 2024, 21:27
Forum: General Discussion
Topic: What database is the Mantis connecting to?
Replies: 2
Views: 1895

Re: What database is the Mantis connecting to?

Check file config/config_inc.php
There is a setting $g_database_name in it.
by atrol
23 Jan 2024, 17:20
Forum: Help
Topic: Comments marked private being sent on ticket close - is this a plugin issue instead?
Replies: 6
Views: 6890

Re: Comments marked private being sent on ticket close - is this a plugin issue instead?

The code line you are showing is the default setting of MantisBT from config_defaults_inc.php
I have no idea what you want to tell with "that is a thing".
by atrol
22 Jan 2024, 09:49
Forum: Help
Topic: HTTP 500 Internal Server Error - Close issues
Replies: 1
Views: 1859

Re: HTTP 500 Internal Server Error - Close issues

Check your web server logs for more details about the error.
by atrol
20 Jan 2024, 17:24
Forum: General Discussion
Topic: How to remove the saved filter
Replies: 1
Views: 1898

Re: How to remove the saved filter

Open pagge <YourMantisBT>/view_all_set.php?type=0