vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Move thread button broken (https://vborg.vbsupport.ru/showthread.php?t=306291)

MagicPID 12-26-2013 01:56 AM

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:

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

Quote:

Originally Posted by ozzy47 (Post 2470571)
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

Quote:

Originally Posted by MagicPID (Post 2470574)
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

Quote:

Originally Posted by Max Taxable (Post 2470578)
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

Quote:

Originally Posted by ozzy47 (Post 2470607)
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

Quote:

Originally Posted by Lynne (Post 2470671)
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

Code:

                        <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

Quote:

Originally Posted by Lynne (Post 2470691)
Yes, the thread.forumid field is the one that defines what forumid the thread lives in.

Thanks!
Quote:

Originally Posted by ozzy47 (Post 2470692)
Is the following code it the template, threadadmin_movethread

Code:

                        <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

Quote:

Originally Posted by MagicPID (Post 2470697)
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

Quote:

Originally Posted by ozzy47 (Post 2470699)
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 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

Quote:

Originally Posted by ozzy47 (Post 2470820)
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!

Quote:

Originally Posted by Max Taxable (Post 2470828)
Does. This. Happen. In. All. Browsers?

Yes. It. Does.

Max Taxable 12-27-2013 07:38 PM

Quote:

Originally Posted by MagicPID (Post 2470833)
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


All times are GMT. The time now is 01:34 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01165 seconds
  • Memory Usage 1,766KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (12)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (21)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete