Quote:
Originally Posted by ArnyVee
Jaxel, what do I do with this error I encountered within the admin when importing the new product?
Code:
Database error in vBulletin 3.7.4:
Invalid SQL:
ALTER TABLEvideo ADD timelength int(10) unsigned NOT NULL;
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 'TABLEvideo ADD timelength int(10) unsigned NOT NULL' at line 1
Error Number : 1064
....and, I get this when I clicked on "video" in my navbar.....
Invalid SQL:
SELECT videotag.tagtext
FROM videotagvideo AS videotagvideo
INNER JOIN videotag AS videotag ON (videotag.tagid = videotagvideo.tagid)
WHERE videotagvideo.videoid = 94
ORDER BY videotag.tagtext;
[/CODE]
|
you need to change the line 46 an 75 you need to add a space betwer ALTER TABLE and " and this will fix that problem
[CODE]Database error in vBulletin 3.7.4: