I (foolishly, perhaps) installed the latest version of PmWiki on top of my existing install, which was too old to support some of the anti-spam features.&nbsp; Now I get the following error:<br><br>
<b>Fatal error</b>:  Cannot redeclare wikilink() (previously declared in /home/textomat/public_html/ecc/index.php:1069) in <b>/home/textomat/public_html/ecc/scripts/wikiwords.php</b> on line <b>57</b><br>
<br><br>Would I be better off just emptying the wiki directory completely, starting over, and then re-importing my existing pages rather than trying to troubleshoot this?<br><br>Thanks. It has been so long since I installed the original (a testament to its reliability) that I have forgotten much of what I am doing.<br>
<br>The code in wikiwords.php is as follows:<br><br>## bare wikilinks<br>Markup(&#39;wikilink&#39;, &#39;&gt;urllink&#39;,<br>&nbsp; &quot;/\\b(?&lt;![#&amp;])($GroupPattern([\\/.]))?($WikiWordPattern)/e&quot;,<br>&nbsp; &quot;Keep(&#39;&lt;span class=\\&#39;wikiword\\&#39;&gt;&#39;.WikiLink(\$pagename,&#39;$0&#39;).&#39;&lt;/span&gt;&#39;,<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#39;L&#39;)&quot;);<br><br>function WikiLink($pagename, $word) {<br>&nbsp; global $LinkWikiWords, $WikiWordCount, $SpaceWikiWords, $AsSpacedFunction,<br>&nbsp;&nbsp;&nbsp; $MarkupFrame, $WikiWordCountMax;<br><br>I am not sure where to begin troubleshooting with this--thanks for any nudges in the right direction.<br>
<br><br>