debug.txt in the TWiki data directory. Well behaved Plugins will have a debug flag turning on debugging. The core of TWiki has no debug output by default. It is turned on in different ways in different modules. Some have a writeDebug routine at the start that usually has the body commented out.
Debuggers such as PerlPtkdb can also be used.
-- JohnTalintyre - 03 Jul 2002
%!FAILEDPLUGINS% gives useful diagnostics:
| Plugin | Errors |
|---|---|
| SpreadSheetPlugin | none |
| BackupRestorePlugin | none |
| BlackListPlugin | none |
| ChartPlugin | none |
| ColorPickerPlugin | none |
| CommentPlugin | none |
| EditTablePlugin | none |
| GaugePlugin | none |
| GeoLookupPlugin | none |
| HeadlinesPlugin | none |
| InterwikiPlugin | none |
| JQueryPlugin | none |
| LocalCityTimePlugin | none |
| PreferencesPlugin | none |
| QRCodePlugin | none |
| RecentVisitorPlugin | none |
| RenderListPlugin | none |
| SetGetPlugin | none |
| ShareMePlugin | none |
| SlideShowPlugin | none |
| SmiliesPlugin | none |
| TWikiDrawPlugin | none |
| TWikiOrgPlugin | none |
| TablePlugin | none |
| TagMePlugin | none |
| TinyMCEPlugin | none |
| TwistyPlugin | none |
| VarCachePlugin | none |
| WysiwygPlugin | none |
| Handler | Plugins |
|---|---|
| afterCommonTagsHandler | VarCachePlugin |
| afterEditHandler | WysiwygPlugin |
| afterSaveHandler | TagMePlugin |
| beforeAttachmentSaveHandler | BlackListPlugin |
| beforeCommonTagsHandler | EditTablePlugin PreferencesPlugin TwistyPlugin VarCachePlugin WysiwygPlugin |
| beforeEditHandler | TinyMCEPlugin WysiwygPlugin |
| beforeMergeHandler | WysiwygPlugin |
| beforeSaveHandler | BlackListPlugin CommentPlugin WysiwygPlugin |
| commonTagsHandler | SpreadSheetPlugin BackupRestorePlugin BlackListPlugin ChartPlugin CommentPlugin EditTablePlugin HeadlinesPlugin JQueryPlugin LocalCityTimePlugin SlideShowPlugin SmiliesPlugin TWikiDrawPlugin TWikiOrgPlugin TagMePlugin |
| endRenderingHandler | BlackListPlugin This handler is deprecated - please check for updated versions of the plugins that use it! |
| initPlugin | SpreadSheetPlugin BackupRestorePlugin BlackListPlugin ChartPlugin ColorPickerPlugin CommentPlugin EditTablePlugin GaugePlugin GeoLookupPlugin HeadlinesPlugin InterwikiPlugin JQueryPlugin LocalCityTimePlugin PreferencesPlugin QRCodePlugin RecentVisitorPlugin RenderListPlugin SetGetPlugin ShareMePlugin SlideShowPlugin SmiliesPlugin TWikiDrawPlugin TWikiOrgPlugin TablePlugin TagMePlugin TinyMCEPlugin TwistyPlugin VarCachePlugin WysiwygPlugin |
| modifyHeaderHandler | WysiwygPlugin |
| postRenderingHandler | BlackListPlugin EditTablePlugin PreferencesPlugin WysiwygPlugin |
| preRenderingHandler | InterwikiPlugin SmiliesPlugin TablePlugin |
| startRenderingHandler | RenderListPlugin WysiwygPlugin This handler is deprecated - please check for updated versions of the plugins that use it! |