MantisBT - MIDAS |
| View Issue Details |
|
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0010996 | MIDAS | | public | 2010-07-15 14:42 | 2010-08-26 11:09 |
|
| Reporter | johan andruejol | |
| Assigned To | Julien Jomier | |
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | resolved | Resolution | fixed | |
| Platform | | OS | | OS Version | |
| Product Version | | |
| Target Version | | Fixed in Version | 2.8 | |
|
| Summary | 0010996: Windows : Impossible to create bistream |
| Description | On windows, it's impossible to create bitstream. The server upload them correctly but then it's impossible to find them. |
| Steps To Reproduce | |
| Additional Information | I think the problem comes from Midas\Midas\config\config.php , Indeed, the directories for the assetstore file, temp file, backup file and cache file are written like that :
// Full path of the DSpace assetstore00 directory on the server
$MIDAS_DSPACE_ASSETSTORE_PATH = $MIDAS_BASE_DIRECTORY.'/assetstore';
But "/" is only for the UNIX-based OS, and not windows. If I put "\" instead of "/" then this is working.
Maybe there is a php function that can determine if you need to use "\" or "/" depending on the OS you want to use.
Enclosed my config.php file corrected.
|
| Tags | No tags attached. |
| Relationships | |
| Attached Files | config.php (9,468) 2010-07-15 14:42 https://public.kitware.com/Bug/file/3249/config.php |
|
| Issue History |
| Date Modified | Username | Field | Change |
| 2010-07-15 14:42 | johan andruejol | New Issue | |
| 2010-07-15 14:42 | johan andruejol | File Added: config.php | |
| 2010-07-15 15:22 | Julien Jomier | Note Added: 0021401 | |
| 2010-07-15 15:27 | Julien Jomier | Note Added: 0021402 | |
| 2010-08-26 11:09 | Julien Jomier | Note Added: 0021973 | |
| 2010-08-26 11:09 | Julien Jomier | Status | new => resolved |
| 2010-08-26 11:09 | Julien Jomier | Fixed in Version | => 2.8 |
| 2010-08-26 11:09 | Julien Jomier | Resolution | open => fixed |
| 2010-08-26 11:09 | Julien Jomier | Assigned To | => Julien Jomier |