Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Problem after uploading file , image file.png not visible

edited October 2011 in Vanilla 2.0 - 2.8
In our forum after uploading a file (not image) we cannot see if correct uploaded or not. The javascript infact tries to load image:

/forum/index.php?p=/plugins/FileUpload/images/file.png

which is not available "Page Not Found The page you were looking for could not be found."

which is instead available using this path: /forum/plugins/FileUpload/images/file.png

What could be the problem?

We area using:
Vanilla 2.0.18b2
FileUpload 1.5.2

Thanks,

ROb

Comments

  • Explain step by step what you did, which file you uploaded, which filetype, which file extension. After uploading, does the file exists? In which directory?
    Your vanilla install is in /forum/ ? Do you have rewriterules enabled. Look in conf/config.php for that.

    There was an error rendering this rich post.

  • I uploaded a simple .txt file (this file type is permitted).

    The file has been created in /forum/uploads/FileUpload/78/f30c2e77299a9c91f43e99be963ca5.txt so the directory is correctly writeable by the webserver.

    Vanilla installation dir is /forum/

    We have rewrite rules enables only at the virtual host level not in Vanilla:

    $Configuration['Garden']['RewriteUrls'] = FALSE;

    Thanks for the reply.

    ROb
Sign In or Register to comment.