Dependency Graph
View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0006023 | mantisbt | documentation | public | 2005-07-27 02:55 | 2024-11-10 06:15 |
| Reporter | PatPowerMan | Assigned To | dregad | ||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | no change required | ||
| Summary | 0006023: READ-Rights needed for upload-temp-directory and Windows2003/IIS 6.0 and PHP | ||||
| Description | Please add a installation-hint about the APPLICATION ERROR #15 http://bugs.mantisbt.org/view.php?id=5280 I wrote a little comment here: http://manual.mantisbt.org/manual.installation.requirements.php?sfgdata=4 | ||||
| Steps To Reproduce | It would be helpful if you could add a check for windows-machines in the \admin\check.php | ||||
| Tags | No tags attached. | ||||
|
A partial fix has been added to CVS. This checks the file system when the project information is created or updated. Longer term, an admin check does need to walk through each project and check that the system is still operational. |
|
|
I had this problem on IIS. This is what I did. Edit "core/file_api.php" file Remark this line : Then go to this line and remark these 3 lines : if ( 0 == $t_file_size ) {
This is because for some reason in IIS filesize shows zero size after upload in the MySQL DB !. So we can not check for file size.. (someone here may have a better idea on how to check the size if needed). Then go to this line and remark this line : $c_content = db_prepare_binary_string ( fread ( fopen( $p_tmp_file, 'rb' ), $t_file_size ) ) ;Now add the below two lines : In the above line we define a static file size for all attachments to 9MB. That's it. |
|
|
We are resolving this issue as "no change required", because it was reported against an old version of MantisBT which is no longer supported. We recommend that you upgrade to the latest stable version [1]; if the problem persists after doing so, do not hesitate to reopen the issue. |
|
related to
child of
duplicate of