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.

It is not working...?

edited September 2010 in Vanilla 2.0 - 2.8
It is just showing a sentence 'Attach a file', but nothing else. I uploaded it in public_html/solutions/plugin/fileupload...

Now what to do?

Comments

  • This problem occurred when I was not using rewrite.

    config.php:
    $Configuration['Garden']['RewriteUrls'] = TRUE;

  • I made the suggested change above, but it's still not working.
    I have tested on Chrome, Safari, and IE8. Any ideas?
  • Nevermind, I have resolved the issue. Turned out my .htaccess was wrong. Replaced it with the one from the install package, and it works fine now.
  • edited March 2011
    Hi, I have a question.

    I've created and applied a theme to our forum... The fileupload now creates the 'Upload File' link but the upload container is empty i.e.:

    div class="AttachFileLink">
    a href="javascript:void(0);">Attach a file</div
    </div

    Any ideas?!

    Thanks,

    Ian
  • sorry:

    div class="AttachFileLink"
    a href="javascript:void(0);" Attach a file /a
    div class="CurrentUploader" /div
    /div
Sign In or Register to comment.