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.


All times are GMT. The time now is 03:50 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.01016 seconds
  • Memory Usage 1,735KB
  • 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
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete