Hello,
Error message when trying to create a forum on the board with the extension installed:
Code: Select all
[phpBB Debug] PHP Notice: in file [ROOT]/ext/robertheim/topictags/event/acp_listener.php on line 62: Undefined index: rh_topictags_enabled
Because of this, the array template_data, at the output of function
acp_manage_forums_display_form
, contains
'S_RH_TOPICTAGS_ENABLED' => null
and
'S_RH_TOPICTAGS_PRUNE' => int 0
.
Amm this doesn't hurt the working of the forum creation form, but if you use the compression of the data flow between the server and the browser, you get a warning (see above) and the browser exits saying that it can't recognize and uncompress the data flow.