Search found 66 matches

by Mophilly
26 Nov 2008, 23:42
Forum: Help
Topic: downgrade?
Replies: 1
Views: 1748

Re: downgrade?

If the database schema is the same, then it is probably something you can do. Otherwise, it will take a careful crafting of code to migrate the data backwards. If you really are set on this, you may want to ask the developers if one of them would do it on a fee basis.

hth
by Mophilly
26 Nov 2008, 23:39
Forum: Help
Topic: Hierarchy structuring with multiple instances of Mantis
Replies: 2
Views: 2433

Re: Hierarchy structuring with multiple instances of Mantis

FAIK, Mantis may not provide this sort of thing right out of the box per se, but there are a number of ways to do this. One is to create an application that pulls a report from each database then performs a collation. Under the hood, you could write the SQL necessary to read the desired data, then w...
by Mophilly
26 Nov 2008, 16:47
Forum: Help
Topic: PHP move_uploaded_file destination string missing delimiter
Replies: 4
Views: 5267

PHP move_uploaded_file destination string missing delimiter

Not exactly a MantisBT question, but perhaps someone here can help me with a PHP config questions. After upgrading from 1.1.2 to 1.1.5, I need to enable file uploading. In the Apache <directory> directive I have the following php value assignments: php_admin_value open_basedir /opt/mantis/:/tmp/ php...
by Mophilly
26 Nov 2008, 15:12
Forum: Help
Topic: APPLICATION ERROR #503
Replies: 1
Views: 1938

Re: APPLICATION ERROR #503

You need to have an upload directory for temporary file storage. This requires you to create a new directory, and assign permissions that allow files to read and written to the directory.
by Mophilly
11 Jul 2006, 14:19
Forum: Help
Topic: File upload fails with error 503
Replies: 2
Views: 4463

Re: File upload fails with error 503

Per a note on the mailing list, I changed the $g_file_upload_method parameter to "DATABASE". Now everything is working fine.
by Mophilly
01 Jan 2006, 19:46
Forum: Help
Topic: File upload fails with error 503
Replies: 2
Views: 4463

File upload fails with error 503

Cannot upload files to Docs nor as attachments to reports. I have made some progress, hitting error 503 after a working past the "file not readable" alert. Still no joy yet. Any links, suggestions or comments are greatly appreciated, especially from any current or former SME (e-smith) user...