Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 03-29-2011, 07:25 PM
asipes asipes is offline
 
Join Date: Sep 2010
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Forum isn't showing after theme upload

I don't know if I'm posting this in the right section. I uploaded a new XML - and theme today and apparently DUH the paths changed or something - because now when I go to view my forum it's just a white page, the forum doesn't even come up.

The version I had was 4.0.7

www.mjworldcry.com/board

Can someone tell me what I can do to get it up and viewable? I'm lost.

Oh and it doesn't matter what theme I upload now, it won't make it show.
Reply With Quote
  #2  
Old 03-29-2011, 07:50 PM
kether1 kether1 is offline
 
Join Date: Jun 2006
Posts: 232
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Start by disabling the plugin/hook system:

****
If you are able to access your AdminCP go to

AdminCP -> Settings -> Options -> Plugin/Hook System

And set it to No to disable.
*****

If you cannot access your admincp, then do the following:

First, open your config.php which can be found in your forum root/includes directory

Just below this code:
<?php

Past in this code:

define('DISABLE_HOOKS', true);

and save the file.

If you would like to enable the plugin/hook system again, either remove the line again or simply comment that line out. To do so, add two forward slashes " / " so it will look like this:

// define('DISABLE_HOOKS', true);

If you ever need to disable the plugin/hook system again
you simply have to remove those two " / ".

If you still get a white page and you can access your admincp, make sure your style is set to the default Vbulletin style and then test to see if you can access your site.

Did you change anything in your htaccess file? If so, this could also cause you to not be able to access your site.

Good luck.

Kether
Reply With Quote
  #3  
Old 03-29-2011, 08:44 PM
asipes asipes is offline
 
Join Date: Sep 2010
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you so much, yes I do have access to the admin panel. I did set it to no and it was still white.

What I noticed is that when I click "view" it takes me to http://www.mjworldcry.com/board/forum.php and the forum.php is not suppose to be there. So it added that on somehow. So yes it's still not showing but I did disable that. Not sure why it isn't going to www.mjworldcry.com/board and added on the last part.
Reply With Quote
  #4  
Old 03-29-2011, 09:38 PM
kether1 kether1 is offline
 
Join Date: Jun 2006
Posts: 232
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hmmmm.. seems to me that forum.php would be inside the "board" folder.

Are you using VBSEO or some other re-right plugin? It could be an htaccess issue. Do you have an htaccess file. I see your landing page at www.mjworldcry.com.

How do you get the non-dynamic URL www.mjworldcry.com/board instead of the standard url www.mjworldcry.com/board/index.php ?

Be sure to go to your config.php file and disable hooks there as well using the code I posted before.

You will probably need to create a new, unaltered style with the plugins disabled to see if you can get your forum to work if it is not a htaccess or some other re-right issue.
Reply With Quote
  #5  
Old 03-29-2011, 09:52 PM
asipes asipes is offline
 
Join Date: Sep 2010
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

where would the htaccess file be per se? I can't seem to find it in any of the folders...is that the issue? I did find the forum.php file in the board folder.
Reply With Quote
  #6  
Old 03-29-2011, 09:54 PM
kether1 kether1 is offline
 
Join Date: Jun 2006
Posts: 232
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

most likely the htaccess file (if you have one) will be in the root folder of your site, though you could have one in the forum 'Board" folder of your site.
Reply With Quote
  #7  
Old 03-29-2011, 10:11 PM
asipes asipes is offline
 
Join Date: Sep 2010
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The htaccess file isn't in either location. I did go in and disable hooks in the config.php file, still white screen.
Reply With Quote
  #8  
Old 03-29-2011, 10:28 PM
kether1 kether1 is offline
 
Join Date: Jun 2006
Posts: 232
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Okay, one more thing to try:

I am assuming your forum is in the root of your site inside the folder 'board'.

If this is the case, then go to your admincp and do two things:

1. make sure the path is correct in the settings area:
Go to:
AdminCP -> Settings -> Options ->Site Name / URL / Contact Details
and make sure your Forum URL is correct. It should be: http://www.mjworldcry.com/board (no ending slash!)

"Always use Forum URL as Base Path" should be set to YES

SAVE.

If it was correct, then go to step 2. If it wasn't correct, then re-check to see if it works now.

2. Now we will create a completely unmodified style to test your default install of your forum.

1. AdminCP ->Styles & Templates - >style manager - >add new style - >
A. choose NO PARENT STYLE
B. Call it whatever you want
C. 99 (this will display it at the bottom of your list of styles)
D. Save

Now, go to:

AdminCP -> Settings -> Options ->Style & Language Settings

Under the setting: Default Style choose the new style you just created.

SAVE

Now visit your home page by clicking the link in your admincp at the top right of your screen "Forum Home Page".

Did that work?
Reply With Quote
  #9  
Old 03-29-2011, 10:37 PM
asipes asipes is offline
 
Join Date: Sep 2010
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Step 1 was already correct, so I went to step 2. Created the new template, saved it, changed the style settings, saved. Tried the forum again, nothing. Also, the forum homepage link is still messed up. If I can't seem to resolve the problem, I'm willing to let someone take a look at it, and could probably give them a few bucks.
Reply With Quote
  #10  
Old 03-29-2011, 10:42 PM
kether1 kether1 is offline
 
Join Date: Jun 2006
Posts: 232
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The forum home page is just a few lines below:
AdminCP -> Settings -> Options ->Site Name / URL / Contact Details

This link should be the full url http://www.mjworldcry.com/board/forum.php

I hope that helps.


EDIT:
Question: Did you upload files beyond the style xml that caused the problem originally? Maybe it is a permissions/ ownership issue?
Reply With Quote
Reply


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 01:51 AM.


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.04152 seconds
  • Memory Usage 2,244KB
  • Queries Executed 11 (?)
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
  • (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_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