Search found 4 matches

by lccpu
04 Jun 2013, 21:12
Forum: General Discussion
Topic: Move attachments from DB-->filesystem (DISK)
Replies: 6
Views: 13332

Re: Move attachments from DB-->filesystem (DISK)

PHP Settings have been verified as having Safe Mode OFF.

The bug report is located here:
http://www.mantisbt.org/bugs/view.php?id=15996

Thanks again.
by lccpu
18 Feb 2013, 21:39
Forum: General Discussion
Topic: Move attachments from DB-->filesystem (DISK)
Replies: 6
Views: 13332

Re: Move attachments from DB-->filesystem (DISK)

Thanks for the reference atrol, it turned out what I needed to do was make the path relative!

I guess I should have thought to try that...

but since the variable begins with "$g_ABSOLUTE...." I was thinking absolute, as in... absolute... unfortunately nowhere in the documentation does it clarify ...
by lccpu
16 Feb 2013, 03:29
Forum: General Discussion
Topic: Move attachments from DB-->filesystem (DISK)
Replies: 6
Views: 13332

Re: Move attachments from DB-->filesystem (DISK)

Great, atrol, thanks for the pointer to admin/system_utils.php I'll check it out... unfortunately I'm getting stuck now!

"#503" errors no matter what/where/permissions I use for the folders, regardless if I have the default global value set or I am setting it individuall for projects!

the value of ...
by lccpu
15 Feb 2013, 23:17
Forum: General Discussion
Topic: Move attachments from DB-->filesystem (DISK)
Replies: 6
Views: 13332

Move attachments from DB-->filesystem (DISK)

Is there an easy/good way to move all your attachments from the database to the disk?

I've downloaded most of the attachments from issues so I can upload them again once I've changed to DISK storage if necessary. But is there anyway other than downloading them all then uploading them all again?