Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 Programming Discussions

Reply
 
Thread Tools Display Modes
  #1  
Old 07-25-2012, 09:57 AM
rmd1 rmd1 is offline
 
Join Date: Dec 2008
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Weird Error - Sub Forums dont show up anymore?

Hello vb org Community!

I got a strange Problem here that neither me or a coder that I hired cant fix... So I hope you can help me with this little Problem...

I made a 1:1 Copy of my already working Website to use it as my Testenviroment. Everything works fine, except this BIG Problem regarding Sub Forums!
In my Forumhome I have a Category which has multiple Sub Forums. Clicking the Category on the Live Site shows the Threads that it contains + the Sub Forums on top of the Threads.
Problem: In my Test Enviroment, the Sub Forums dont show up - even tho its a 1:1 copy of the DB / Files. Why does this happen and how can I fix it? I am currently trying to create a new theme and cant complete it without designing the Sub Forums.
Already tried rebuilding the Thread / Forum Information via the Mainentance functions in Admincp.

I appreciate any help on this! Google only spits out Topics about the Sub Forum Depth, which is not the Problem, already tried that
Reply With Quote
  #2  
Old 07-25-2012, 12:13 PM
kh99 kh99 is offline
 
Join Date: Aug 2009
Location: Maine
Posts: 13,185
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Try temporarily disabling all plugins by putting

Code:
define('DISABLE_HOOKS', 1);

in your config.php file, and also try creating a new style with no parent, and see if you still have the problem.
Reply With Quote
  #3  
Old 07-25-2012, 02:05 PM
ForceHSS ForceHSS is offline
 
Join Date: Apr 2008
Posts: 6,357
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Maybe a link to the problem
Reply With Quote
  #4  
Old 07-25-2012, 03:32 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any caching being used on the server? Did you select to use that caching in the config.php file also? Can you see the sub-forums in the database? Are they shown in the Forum Manager and not set to Display "0"?
Reply With Quote
  #5  
Old 07-26-2012, 11:02 AM
rmd1 rmd1 is offline
 
Join Date: Dec 2008
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by kh99 View Post
Try temporarily disabling all plugins by putting

Code:
define('DISABLE_HOOKS', 1);

in your config.php file, and also try creating a new style with no parent, and see if you still have the problem.
Disabling the Hooks didnt work.
About the styles, no matter which Style I use, these Forums are never visible "inside the first level Sub Forum". Not even in the default Style that comes with vb!!

Quote:
Originally Posted by ForceHSS View Post
Maybe a link to the problem
Sorry, not possible... But here are two screens of it,i if that helps
Attachment 140101Attachment 140102

Quote:
Originally Posted by Lynne View Post
Any caching being used on the server? Did you select to use that caching in the config.php file also? Can you see the sub-forums in the database? Are they shown in the Forum Manager and not set to Display "0"?
hmmmmm, no caching AFAIK. I checked the config.php and it seems there is also no caching activatzed.

I can see the Sub Forums in the Database, Forum Manager AND when im on Forumhome (domain.com/forum) .... but not when im clicking the level 1 Sub Forum :/
Please dont forget, this test area is a 1:1 DB + Files copy of my live site, where everything works

Any Ideas ?
Reply With Quote
  #6  
Old 07-26-2012, 11:28 AM
kh99 kh99 is offline
 
Join Date: Aug 2009
Location: Maine
Posts: 13,185
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just to be clear, the missing subforums are the same ones that already exist on your main site, not subforums you started adding on the test site?
Reply With Quote
  #7  
Old 07-26-2012, 11:46 AM
rmd1 rmd1 is offline
 
Join Date: Dec 2008
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by kh99 View Post
Just to be clear, the missing subforums are the same ones that already exist on your main site, not subforums you started adding on the test site?
Yes A 1:1 Copy of my Main site, only thing I changed was the DB Info inside the config file, so I dont kill the main site.
Reply With Quote
  #8  
Old 07-26-2012, 11:58 AM
kh99 kh99 is offline
 
Join Date: Aug 2009
Location: Maine
Posts: 13,185
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Edit: nvm - you're using vb3.
Reply With Quote
  #9  
Old 07-26-2012, 12:30 PM
Simon Lloyd's Avatar
Simon Lloyd Simon Lloyd is offline
 
Join Date: Aug 2008
Location: Manchester
Posts: 3,481
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Where Lynne mentions caching, if you are using xcache you'll need to give each config a different setting not doing so can crash the memory or, as you are having, difficulties displaying things called in to a cache such as templates

As a test, change the folder name that your forum is in or change the database details in config.php to something ficticious, clear your server cache and then try and access your test forum see what issues you have, but before that i'd copy the database again and import it in to the test database again.
Reply With Quote
  #10  
Old 07-26-2012, 03:42 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What are you settings (the top three) in AdminCP > Settings > Options > forum listings display options?
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:24 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04713 seconds
  • Memory Usage 2,272KB
  • Queries Executed 14 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (2)bbcode_code
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete