Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author mdempfle

    (@mdempfle)

    have you enabled the upload debug yet? There you see exactly what happens.

    Thread Starter Ooypunk

    (@ooypunk)

    This appeared:

    08.20.2012 12:00:35 - 1. Config loaded
    08.20.2012 12:00:35 - 2. Authenification sucessfull
    08.20.2012 12:00:35 - 3. Directory read: __/__/__/____home/testuser/domain/public_html_cgn/images/cose/
    08.20.2012 12:00:35 - 3a. $_FILES content:
    Array
    (
        [Filedata] => Array
            (
                [name] => DSC00241.JPG
                [type] => application/octet-stream
                [tmp_name] => /tmp/phpwsjL2V
                [error] => 0
                [size] => 315009
            )
    
    )
    
    08.20.2012 12:00:35 - 4. Check valid extension: DSC00241.JPG
    08.20.2012 12:00:35 - 4a. Extension valid.
    08.20.2012 12:00:35 - 5. Before move_uploaded_file : /tmp/phpwsjL2V -> __/__/__/____home/testuser/domain/public_html_cgn/images/cose__dsc00241.jpg
    08.20.2012 12:00:35 - 5a. After move_uploaded_file.
    08.20.2012 12:00:35 - 6. Uploaded.
    08.20.2012 12:00:35 - 7. Internal processing done.
    08.20.2012 12:00:35 - 9. End upload
    08.20.2012 12:00:35 - 10. End store session

    I wonder where the ‘__/__/__/____’ before home/ comes from?

    Plugin Author mdempfle

    (@mdempfle)

    Have you defined the upload path relative?

    __/ does come because the upload path is relative from the tfu_upload.php therefore wfu goes up to the wordpress root. Therefore the ../../../../ is added – and the log writer replaces ../ with __/ because of security issues.

    Plugin Author mdempfle

    (@mdempfle)

    have you started your path with ../home?

    Because I see 4 ____ with is …. so you might only have to add an additional /

    Best, Michael

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: WordPress Flash Uploader] Multisite upload path’ is closed to new replies.