Quote:
Originally Posted by Kru
Fatal error: Field releaseid is not defined in $validfields in class vb_datamanager_thread in /includes/class_dm.php on line 485
Any idea what I made wrong?
|
You didn't make the file edit/run the install.php to do the file edits for you.
Quote:
1. The drop down box for Release Categories is not a drop down
all the catergory items show as "Movie,Music,Software,Game,Other" in the box
|
They should be separated by semicolons, sorry.
Quote:
2. When you submit, it wants to include a poll even though the poll is not checked..Cant proceed as i dont want to install a poll!!
|
Weird, I dont have this problem. Does anyone else? I think it could be a problem with the edits you made in "newthread."
Quote:
Also is there a way to set this per forum as i am sure peeps dont want releases all over the place
|
Nope, its designed to work in any forum - thats sorta the point in designing the hack the way I did. I could have done it like the article mod and just converted every post within a forum into a release, but I decided not to since I like this method more. If there is overwheliming popular support for limiting which forums can or can not be "released" in, then I may add it to the usergroup permissions per forum or something like that.
Quote:
UPDATE release SET
downloads = downloads + 1
WHERE postid = 1997;
|
What version of mysql are you using? I dont get this error for some reason.