Hi Patrick !
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); }
The message now is:
ERROR:
pat=/^(PLAN|IST|ISTLFD|PLANLFD|PLANB|PLANBLFD|ISTB|ISTBLFD|OFFEN):\s*(.*)$/e
Undefined variable: IST
which makes it easier to find the problem.
Is it possible to put this into your code ?
Knut
_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users