Quote:
Originally Posted by Montecristo
RS_Jell, I have found a bug.
I set in the group so that users can not delete your uploaded files and the same appears to them that option.
Any idea?
|
Good catch, pretty strange I really missed that permission check

This will be fixed in the next release.
Quote:
Originally Posted by Nadeemjp
hi Jelle
I am running vb4.0.8 the latest version.
I have always uploaded files and never tried to download.
A couple of days ago I tried to download one of my own files and i came accross the following errors:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@familybunker.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
--------------------------------------------------------------------------------
Apache mod_fcgid/2.3.5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at www.familybunker.com Port 80
i tried downloading all the files and every file gives this error.
any particular reason why this is happening?
|
This is a server specific error. Internal server errors are mostly caused by invalid .htaccess contents.
Quote:
Originally Posted by Smiler2009
I need to be able to filter the download categories based on additional usergroups, not just primary, is this being worked on for a future update?
Jeff.
|
I'm already looking into additional usergroups
Quote:
Originally Posted by Semlyen IT
Is this a bug?
Once a user has uploaded a file, they're redirected to the page for that file (downloads.php?do=file&id=xx).
But if the file has to be moderated, the user can't view this page. So they get a "You don't have permissions to view this page" error page. Which is confusing for the users who will assume that the upload hasn't worked.
EDIT: At the risk of seeming a little hack-happy I fixed this by changing line 1645 in download.php from
Code:
$vbulletin->url = 'downloads.php?' . $vbulletin->session->vars['sessionurl'] . "do=file&id=$id";
to:
Code:
$vbulletin->url = 'downloads.php?' . $vbulletin->session->vars['sessionurl'];
|
I see you are running 6.0.5, just upgrade to 6.0.6 as it's fixed in it (in another way)