Quote:
Originally Posted by RS_Jelle
Have a look at the source code of that database error page. Database errors are "hidden" since the vB 3.6 branch (you can find it between <pre> HTML tags).
For number 2: For a), this is at the moment the expected behaviour, but we should change it indeed. For b), this seems to be an issue when using the "Manage files" delete option (the modify_filecount_user() is missing there).
Use the delete option on the file page to fix this at the moment or open downloads.php:
Find the first occurence of:
PHP Code:
$dl->modify_filecount($file['category'],-1);
Above this add:
PHP Code:
$dl->modify_filecount_user($file['uploaderid']);
|
Thx RS_JELLE -> IT WORKS PERFECT (hope you will fix it in new versions)
i found now the sql errors in the sourcecode of the html error page
Code:
<!--
Datenbankfehler in vBulletin 3.6.8:
Invalid SQL:
SELECT title, usergroup.usergroupid, username, userid
FROM vb3_usergroup, vb3_user
WHERE ecdownloadpermissions & 1024 AND usergroup.usergroupid = user.usergroupid;
MySQL-Error : Unknown column 'usergroup.usergroupid' in 'field list'
Error-Nr. : 1054
Date : Thursday, December 13th 2007 @ 12:30:32 AM
Skript : http://www.domainname.de/forum/downloads.php?do=add&id=
Referrer : http://www.domainname.de/forum/downloads.php?do=add&cat=
IP-Adresse : 80.135.99.182
Username : CAM
Classname : vB_Database
-->
I hope we can fix that asap.
Thank you for your support!
regards