| View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
| 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. | ||||||||
| 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. | ||||||||
| Attached Files | |||||||||
| Relationships | |
| Relationships |
| Notes | |
|
(0021401) Julien Jomier (manager) 2010-07-15 15:22 |
which LAMP stack are you using? XAMPP? You shouldn't need to change the '/' by '\'. |
|
(0021402) Julien Jomier (manager) 2010-07-15 15:27 |
also make sure that the apache user can actually write to the directory... |
|
(0021973) Julien Jomier (manager) 2010-08-26 11:09 |
Assuming this is fixed |
| Notes |
| 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 |
| Issue History |
| Copyright © 2000 - 2018 MantisBT Team |