PDA

View Full Version : Move thread button broken


MagicPID
12-26-2013, 01:56 AM
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:

https://vborg.vbsupport.ru/external/2013/12/3.gif


Has anybody seen this before and have any idea how to fix it?

Thanks

ozzy47
12-26-2013, 02:12 AM
Does the same thing happen in a unmoddified default style?

MagicPID
12-26-2013, 02:33 AM
Does the same thing happen in a unmoddified default style?

Thanks for the reply ozzy47, I just checked using the default style and the same thing is happening.

Max Taxable
12-26-2013, 03:31 AM
Thanks for the reply ozzy47, I just checked using the default style and the same thing is happening.See if it still occurs when hooks are disabled. AdminCP>Options>Plugin/Hook System> Disable hooks.

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.

MagicPID
12-26-2013, 04:49 AM
See if it still occurs when hooks are disabled. AdminCP>Options>Plugin/Hook System> Disable hooks.

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.

Thanks for the suggestion, I disabled hooks and the issue still happened.

ozzy47
12-26-2013, 10:36 AM
What version of vB4 and what version of PHP are you running?

MagicPID
12-26-2013, 12:27 PM
What version of vB4 and what version of PHP are you running?

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;

Lynne
12-26-2013, 04:57 PM
Are all your files totally default? Maintenance > Diagnostics > Suspect File Versions - no files should be listed as Not Containing Expected Contents.

MagicPID
12-26-2013, 08:05 PM
Are all your files totally default? Maintenance > Diagnostics > Suspect File Versions - no files should be listed as Not Containing Expected Contents.

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.

Lynne
12-26-2013, 10:14 PM
Yes, the thread.forumid field is the one that defines what forumid the thread lives in.

ozzy47
12-26-2013, 10:15 PM
Is the following code it the template, threadadmin_movethread

<div class="blockrow">
<label for="destforumid">{vb:rawphrase destination_forum}:</label>
<select id="destforumid" name="destforumid" class="primary" tabindex="1">
{vb:raw moveforumbits}
</select>
<p class="description">{vb:rawphrase which_forum_moved_thread}</p>
</div>

MagicPID
12-26-2013, 10:44 PM
Yes, the thread.forumid field is the one that defines what forumid the thread lives in.
Thanks!
Is the following code it the template, threadadmin_movethread

<div class="blockrow">
<label for="destforumid">{vb:rawphrase destination_forum}:</label>
<select id="destforumid" name="destforumid" class="primary" tabindex="1">
{vb:raw moveforumbits}
</select>
<p class="description">{vb:rawphrase which_forum_moved_thread}</p>
</div>
Yes, the code is there.

Max Taxable
12-26-2013, 10:48 PM
Thanks!

Yes, the code is there.Have you tried this with different browsers?

ozzy47
12-26-2013, 10:52 PM
Can you please check the error console (Ctrl+Shift+J in Firefox or F12 in Chrome) for any JS errors?

MagicPID
12-27-2013, 06:38 PM
Can you please check the error console (Ctrl+Shift+J in Firefox or F12 in Chrome) for any JS errors?

No errors found:
https://vborg.vbsupport.ru/external/2013/12/3.png

I've made a kludgy (http://en.wikipedia.org/wiki/Kludge) temporary fix which updates the vBulletin forumid with the new one.
It works awesome:
https://vborg.vbsupport.ru/external/2013/12/4.png

However, it's not an integral part of vBulletin, and I'm worried some time now or later it will make something go FUBAR.

ozzy47
12-27-2013, 06:44 PM
Still don't make any sense why it is not showing, there may be more issues that have yet to be discovered.

Max Taxable
12-27-2013, 07:28 PM
Does. This. Happen. In. All. Browsers?

MagicPID
12-27-2013, 07:36 PM
Still don't make any sense why it is not showing, there may be more issues that have yet to be discovered.
Alright. Thanks for helping anyway!

Does. This. Happen. In. All. Browsers?
Yes. It. Does.

Max Taxable
12-27-2013, 07:38 PM
Alright. Thanks for helping anyway!


Yes. It. Does.Thank. You.

ozzy47
12-27-2013, 09:11 PM
If you want, you could PM me a admin account, and I can see if I can figure out what is going on.

metrika
03-10-2018, 08:08 PM
Same problem here, I Think is PHP version, it happens just in my new hosting with VESTAcp