Quote:
Originally Posted by Jaxel
@Penchaan... thank you for that... I looked at it and IMMEDIATELY knew what the problem was for new installers. What it is, the first time you install the script, it creates default categories. I never setup a "level" field for these default categories. It wasn't an issue for upgraders, because the script never tried to install those default categories. Has been fixed in version 1.1.4.5, now available for download.
With version 1.1.4.5, there shouldn't be any errors during the install script.
|
Thanks for the update Jaxel.
Installed.
Now getting database error when browsing /video.php
Quote:
Database error in vBulletin 3.8.0 Release Candidate 1:
Invalid SQL:
SELECT videotagvideo.tagid AS tag, videotag.*, COUNT(*) AS quantity
FROM community_videotagvideo
INNER JOIN community_videotag ON (videotag.tagid = videotagvideo.tagid)
WHERE videotagvideo.dateline > 1199711937
GROUP BY videotag.tagid, videotag.tagtext
ORDER BY quantity DESC
LIMIT 50;
MySQL Error : Unknown table 'videotag'
Error Number : 1051
Request Date : Tuesday, January 6th 2009 @ 08:18:57 AM
Error Date : Tuesday, January 6th 2009 @ 08:18:57 AM
Script : http://www.forum.com/video.php
MySQL Version : 5.0.67-community
|