It appears you have not yet registered with our community. To register please click here...

 
General Web Directory
 

 

Go Back   Forum Owners - A Community For Forum Owners > vBulletin
User Name
Password

vBulletin Discuss issues, tips and general topics about vBulletin.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 12-16-2005, 02:01 PM
mikelbeck's Avatar
mikelbeck mikelbeck is offline
Administrator
 
Join Date: Dec 2005
Location: Lawn Guyland, Noo Yawk
Posts: 169 | Points: 332
mikelbeck is on a distinguished road
Default A Quick Tip

If you're dumb like me, and you put untested code in the global_start hook and suddenly you find that you can't access your board anymore, here's an easy way to fix it.

Open global.php, search for this block of code:

Code:
if (!is_demo_mode()) { @ob_start(); ($hook = vBulletinHook::fetch_hook('global_start')) ? eval($hook) : false; $phpinclude_output = @ob_get_contents(); @ob_end_clean(); }

and comment it out, so it looks like this:

Code:
/* if (!is_demo_mode()) { @ob_start(); ($hook = vBulletinHook::fetch_hook('global_start')) ? eval($hook) : false; $phpinclude_output = @ob_get_contents(); @ob_end_clean(); } */

Then you'll be able to access your board again and can go in and either fix or delete your bad code. After you fix it, go back to global.php and un-comment the code.

Reply With Quote
  #2  
Old 12-23-2005, 12:34 PM
crash crash is offline
Senior Member
 
Join Date: Dec 2005
Posts: 213 | Points: 457
crash is on a distinguished road
Default

Okay now you make me feel really dumb. At least you know whats going on with that code, I don't have any idea at all!
Reply With Quote
  #3  
Old 12-10-2007, 06:28 AM
priji priji is offline
Junior Member
 
Join Date: Nov 2007
Posts: 15 | Points: 32
priji is on a distinguished road
Default

no idea.
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Quick Guide to Generating traffic dotcomguy Increasing Traffic & Members 13 07-30-2008 12:53 AM



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 2.4.0