Code: Select all
[bash]
% xsltproc --version
Using libxml 20628, libxslt 10119CVS1096 and libexslt 813CVS1096
xsltproc was compiled against libxml 20627, libxslt 10119 and libexslt 813
libxslt 10119 was compiled against libxml 20627
libexslt 813 was compiled against libxml 20627
% xsltproc at.xsl be.xml
% ls *.html
chap1.html chap2.html chap3.html
[/bash]
Code: Select all
[lua]
anything
[/lua]
Enable the debug options in 'config.php' in the root of your forum.gongadze wrote:How can I gain some debug info?
You'd need to edit the posting_buttons.html file to add whatever buttons you want.Fire-Fox wrote:How do i add various bbcode buttons, to the posting page? like the code tag?
Code: Select all
'BBCODE_HELPLINE' => $user->lang[$value['bbcode_helpline']],
Code: Select all
[phpBB Debug] PHP Notice: in file /boardbbcodes.php on line 45: Undefined index:
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3897: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3259)
Code: Select all
'BBCODE_HELPLINE' => (isset($user->lang[$value['bbcode_helpline']]))?$user->lang[$value['bbcode_helpline']]:'',
Code: Select all
Fatal error: Call to undefined function: get_version() in /phpBB3/includes/hooks/hook_syntax_highlighter.php on line 284
Code: Select all
some text
Code: Select all
<?
echo
?>
Code: Select all
[phpBB Debug] PHP Notice: in file /includes/geshi.php on line 2151: preg_match(): Compilation failed: unrecognized character after (?< at offset 3
Code: Select all
// Flags
var $debug_enable = true;
var $allow_bbcode = true;
var $allow_html = false;
var $is_sig = false;
var $pm = false;
/*
Code: Select all
[phpBB Debug] PHP Notice: in file /includes/hooks/hook_syntax_highlighter.php on line 1151: Undefined index: XS_BBC_DEBUG_DEBUG
[phpBB Debug] PHP Notice: in file /includes/hooks/hook_syntax_highlighter.php on line 1151: Undefined index: XS_BBC_DEBUG_DEBUG
[phpBB Debug] PHP Notice: in file /includes/hooks/hook_syntax_highlighter.php on line 1151: Undefined index: XS_BBC_DEBUG_DEBUG
[phpBB Debug] PHP Notice: in file /includes/hooks/hook_syntax_highlighter.php on line 1151: Undefined index: XS_BBC_DEBUG_DEBUG