The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
My VBulletin is screwy! Help!
Hello i installed VBulletin 2.3.2 on to my server which is detailed as an:
Apache/1.3.29 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.3.3 FrontPage/5.0.2.2634 mod_ssl/2.8.16 OpenSSL/0.9.7a We us CPanel for our server and we run MySQL version 4.0.15-standard. I have installed multiple hacks from here including: Store 3.0 by lesane, Physical Iten Add on by Churchmedia, Stats by Afterburner, and Stats by Bane. The problem is relatively new. The probelm is that SOME member's names do not show up in our second forum "Junk in the Trunk" Their Username does not show up on the "Thread Starter" column or the "Last Post" column (both with in the Forum and on the main page showing both forums). The odd part is that only a 2 member's names have not shown up so far, but some still do. The problem can be found here: http://board.weekendninja.com/forumd...p?s=&forumid=3 Thank you in advance for your help! |
#2
|
||||
|
||||
so u uprgaded ? that means re installing hacks mate
|
#3
|
|||
|
|||
No I didn't upgrade at all and all the hacks work fine. And to the best of MY knowledge the hacks never touched the forum that is all screwy. . .
|
#4
|
|||
|
|||
Oh, and I installed the quick reply hack.
|
#5
|
||||
|
||||
Weird problem, let's first check if the name of the author is stored in the table, execute the following query and post the result here:
[sql] select postusername,postuserid,threadid from thread where threadid='146' [/sql] |
#6
|
|||
|
|||
I attatched an image of what the results were. . . I wasn't sure what you needed.
|
#7
|
||||
|
||||
It shows us that the username of the author is not stored in the table, so there is maybe something wrong in the file newthread.php, let's check that, open newthread.php and find:
Around line 131, your code can be different but post a block code that looks like this: PHP Code:
Then, find: PHP Code:
PHP Code:
|
#8
|
|||
|
|||
Well, i have all three of those blocks, all of them are the same as the ones you posted.
|
#9
|
|||
|
|||
Just below the last bit I have this, does that matter?
PHP Code:
|
#10
|
||||
|
||||
hmm, can you give me the result of this query?
[sql] select username from post where threadid='146' [/sql] And no, that doesn't matter.. the code belongs there. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|