I've been using this product for 6 months now and like an earlier poster, I am having this problem:
When you go into FAQ and try to show BBCODES at the following URL:
PHP Code:
http://www.wisconsinoutdoorsman.com/forum/misc.php?do=bbcode
.
You get an error:
PHP Code:
Fatal error: Cannot use assign-op operators with overloaded objects nor string offsets in /home/wiscon/public_html/forum/misc.php(482) : eval()'d code on line 1
.
Tried fixing by adding an exception for misc on this line in the .xml file but no workie:
PHP Code:
<phpcode><![CDATA[if((THIS_SCRIPT != 'profile') || (THIS_SCRIPT != 'misc'))
.