The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Move thread button broken
For some reason the destination forum section when you go to move threads on my forum is broken. It doesn't show any forums and is just blank.
Here is a gif of it: Has anybody seen this before and have any idea how to fix it? Thanks |
#2
|
||||
|
||||
Does the same thing happen in a unmoddified default style?
|
#3
|
||||
|
||||
Thanks for the reply ozzy47, I just checked using the default style and the same thing is happening.
|
#4
|
||||
|
||||
Quote:
This will turn off all Mods and plugins and only native vBulletin code will be run. To eliminate the possibility that it's a Mod causing this. |
#5
|
||||
|
||||
Thanks for the suggestion, I disabled hooks and the issue still happened.
|
#6
|
||||
|
||||
What version of vB4 and what version of PHP are you running?
|
#7
|
||||
|
||||
4.2.1 is the vBulletin version (4.2.2 breaks some plugins).
PHP: PHP 5.3.3 (cli) (built: Dec 11 2013 03:29:57) Copyright (c) 1997-2010 The PHP Group Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies Also, would it be fine for me to do the following query to move threads instead? UPDATE `database`.`thread` SET `forumid` = '117' WHERE `thread`.`threadid` =30113; |
#8
|
||||
|
||||
Are all your files totally default? Maintenance > Diagnostics > Suspect File Versions - no files should be listed as Not Containing Expected Contents.
|
Благодарность от: | ||
Max Taxable |
#9
|
||||
|
||||
Our files are default. As asked in the last post, is executing an SQL query to update the forumid fine? In other words, does vBulletin change forums by updating the forumid of a thread? If so, I'll implement an alternative way to do this.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|