Filename lenghts when installation plugins stops at 100 characters

Bug #661530 reported by gbastien
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
AuthPuppy
Confirmed
Medium
Unassigned

Bug Description

I think it is linked with the new Archive Extractor Wrapper library used instead of the shell execute to untar the archive.

For instance, when installing plugin apConnectionPolicies, the following file stops at 100 characters:

apConnectionPoliciesPlugin/lib/form/doctrine/autogenerated/base/BaseapConnectionPoliciesForm.class.p[hp]

Easy workaround would be to reduce the length, but we shouldn't be limited here.

Revision history for this message
Robin Jones (robin-networkfusion) wrote :

pcltar.func.php contains the following code

      // ----- Check the path length
      if (strlen($p_filename) > 99)
      {
        // ----- Error log
        PclErrorLog(-5, "File name is too long (max. 99) : '$p_filename'");

I am unsure whether changing this will have adverse effects, but it is worth a try...

Revision history for this message
gbastien (gbastien02) wrote :

It has no effect, the filename length stops at 100 anyway.

Changed in authpuppy:
status: New → Confirmed
Changed in authpuppy:
importance: Undecided → Low
importance: Low → Medium
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.