The error message in particular is:
Warning: Undefined variable $section in /var/www/dokuwiki/lib/plugins/toctweak/syntax/sidetoc.php on line 73
|
$toc = $tocTweak->get_metatoc($id, $topLv, $maxLv, $section); |
Does not seem to be a Dokuwiki environment variable either.
Can be resolved by removing this variable, since get_metatoc already has a default parameter assigned.
The error message in particular is:
dw-plugin-toctweak/syntax/sidetoc.php
Line 73 in 6fea356
Does not seem to be a Dokuwiki environment variable either.
Can be resolved by removing this variable, since
get_metatocalready has a default parameter assigned.