It WAS working for me on 3.03...but right now I've got a SQL error...a few actually...
This is the error I get when I try to get to the access panel of the CPMS in the AdminCP...
Quote:
Database error in vBulletin 3.0.3:
Invalid SQL:
SELECT adv_setting.*
FROM adv_setting AS adv_setting
LEFT JOIN adv_settinggroup AS adv_settinggroup USING (grouptitle)
WHERE adv_settinggroup.grouptitle LIKE 'adv_portal%'
ORDER BY adv_settinggroup.displayorder, adv_setting.displayorder
mysql error: Got error 28 from table handler
mysql error number: 1030
|
And this is the error I get when I try to access the CPMS itself via my homepage...
Quote:
Invalid SQL:
SELECT IF(votenum >= 1, votenum, 0) AS votenum, IF(votenum >= 1 AND votenum != 0, votetotal / votenum, 0) AS voteavg,
thread.threadid, thread.title, replycount, postusername, postuserid, thread.dateline AS postdateline, thread.lastposter, thread.lastpost, IF(views<=replycount, replycount+1, views) AS views, forumid, post.postid, pagetext, allowsmilie
,thread.iconid AS threadiconid, iconpath AS threadiconpath
, NOT ISNULL(subscribethread.subscribethreadid) AS subscribed
, attachment.filename, attachment.filesize, attachment.visible, attachmentid, counter, thumbnail, LENGTH(thumbnail) AS thumbnailsize
FROM thread AS thread
LEFT JOIN post AS post ON (post.postid = thread.firstpostid)
LEFT JOIN icon USING (iconid)
LEFT JOIN attachment AS attachment ON (post.postid = attachment.postid)
LEFT JOIN subscribethread AS subscribethread ON (subscribethread.threadid = thread.threadid AND subscribethread.userid = '2')
LEFT JOIN deletionlog AS deletionlog ON (thread.threadid = deletionlog.primaryid AND type = 'thread')
WHERE forumid IN(3) AND thread.visible = 1 AND thread.open != 10 AND deletionlog.primaryid IS NULL
GROUP BY post.postid
ORDER BY postdateline DESC
LIMIT 4
mysql error: Got error 28 from table handler
mysql error number: 1030
|
I didn't change anything, that I know of...
Any ideas?? I think it might be the host I have, or at least at first I did, but I can get into my forums easily...they're working fine...as is the admin cp, etc...
Thanks for any help you can give...