Every time I change the “SMF topic title prefix” parameter, I get the error
Fatal error: Call to undefined function () in /home/site/public_html/forum/Sources/Subs.php on line 3526 and nothing else on the page.
When I reload the page, I get the text of the first article on the home page (viewing the source, there are no headers—only the HTM for the first article) the following SMF Discussbot code:
<div class="dsc_bar"><a class="link_pos" href="http://tdt.local.net/component/option,com_smf/Itemid,46/topic,17.msg17/#msg17"><img style="border:0px;" src="/mambots/content/mos_smf_discussbot.gif" alt="Discuss Topic" /> Discuss this article in the forum (1) </a></div> </td>
</tr>
</table>
<span class="article_seperator"> </span>
</div><div><br />
<b>Fatal error</b>: Call to undefined function () in <b>/home/tourthai/public_html/forum/Sources/Subs.php</b> on line <b>3526</b><br />
And the same error:
Fatal error: Call to undefined function () in /home/site/public_html/forum/Sources/Subs.php on line 3526 Another reload and everything is OK—and stays that way.
The line of code referenced in the error is in the text2words function and is as follows:
$words = un_htmlspecialchars($func['strtolower']($words));
Environment:
Joomla 1.0.12, SMF 1.1.2, Joomla-SMF Bridge 2.0.2, SMF Discussbot 2.0.3.
"Discuss all content" and "Automatically Create" parameters set to yes.