Page 1 of 1

How to do an XML export of a 5go project?

Posted: 24 Apr 2023, 12:09
by dev22
Hello,

I need to do an XML export of a large project but it seems that Mantis doesn't handle such size?

From my tries the export works under 25mo of attachments.
If the project contains more than 25mo of attachments the export is a 0ko file.

Anyone encountered this? Is there a way to configure it to work as expected?

Thanks

Re: How to do an XML export of a 5go project?

Posted: 24 Apr 2023, 12:47
by cas
did you check your PHP settings like max execution time etcetera?

Re: How to do an XML export of a 5go project?

Posted: 24 Apr 2023, 13:37
by dev22
cas wrote: 24 Apr 2023, 12:47 did you check your PHP settings like max execution time etcetera?
Following your answer i edited php.ini with the line:
max_execution_time = 3600
But there is no difference.

The 0Ko file is generated in few seconds, it looks like there is a parameter that doesn't allow to export if the project is more than 25Mo.

Do you know if there is a limit size to an XML export?