The Wise One |
09-27-2005 01:44 AM |
Quote:
Originally Posted by hydrostatic
If you import the xml before you upload the files (like what I did because I was careless), then your bitfields won't be rebuilt. I think that's the issue. :) It's really no fault of anybody.
|
thanks for that bit of info. its very possible i may have done that. dont recall for sure though.
are you experiencing any issues with subscribing to a bug entry?
for me, when submitting a new bug and ticking the box for Subscribe, i get a DB error:
Code:
Database error in vBulletin 3.5.0 Release Candidate 3:
Invalid SQL:
INSERT INTO vbug_subscribe (userid, vbug_id)
VALUES (1, );
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 2
Error Number : 1064
the bug is inserted fine, but the subscription doesnt take. when adding a response to an existing bug, and ticking the Subscribe box, i dont get an error...but the subscription doesnt take. nothing is entered, in either case, to the vbug_subscribe table. i verified this with phpmyadmin.
|