Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Blocker
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.3.alpha
-
Fix Version/s: 3.3.alpha
-
Component/s: Core CiviCRM
-
Labels:None
Description
Gives "customFileUploadDir has an incorrect directory path" etc.
Problem seems to be this line in CRM_Utils_File::absoluteDirectory()
if ( substr( $directory, 0, 1 ) == DIRECTORY_SEPARATOR ) {
which is always false on windows