The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#72
|
|||
|
|||
In team vote to users,
Appear database error : There seems to have been a slight problem with the 虛空論壇 database. Please try again by pressing the refresh button in your browser. An E-Mail has been dispatched to our Technical Staff, who you can also contact if the problem persists. We apologise for any inconvenience. Code:
Database error in vBulletin 3.0.3: Invalid SQL: UPDATE thread SET lastpost = 1104148790 WHERE threadid = 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 '' at line 3 mysql error number: 1064 Date: Monday 27th of December 2004 07:59:51 PM Script: http://www.helzone.com/vbb/poll.php Referer: http://www.helzone.com/vbb/teamprivtearea.php?do=viewpoll&pollid=100&teamid=4 Username: 阿修羅 IP Address: 61.230.41.76 |
#73
|
|||
|
|||
Getting the same error, and also, when anyone clicks the link to invite a user to join, they get taken to a blank page.
|
#74
|
|||
|
|||
It was just brought to my attention that when someone clicks on a username, they are getting the following error:
Quote:
Edit: The more I think about it, the less use I can find for this modification on my board. How do I go about uninstalling it? |
#75
|
|||
|
|||
Should learn to use left joins. This adds two queries per thread on forumdisplay and adds a good number of queries to show thread as well.
|
#76
|
|||
|
|||
In your show teamless code you used a query within the while loop. Mean there will be one query for each user who is teamless. Meaning on a large site you would have just hit that db hard. What you should do is what I did on my site and use the fetch_online_status function.
|
#77
|
|||
|
|||
Quote:
do the following Find in member.php PHP Code:
PHP Code:
|
#78
|
||||
|
||||
EDIT
The below parse errors were most potentially cused by a erroneus coding - one too much </if> conditionals in the postbit template (my own coding). However, as I decided to remove the hack before finding about the flaw I can not be totally sure. EDIT When trying to browse a thread: If trying to view any thread I get a following error message: Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/soundchi/public_html/loud_lounge/includes/functions_showthread.php(820) : eval()'d code on line 346 While the above repeats itself many times with a RBS forum it otherwise shows only once (currently that's the only thread with multiple messages - an indication?) and as the trhread opens the threadbits doesn?t show: With single post threrads a vBulletin error message shows instead of any of the thread itself: vBulletin Message Unable to add cookies, header already sent. File: /home/soundchi/public_html/loud_lounge/includes/functions_showthread.php(820) : eval()'d code Line: 346 Now, my setup functions_showthread.php code at lines 340-346: PHP Code:
<div class="smallfont"> <if condition="$show['threadratings'] AND $show['threadrating']"><span style="float:$stylevar[right]"><img class="inlineimg" src="$stylevar[imgdir_rating]/rating_$thread[rating].gif" border="0" alt="<phrase 1="$thread[votenum]" 2="$thread[voteavg]">$vbphrase[thread_rating_x_votes_y_average]</phrase>" /></span></if> <if condition="$show['guestuser']"> $thread[postusername] <else /> <span style="cursorointer" onclick="window.open('member.php?$session[sessionurl]u=$thread[postuserid]')">$thread[postusername]</span> <if condition="$teaminfo['teamid']!=1"> <span style="cursorointer" onclick="window.open('showteams.php?$session[sessionurl]do=teamprofile&teamid=$teaminfo[teamid]')"> @ $teaminfo[name]</span> <else /> <span style="cursorointer" onclick="window.open('showteams.php?$session[sessionurl]do=teamless')"> @ $teaminfo[name]</span> </if> </if> </div> All admin area image paths are also somehow false... Only broken images showing... Voting on poll shows a false message, also the pm message showing as an error is quite annoying... Any comments correcting the above would be greatly appreciated! Best regards, Mika |
#79
|
|||
|
|||
if you getting error on polls issue its only cuse you edited poll.php worng
or missed few things, you cant blame me for problems you having, i dont say my code is perfect but its working, here its working for 100 % i know there might be few problems its ok im having problem to give support 24/7 here as most of week im not at home , im working to get updated and to fix bugs as soon as possible, sorry for problems dont have anything to say anymore. |
#80
|
|||
|
|||
Quote:
Rgds :-) |
#81
|
||||
|
||||
Quote:
PHP Code:
PHP Code:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|