Search found 6 matches
- 28 Mar 2023, 14:28
- Forum: Help
- Topic: add bugnotes/Activities to .csv export
- Replies: 2
- Views: 2203
Re: add bugnotes/Activities to .csv export
...or is there anyone who could help format the MySQL query so this could be achieved using phpmyadmin?
- 28 Mar 2023, 13:54
- Forum: Help
- Topic: add bugnotes/Activities to .csv export
- Replies: 2
- Views: 2203
add bugnotes/Activities to .csv export
Is it possible to add bugnotes / Activities per issue to the project .csv export?
Thanks - Osh
mantis version 2.25.2
Schema Version 211
PHP Version 7.4.33
Database Driver mysqli
Database Version, Description 5.7.41, 5.7.41
Thanks - Osh
mantis version 2.25.2
Schema Version 211
PHP Version 7.4.33
Database Driver mysqli
Database Version, Description 5.7.41, 5.7.41
- 16 May 2018, 11:50
- Forum: Help
- Topic: MantisBT Formatting 2.14.0
- Replies: 0
- Views: 2489
MantisBT Formatting 2.14.0
Using the MantisBT Formatting 2.14.0 plugin changes an ampersand into an html entity thus breaking hyperlinks
becomes
Code: Select all
http://site.com/page.php?a=123&b=456Code: Select all
http://site.com/page.php?a=123&b=456- 11 May 2018, 17:40
- Forum: Help
- Topic: attachment migration problem
- Replies: 2
- Views: 2058
Re: attachment migration problem
If I edit the $g_absolute_path to something like in the documentation eg
it breaks everything
Any ideas?
Code: Select all
$g_absolute_path = 'http://www.mysite.com/mantis2140/'. DIRECTORY_SEPARATOR;
Any ideas?
- 09 May 2018, 16:35
- Forum: Help
- Topic: attachment migration problem
- Replies: 2
- Views: 2058
Re: attachment migration problem
Is this my problem?
"core_path configuration option is set to a path outside the web root
For increased security it is recommended that you move the core_path directory outside the web root. "
$g_absolute_path = dirname( __FILE__ ) . DIRECTORY_SEPARATOR;
Do I need to edit this? if so, how?
TIA ...
"core_path configuration option is set to a path outside the web root
For increased security it is recommended that you move the core_path directory outside the web root. "
$g_absolute_path = dirname( __FILE__ ) . DIRECTORY_SEPARATOR;
Do I need to edit this? if so, how?
TIA ...
- 08 May 2018, 13:01
- Forum: Help
- Topic: attachment migration problem
- Replies: 2
- Views: 2058
attachment migration problem
migrating from hosted with mantis to our own server
v.2.14.0
the migration has been perfect except...
attachments are not showing up. if i look in the mantis_bug_file_table all the 'folder' fields point to what must've been the correct location in the previous set up. however, changing this to the ...
v.2.14.0
the migration has been perfect except...
attachments are not showing up. if i look in the mantis_bug_file_table all the 'folder' fields point to what must've been the correct location in the previous set up. however, changing this to the ...