Menu

Problems with Fileman

Help
Anonymous
2003-03-28
2003-03-28
  • Anonymous

    Anonymous - 2003-03-28

    I'm using verdon's 1.05 hack of fileman (with 0.8.3 phpWS). A first problem arises when clicking the 'Browse document' link. This seems to expand the main menu.
    A second lies in the attach-function. It only works for the very first file in my list. With other files, the cdoe simply does not allow to select a certain page to which the file should be attached. Anyone else experienced these problems and/or has any suggestions ?

    Greetings,
    Peter

     
    • Anonymous

      Anonymous - 2003-03-28

      Sorry it appears I'm running the 1.06 hack.

       
    • Anonymous

      Anonymous - 2003-03-28

      Sorry it appears I'm running the 1.06 hack.

       
      • Anonymous

        Anonymous - 2003-03-28

        The automatic extending of the menu is due to a wrong link which is created during fileman installation. The link in the 'Browse documents' points to a subcategorie, forcing extension of the menu.

        The problem with the attach is due to a small typo in the manage_files function. Change in line 876:
        ....op=attach_file&amp;id=$file_id\">Attach<....
        to
        ....op=attach_file&amp;id=$file_id2\">Attach<....

        greetings.

         

Log in to post a comment.