vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Administrative and Maintenance Tools - KX - Debug Mode (https://vborg.vbsupport.ru/showthread.php?t=267270)

Ziki 08-28-2012 07:28 PM

Quote:

Originally Posted by Nirjonadda (Post 2360425)
KX - Spider Permissions ! Have any update for work on 4.1.10 ?

Quite irrelevant, but no :)

seb5594 03-31-2017 10:01 AM

Really useful addon, works like a charm on vB 4.2.4 :)

BirdOPrey5 05-11-2017 11:48 AM

FYI for those who upgrade to VB 4.2.5 and PHP 7.x this mod was causing a fatal error in the init_startup plugin which means you can't get to the admincp or the forum. You can either do the edits below before upgrading to PHP7, or add the disable hooks line to your config.php file to get access back if you already updated:

PHP Code:

define("DISABLE_HOOKS",true); 


In Plugin Manager edit the Explain plugin (on hook init)startup) as follows.

Find the line:

PHP Code:

$newdb =& new vB_Database_Explain($vbulletin); 

and comment it out - which means change it to:

PHP Code:

//$newdb =& new vB_Database_Explain($vbulletin); 

Then find the line:

PHP Code:

$newdb =& new vB_Database_MySQLi_Explain($vbulletin); 

and change it to:

PHP Code:

$newdb = new vB_Database_MySQLi_Explain($vbulletin); 

That should fix the error.

If you added the disable hooks line to config.php you can now remove it or comment it out.


All times are GMT. The time now is 09:46 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.01071 seconds
  • Memory Usage 1,725KB
  • 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_php_printable
  • (1)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
  • (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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete