Search found 6 matches

by oshiwosh1
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?
by oshiwosh1
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
by oshiwosh1
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

Code: Select all

http://site.com/page.php?a=123&b=456
becomes

Code: Select all

http://site.com/page.php?a=123&b=456
by oshiwosh1
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

Code: Select all

$g_absolute_path = 'http://www.mysite.com/mantis2140/'. DIRECTORY_SEPARATOR;
it breaks everything

Any ideas?
by oshiwosh1
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 ...
by oshiwosh1
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 ...