PDA

View Full Version : Administrative and Maintenance Tools - [rellect] Debug Extra Information


rellect
09-15-2012, 10:00 PM
========================================
Description:
========================================

This mod improves the build-in debug info by adding additional information which may help you as administrator, but mostly as a developer.
This mod shows you information such as: included files in the current page, list of installed products, list of hooks that used in the page and more.

/**
* This mod is for development and debugging use only!
* Use it in a test forum, not in your live one.
*/

-----
If you installed this mod and/or you want get support, please "Mark as Installed".
-----

========================================
How to install:
========================================

Step 1: Enable vBulletin's Debug
1. Open config.php that located in the root
2. Set $config['debug'] to "true"
3. Save

At this point you should see a new block in the bottom of the site.

Step 2: Install the mod
1. Upload the content of 'upload_to_root' directory to your root.
2. Make sure that Plugin/Hook System is enabled, it is disabled by default.
3. Reload your site (twice) - this mod uses the Auto-Install feature.

Auto-Install it's a feature that allows vB5 to install addons automatically after all files uploaded.
There is no need to install xml manually anymore.

/*
IF YOU FOLLOWED THE STEPS BUT THE MOD DON'T LOOKS TO BE INSTALLED,
DO THE STEPS OF THE UPGRADE PROCESS TO INSTALL THE MOD MANUALLY.
IF THAT DOESN'T HELP, PLEASE LEAVE A MESSAGE IN THE MOD'S DISCUSSION IN VB.ORG
*/

========================================
How to upgrade:
========================================

If you installed previous version of this mod, you need to do the following steps:

1. Upload the content of 'upload_to_root' directory to your root
2. Find the file "product_rellectdebug.xml" in /upload_to_root/core/packages/rellectdebug/xml
3. Go to Import Product in the admincp
4. Upload the xml

========================================
Log:
========================================

[23/08/12] 1.0 BETA 1
* First release

[29/08/12] 1.0 BETA 2
* Compatibility with 5.0.0 alpha 38
* Improvement: Called hooks shows now which product uses it and which template placed in the hook

[16/09/12] 1.0
* Compatibility with 5.0.0 beta 10

[24/09/12] 1.0.1
* Package name renamed to be lowercase - the previous name caused to problem with the auto-install for some users.

[02/03/13] 1.1
* Compatibility with 5.0.0
* New block of General Info
* Products list improved to show deleted indicator for disabled products.

BirdOPrey5
09-20-2012, 09:44 PM
Great mod - useful for developers. :up:

eva2000
09-21-2012, 02:54 AM
Possible to add an allowed ip whitelist setting so only displays for certain IPs (my own) ?

rellect
09-21-2012, 06:10 AM
Great mod - useful for developers. :up:
Thanks :)
Possible to add an allowed ip whitelist setting so only displays for certain IPs (my own) ?
You request is about the whole debug, or only to my additional extra debug?
Either way I believe it's possible.
I'm also going to add option to turn on debug from the mod instead from the config files.

rellect
09-24-2012, 09:04 AM
I released new update 1.0.1
The only change is package name been renamed to be lowercase - the previous name cause to problem with the auto-install for some users.

If you installed version 1.0 and it works - you can skip this update.
If you still want to update, first you should delete the previous package of the mod, and then upload the new one.

eva2000
09-25-2012, 01:59 AM
Thanks :)

You request is about the whole debug, or only to my additional extra debug?
Either way I believe it's possible.
I'm also going to add option to turn on debug from the mod instead from the config files.

who debug + additional extra debug info :)

Asterix_ita
12-24-2012, 09:43 AM
Does it work on vb5 beta 22?
On my site test it doesn't work.

Thanks

Regards

rellect
12-29-2012, 02:17 AM
Does it work on vb5 beta 22?
On my site test it doesn't work.

Thanks

Regards
The latest version that this mod been tested with is beta 10, so I'm not sure if this still will work in beta22.
I probably will release updated version to support the latest vbulletin5, but it may take some time.

3raq4all
12-29-2012, 05:53 AM
https://vborg.vbsupport.ru/images/smilies/up.gif
Thank king

Asterix_ita
12-29-2012, 09:17 AM
Thanks

JamalFree
01-05-2013, 05:55 PM
thankssss

rellect
03-01-2013, 09:51 PM
New version released (1.1) to support the latest 5.0.0 version.
Enjoy.

Lionel
03-01-2013, 11:58 PM
Thank you for the upgrade. I have another product also using template.php API. When both products are enabled I get a blank page

rellect
03-02-2013, 12:09 AM
Thank you for the upgrade. I have another product also using template.php API. When both products are enabled I get a blank page
I have servel mods installed that use the templates api, all works fine for me.
Please send me the product and I'll look into that.

Lionel
03-02-2013, 12:16 AM
I PM you a link to the zip. Thank you. Your product is very important to me.

rellect
03-02-2013, 01:42 AM
Problem solved, internal problem in the installed mod.
Thank you for the upgrade. I have another product also using template.php API. When both products are enabled I get a blank page

Lionel
03-02-2013, 01:54 AM
Problem solved, internal problem in the installed mod.
Yeah. Other product was Protected. Should have been public.