vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   <whimper> I broke my website. (https://vborg.vbsupport.ru/showthread.php?t=146550)

josiespencer 05-05-2007 09:09 PM

<whimper> I broke my website.
 
I know, I know, I posted this on www.vbulletin.com as well but this is sort of an emergency.

I added a one line piece of code to hook login_login_success. I got an error when logging on that implied I had something seriously wrong just in that one line. And I couldn't log on to take the plugin out. So I deleted the plugin entry on the database level. Now when I try to log on to my website, I get this:

Unable to add cookies, header already sent.
File: /home/sapsuper/public_html/forums/includes/functions_login.php(176) : eval()'d code
Line: 1

The actual file generating this error is in functions_login.php by statement:

PHP Code:

$return_value true;
(
$hook vBulletinHook::fetch_hook('login_verify_success')) ? eval($hook) : false;
return 
$return_value

I seriously screwed something up - did I miss re-setting something in the database? Have I seriously destroyed anything? Can someone who is brilliant take pity on me and tell me how to fix this?

Michael Morris 05-05-2007 10:57 PM

Fixing this is a 2 part process. First upload tools.php (it's in the do not upload folder of your package) to your admincp.

Log into tools using your customer number. Under mySQL click "Run Query". Run this query.

Code:

UPDATE setting SET value = 0 WHERE varname = 'enablehooks' and grouptitle = 'plugin'
Now under "Datastore Cache" click on "Options Cache"

Your plugin system should now be switched off, disabling your plugin and allowing you to log into your boards.

You will have to delete tools.php before you will be permitted to log back into the admincp though.

BTW, it would be VERY useful if Jelsoft would provide a 'switch off plug ins' tool in tools.php to make this process simpler.

EDIT2: BTW, if it's only one plugin, why not just comment out the hook line using //

josiespencer 05-05-2007 11:34 PM

Thank you very much - that resolved my issue. I actually had already changed the plugin setting entry but did not know about rebuilding the cache.

But I won't be testing my lack of php skills anytime in the immediate future. In fact, this seems like a good time to take backup. Thanks again.

And since we are doing a "Things it would be useful for vBulletin to provide" list: 1) allow the storing of an SQL query in under Maintenance -> Execute SQL Query like MS SQL Server allows the creation of stored procedures, and maybe an extension of that like canned queries like "Queries that Could Save Your Butt in an Emergency".

I'm really not as incompetent as I seem most of the time, I've actually been a DBA for around 25 years. I've written a dozen or so queries I use to help manage my website, most of them in order to control duplicate users and user accounts. I bet many others have done the same - do we have a Knowledge Corner or Repository where everyone can pool these resources?


All times are GMT. The time now is 10:24 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.01358 seconds
  • Memory Usage 1,719KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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