Menu

#137 File upload unsuccessful

V 2.5rc 2
closed
5
2004-12-13
2004-12-02
Ain Tohvri
No

WinXP
PHP5.0.2
Apache 2

Logo upload for Company Details fails. No PHP error
message logged.

Adding a file also fails producing the message:

Errors found!
No file selected

regardless the fact that the file was actually selected.

Discussion

  • Ain Tohvri

    Ain Tohvri - 2004-12-02

    Logged In: YES
    user_id=1165755

    Problem has the same roots with the issue already described
    at
    http://sourceforge.net/tracker/index.php?func=detail&aid=1072861&group_id=46510&atid=446382
    concerning register_long_arrays directive in PHP conf.

    Upgrading all the $HTTP_POST_FILES superglobals to $_FILES
    solves the issue. It concerns all the upload-related code in
    phpCollab (eg linkedcontent/addfile.php,
    administration/mycompany.php)

     
  • Christophe Combelles

    Logged In: YES
    user_id=84824

    The problem for the logo seems to be the permissions. It is 600 by default, and needs to be 666

     
  • Francesco Fullone

    Logged In: YES
    user_id=418801

    fixed in cvs

     
  • Francesco Fullone

    • assigned_to: nobody --> fullo
    • status: open --> closed
     

Log in to post a comment.