View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0010996MIDASpublic2010-07-15 14:422010-08-26 11:09
Reporterjohan andruejol 
Assigned ToJulien Jomier 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusresolvedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version2.8 
Summary0010996: Windows : Impossible to create bistream
DescriptionOn windows, it's impossible to create bitstream. The server upload them correctly but then it's impossible to find them.
Additional InformationI 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.
TagsNo tags attached.
Attached Files? file icon config.php [^] (9,468 bytes) 2010-07-15 14:42

 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

 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


Copyright © 2000 - 2018 MantisBT Team