Support Forum

Quick FYI > notes appearing in error_log

TH Thorsten
Thorsten
Member

This is just a heads up that we’re suddenly seeing these notes popping up in error_log (quite a few so the log grows rapidly) relating to two plugins:

/wp-content/sp-resources/forum-plugins/blog-linking/sp-linking-plugin.php
line: 391
function: sp_linking_delete_topic
Notice | Undefined variable: post_id

/wp-content/sp-resources/forum-plugins/syntax-highlighting/sp-syntax-plugin.php
line: 247
function: sp_syntax_tm_plugin
Notice | Undefined variable: brushes

I’ve deactivated the highlight syntax plugin for now (not really needed, yet) but the blog linking is rather useful to us. Not sure if this has to do with cleaning out our forum, deleted lots of old topics and such.

2 Answers

New Answer

TH Thorsten
Thorsten
Member

After deactivating syntax highlighting and rebuilding indexes (as a precaution) no further notes appear.

MP Mr Papa
Mr Papa
Member

the suddenly would be because in the latest release, we noticed we had accidentally left out undefined notices from the error log, so they were re enabled… but they are harmless notices… and we clean them up as we see them…

have made a note of these two and will check them out…  thanks…