[pmwiki-users] (no subject)

Goudie Subscribe goudie.subscribe at bluewin.ch
Sat Mar 15 06:30:18 CDT 2014


I have pmwiki installed on a Synology NAS. Today I upgraded the software to version 5.0 - which has php version 5.5.9 

I now get numerous error messages 		

The /e modifier is deprecated, use preg_replace_callback instead in /volume1/web/RefPmWiki/pmwiki.php on line 1663

Which is the else statement
	
if ($p{0} == '/') {
        if(is_callable($r)) $x = preg_replace_callback($p,$r,$x);
        else $x=preg_replace($p,$r,$x);
      }

changing the preg_replace as suggested would make the test irrelevant.

Any help would be appreciated.

Kind regards

David Goudie


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.pmichaud.com/pipermail/pmwiki-users/attachments/20140315/b7cd78f1/attachment.html>


More information about the pmwiki-users mailing list