Ok, just installed it. Got a DB error when I tried to delete the Example Category.
Code:
Database error in vBulletin 3.8.2:
Invalid SQL:
SELECT * FROM download_cats WHERE catid !=;
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
Error Number : 1064
Request Date : Tuesday, June 2nd 2009 @ 11:01:06 AM
Error Date : Tuesday, June 2nd 2009 @ 11:01:06 AM
Script : http://www.mydomain.com/board/admincp/download.php?do=deletecat&catid=1
Referrer : http://www.mydomain.com/board/admincp/download.php
IP Address : xx.xx.xx.xx
Username : Wolfseye
Classname : vB_Database
MySQL Version : 5.0.51a-3ubuntu5.4
Links have been changed for demonstration.
Also, when I click on "
DOWNLOAD AREA INDEX" or "
UPLOAD FILE" in the Navigation it goes to the wrong location.
My Forum is in:
Code:
www.mydomain.com/board
So the Download.php file is in that directory of course. But the 2 links mentioned above lead me to:
Code:
www.mydomain.com/download.php
or
Code:
www.mydomain.com/download.php?do=file
The correct location would be
Code:
www.mydomain.com/board/download.php
and
Code:
www.mydomain.com/board/download.php?do=file
Why don?t they point into my Forums Directory where the Mod is installed. It should know its right location since its installed there.