[pmwiki-users] pmwiki.php - function MarkupToHTML

Patrick R. Michaud pmichaud at pobox.com
Wed May 30 12:33:02 CDT 2007


On Wed, May 30, 2007 at 01:16:56PM +0200, Knut Alboldt wrote:
> after upgrading to beta52 I've got a "strange" message every now and then:
> 
> pat=/^(PLAN|IST|ISTLFD|PLANLFD|PLANB|PLANBLFD|ISTB|ISTBLFD|OFFEN):\s*(.*)$/e 
> 
> I looked into pmwiki.php and changed the statement no 1463
> 
> from
>       if (isset($php_errormsg)) { echo "pat=$p"; unset($php_errormsg); }
> 
> to
>       if (isset($php_errormsg)) { echo "ERROR: pat=$p $php_errormsg"; 
> unset($php_errormsg); }
> ...
> Is it possible to put this into your code ?

Excellent suggestion -- now added for beta53!

Pm



More information about the pmwiki-users mailing list