<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<meta name="generator" content="HTML Tidy for Windows (vers 25 March 2009), see www.w3.org">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="MS Exchange Server version 08.03.0245.000">
<title>Re: [pmwiki-users] E_DEPRECATED big problems</title>
</head>
<body>
Thanks Petko, very quickly where do I change the $EnableDiags to 0?<br>
<br>
Philippe<br>
<br>
-----Original Message-----<br>
<b>From: </b>Petko Yotov [<a href="mailto:5ko@5ko.fr">5ko@5ko.fr</a>]<br>
<b>Sent: </b>Friday, November 08, 2013 10:10 PM Romance Standard Time<br>
<b>To: </b>pmwiki-users@pmichaud.com<br>
<b>Subject: </b>Re: [pmwiki-users] E_DEPRECATED big problems<br>
<br>
<!-- Converted from text/plain format -->
<p><font size="2">KRAIT Philippe writes:<br>
> b) despite the efforts done on pmwiki, I would still have huge problems with <br>
> the preg_replace /e deprecation.<br>
...<br>
> And here is one of the "sick" sites : chaos.newgallo.dnsalias.net<br>
<br>
The reported errors look as if they come from recipes, not from the PmWiki <br>
core. Some recipes that currently use the /e modifier may need to be updated <br>
in order to work with PHP 5.5 without triggering the warning. Try contacting <br>
their authors for this.<br>
<br>
> Anyway, my site is now totally unusable. I am not a complete newbie, but php <br>
> error_reporting completely escapes me. I have tried modifying some options <br>
> in pmwiki.php, or in php.ini, but have not been able to make it look normal <br>
> again.<br>
<br>
Try adding this to config.php in order to use old style recipes:<br>
<br>
  error_reporting(E_ALL & ~E_NOTICE & ~E_DEPRECATED);<br>
<br>
(some users reported that for this to work you need to set $EnableDiag to 0)<br>
<br>
Petko<br>
<br>
<br>
_______________________________________________<br>
pmwiki-users mailing list<br>
pmwiki-users@pmichaud.com<br>
<a href="http://www.pmichaud.com/mailman/listinfo/pmwiki-users">http://www.pmichaud.com/mailman/listinfo/pmwiki-users</a><br></font></p>
</body>
</html>