[pmwiki-users] Problem with Simple Forum on 2.1.3
John Rankin
john.rankin at affinity.co.nz
Thu Mar 30 19:23:42 CST 2006
On Friday, 31 March 2006 11:30 AM, Hans <design at softflow.co.uk> wrote:
>Friday, March 31, 2006, 12:11:17 AM, Clayton wrote:
>> I re-installed the recipes. Still have the same symptom. I'm wondering about a
>> problem in $Titlespaced -- the code in forumstyled.php that emits the HTML for
>> each row in the table of message items
>
>> SDV($FPLForumIFmt,"<tr class='messageitem'>
>> <td class='messageitem'><a
>> href='\$PageUrl'>\$Titlespaced</a></td>
>> <td class='messageitem' align=right>\$PostCount </td>
>> <td class='messageitem'>\$LastModified</td>
>> <td class='messageitem'> \$LastModifiedBy</td></tr>\n");
>
>> is generating
>
>> <tr class='messageitem'>
>> <td class='messageitem'><a
>>
>href='http://10.9.9.197/pmwiki/pmwiki.php?n=Forum.WhyShouldWeHaveAnInformaticsStructure'>$Namespacedspaced</a></td>
>> <td class='messageitem' align=right>3 </td>
>> <td class='messageitem'>March 30, 2006, at 05:27 PM</td>
>> <td class='messageitem'> </td></tr>
>
>> NOTE the "$Namespacedspaced".
>
>Are you using markup extensions, i.e. extendmarkup.php?
>If you do, could you disable the recipe and check how the titles will
>display without this recipe?
>I have a strong suspicion that the error you report stems from this
>recipe, as I said before. I observed the same error by using
>$Titlespaced and extendmarkup.php.
>The newest release has this error fixed (version 2.0.56), but please
>test first without loading extendmarkup.php.
>
Set $MarkupExtensions['mac'] = 0; in config.php before including the
markup extensions. This will disable the extension that may be causing
the problem.
--
JR
--
John Rankin
More information about the pmwiki-users
mailing list