Version: , by Intex
Developer Last Online: Apr 2014
Version: Unknown
Rating:
Released: 06-03-2004
Last Update: Never
Installs: 0
No support by the author.
Tigga - let me be the first to say what an absolutely outstanding hack this is. I've been using it now for about a month (or whenever you first released it on your website).
Installed and working great on 3.0.1. Fantastic work !!!! Waiting to vote for it on 'Hack of the Month'.
* Intex clicks INSTALL. Even though it was installed a few weeks ago .
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
Nm lol. I figured it out lol. I forgot to put forums/ at the end of my chdir path GRR lol Spent about 3 hours grumbling and the wife got up at 5am looking at me like I was nutz
Ok, all fixed .. Ill have to play around with the organization and whatnot tomorrow. Goodnight (or morning to some) everyone...... Thanks again Tigga..
thanx tigga... very much appreciated... now i have another problem... i installed it succesfully and all but now when i run the cmps index it gives me this error:
PHP Code:
Warning: chdir(): No such file or directory (errno 2) in /home/wmp/public_html/nex/index.php on line 19
Warning: main(./global.php): failed to open stream: No such file or directory in /home/wmp/public_html/nex/index.php on line 25
Fatal error: main(): Failed opening required './global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/wmp/public_html/nex/index.php on line 25
thanx tigga... very much appreciated... now i have another problem... i installed it succesfully and all but now when i run the cmps index it gives me this error:
PHP Code:
Warning: chdir(): No such file or directory (errno 2) in /home/wmp/public_html/nex/index.php on line 19
Warning: main(./global.php): failed to open stream: No such file or directory in /home/wmp/public_html/nex/index.php on line 25
Fatal error: main(): Failed opening required './global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/wmp/public_html/nex/index.php on line 25
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...