Search found 7 matches

by Barnabe42
14 May 2018, 05:10
Forum: Help
Topic: Moving attachement to disk fails if there's too many of them
Replies: 6
Views: 5020

Re: Moving attachement to disk fails if there's too many of them


Hi
Have your sort out the issue?
If you have, would you please update your method as I have similar issue.
Thanks


I was able to update my test database with small sql query modification but I have to run the import at least 30 times ....
If I handle the file 100 at the time it works most of the ...
by Barnabe42
08 May 2018, 13:15
Forum: Help
Topic: Moving attachement to disk fails if there's too many of them
Replies: 6
Views: 5020

Re: Moving attachement to disk fails if there's too many of them

Hi,

I just found a ticket in the issue system from 2010 ...
https://www.mantisbt.org/bugs/view.php?id=11611

Does it mean that it is still not fixed ?
Is there a way to run the move to disk 100 files at the time ?

/Eric
by Barnabe42
07 May 2018, 08:26
Forum: Help
Topic: Moving attachement to disk fails if there's too many of them
Replies: 6
Views: 5020

Moving attachement to disk fails if there's too many of them

Hello,

I am running mantis-2.13.1-0.

I am trying to move attachments to disk for a project having 3377 attachments ( 1.5 GB ).
It worked on order project having couple of files.

The log does not say anything. Is there any way to solve this issue ?

/Eric
by Barnabe42
27 Apr 2018, 10:06
Forum: Help
Topic: old attachement not work after upgrade to 2.10
Replies: 13
Views: 13220

Re: old attachement not work after upgrade to 2.10

Were you able to find a solution, I have exactly the same problem I did a migration from Mantis 1.2.20 to Mantis 2.10.0.

My backup datatase have a different collation latin1_swedish_ci. I tried to update the database to UTF8 using the following query but it did not help
ALTER DATABASE bugtracker ...
by Barnabe42
29 Jan 2018, 13:06
Forum: General Discussion
Topic: Migration and update
Replies: 6
Views: 9567

Re: Migration and update

Hello,

I was able to update Mantis, the only that I could not fix is that I am not able to download any attachement:

I get this error:

This error (HTTP 500 Internal Server Error) means that the website you are visiting had a server problem which prevented the webpage from displaying.

For more ...
by Barnabe42
25 Jan 2018, 14:29
Forum: General Discussion
Topic: Migration and update
Replies: 6
Views: 9567

Re: Migration and update

Hi,

I have installed the one click install for mantis, It configure mysql and apache server.
https://bitnami.com/stack/mantis

I was now add the install.php file from the stable release mantis.
I will try to import the backup of the SQL database and run the install on the new server.
by Barnabe42
24 Jan 2018, 15:41
Forum: General Discussion
Topic: Migration and update
Replies: 6
Views: 9567

Migration and update

Hello,

I have a linux server running Mantis 1.2.20 and I would like to migrate a new windows server using Mantis 2.10.0.
Noth are running MySQL.

I have installed the default windows system using the bitnami installer.
How should I proceed ?

I found in the forum the some hints but it does not ...