View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0013828 | mantisbt | db mssql | public | 2012-01-31 08:25 | 2014-05-16 15:00 |
| Reporter | rabbit | Assigned To | atrol | ||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | no change required | ||
| Product Version | 1.2.8 | ||||
| Summary | 0013828: Attachements get corruped with mssql | ||||
| Description | When uploading attachements, some of them get corrupted. I was able to upload very small .png s, but most of the attachement get corrupted. | ||||
| Steps To Reproduce |
| ||||
| Additional Information | Attachement configuration settings:
| ||||
| Tags | No tags attached. | ||||
| Attached Files | |||||
|
To precise: The files get uploaded correctly. I verified this directly on the db server using SQL Maestro. It looks like only the first 0xFFF (=4K) bytes are donwloaded. The corrupted file has the same content as the original, but it stops after 4K. |
|
|
The following settings in php.ini on the webserver solved the issue: mssql.textlimit = 2147483647 Sry about the noise. |
|
|
rabbit, thanks for comming back and telling the solution. |
|
|
MantisBT currently supports Mysql and has support for other database engines. The support for other databases is known to be problematic. Having implemented the current database layer into Mantis 10 years ago, I'm currently working on replacing the current layer. If you are interested in using Mantis with non-mysql databases - for example, Oracle, PGSQL or MSSQL, and would be willing to help out testing the new database layer, please drop me an email at paul@mantisforge.org In the meantime, I'd advise running Mantis with Mysql Only to avoid issues. Thanks |
|