![]() |
Quote:
PHP Code:
PHP Code:
Quote:
Quote:
|
WOW!
Exellent support, thank you so much! |
I have two :(
SELECT t2.firstpostid, t2.open, t2.visible, t2.pollid, t2.threadid, t2.title AS threadtitle, t2.replycount, t2.views, t2.iconid, i.iconpath, i.title AS icontitle, t2.lastpost, t2.lastposter, t2.forumid, forum.title AS forumtitle , threadread.readtime AS threadread FROM vb_thread AS t2 LEFT JOIN vb_forum as forum ON (forum.forumid = t2.forumid) LEFT JOIN vb_post as p ON (p.postid = t2.firstpostid) LEFT JOIN vb_icon as i ON (i.iconid = t2.iconid) LEFT JOIN vb_threadread AS threadread ON (threadread.threadid = t2.threadid AND threadread.userid = 444) WHERE t2.open != 10 AND t2.forumid IN (75) AND t2.visible = 1 ORDER BY t2.lastpost DESC LIMIT 0, 30; MySQL-Fehler : MySQL server has gone away Fehler-Nr. : 2006 and the other one, right now i cant see the code... |
Quote:
Where can i find forumdisplay_complete? Thx :D |
Its not a template, its a hook. Youll find it under Plugins. ;)
|
OMG stupid me! Thx :D
|
Quote:
Quote:
|
Today again:
SELECT t2.firstpostid, t2.open, t2.visible, t2.pollid, t2.threadid, t2.title AS threadtitle, t2.replycount, t2.views, t2.iconid, i.iconpath, i.title AS icontitle, t2.lastpost, t2.lastposter, t2.forumid, forum.title AS forumtitle , threadread.readtime AS threadread FROM vb_thread AS t2 LEFT JOIN vb_forum as forum ON (forum.forumid = t2.forumid) LEFT JOIN vb_post as p ON (p.postid = t2.firstpostid) LEFT JOIN vb_icon as i ON (i.iconid = t2.iconid) LEFT JOIN vb_threadread AS threadread ON (threadread.threadid = t2.threadid AND threadread.userid = 351) WHERE t2.open != 10 AND t2.visible = 1 ORDER BY t2.lastpost DESC LIMIT 0, 10; MySQL-Fehler : MySQL server has gone away Fehler-Nr. : 2006 ------------------------- These error comes since Chatbox. And LIMIT 0, 10; is a setting from chatbox. I think there are some Problems with the Smilies- the Limit of 10 is the actual setting. How i can fix it? In the erlier Version there was a fix. I dont found the code to Change... where is ist? |
The LIMIT 0,10 is not appearing only in the chatbox, there are many other query which should look like that in vBulletin.
Trust me when I say this is not chatbox purpose at all, I don't see why I would query the forum, post, icon and threaread database tables from within the chatbox. Check the Script stated in the mysql error (which you didn't paste here), you'll see that I am right. |
hmm.... if i change it to 20, then comes the error with 20. If i Change it to 80, then comes 80 :D
Ad if i deaktivate the chatbox, then all runs perfect. But i need that chatbox :D No Idea? Maybe i must change in a php file the smilies manuell? |
All times are GMT. The time now is 05:32 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|