From: Sabri L. <sab...@st...> - 2007-02-01 13:00:35
|
Hi all, When trying to view a very old wiki page (written in september 2005 = using phpwiki-1.3.10) with phpwiki-1.3.12 , I got this error: -----------------------------------8----------------------------------=20 Fatal Error: lib/CachedMarkup.php (In template 'browse' < 'savepage' < 'body' < = 'html'):257: Error: Pure virtual lib/InlineParser.php:336: Warning: Invalid [] syntax ignored: []: text1 * [] Fatal PhpWiki Error lib/CachedMarkup.php (In template 'browse' < 'savepage' < 'body' < = 'html'):257: Error: Pure virtual -----------------------------------8---------------------------------- After some tests it appears that the error is due to the following = syntax: []: text1 []: text2 Escaping these "[]" with "~" removes the error. Please Note that the error didn't occurred when we was using = phpwiki-1.3.10 Can this be a more general problem that may affect old supported Markup = ? Cheers, -- Sabri. |