1
0
-1

Just encountered this issue when unzipping OA 3.2.2 on Windows 2012 with file paths longer than 256 characters.

Certain files like 

open-audit/code_igniter/application/third_party/google-api-php-client-2.2.3/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsDicomStoresDicomWebStudiesSeriesInstances.php

are close (maybe over) of 256 char limit and depending on where you unzip them one might easily go over the char limit.  I believe this is only with the built-in Unzip tool, but other tools like 7-zip would not cause this problem. 


    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      The application by default installs in c:/xampp/open-audit\..... which results in a path 233 characters long.

      When installed there, the path length isn't an issue.

      The path itself (as you quote above) is 224 characters long - I can only suggest you find a suitable place to put it on your filesystem.

        CommentAdd your comment...