I installed the Package FileManager and am receiving errors.  I deinstalled and reinstalled but still cannot make it work.

 

When I select FileManager I receive

 

Server error!

The server encountered an internal error and was unable to complete your request.

Error message:

panic: malloc at /usr/lib/perl5/5.8.0/i386-linux-thread-multi/File/Glob.pm line 122, <PRODUCT> line 4.

 

Here is the .pm file

 

 

more FileManager.pm

 

    # module reg and nav bar

    $Self->{'Frontend::Module'}->{'AgentFileManager'} = {

        Description => 'Web File Manager',

        NavBarName => 'FileManager',

        NavBar => [

          {

            Description => 'A web file manager',

            Name => 'FileManager',

            Type => 'Menu',

            Block => 'ItemArea',

            Image => 'folder_green.png',

            Link => 'Action="">

            NavBar => 'FileManager',

            Prio => 8100,

            AccessKey => 'f',

          },

        ],

    };

 

    # browse/download root directory

    $Self->{"FileManager::Root"} = '/home/';

 

    # trash directory

    $Self->{"FileManager::Trash"} = $Self->{"FileManager::Root"}."/Trash/";

 

    # permission config (default is rw all for users)!

    $Self->{"FileManager::ReadAccessMap"} = {

#        '/Trash' => 'admin',

#        '/export' => 'users',

#        '/' => 'users',

#        '/0147497380' => 'users',

    };

    $Self->{"FileManager::DeleteAccessMap"} = {

        '/Trash' => 'admin',

#        '/mmm1' => 'users2',

#        '/' => 'users',

#        '/0147497380/' => 'users',

    };

    $Self->{"FileManager::CreateAccessMap"} = {

        '/Trash' => 'admin',

#        '/' => 'users',

#        '/mmm1' => 'users2',

#        '/0147497380/' => 'users'

    };

_______________________________________________
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support oder Consulting für Ihr OTRS System?
=> http://www.otrs.de/

Reply via email to