<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    what you need is "~E_STRICT" which excludes strict warnings, the ~
    is important.<br>
    You have display errors on, and your error level is E_ALL but you
    need it to be E_ALL ~E_STRICT<br>
    and you might want ~E_WARN or some of the other stuff turned off
    too. Alternatively dive in and fix all the problems!<br>
    <br>
    Alan.<br>
    <br>
    <div class="moz-cite-prefix">On 08/10/15 14:09, Stacey Johnson
      wrote:<br>
    </div>
    <blockquote
cite="mid:CACzPH2N=M2cQA=qe7euNERvVpw__snUM_+d9bDRHSNBNoFSo2A@mail.gmail.com"
      type="cite">
      <div dir="ltr">I thing I removed from any config files  "E_STRICT"
        adjacent to "error_reporting = "<br>
        Despite that, still errors. Actually without log on screen/file
        it shows "Sorry! Attempt to access restricted file" but behind
        that is mentioned issue i guess
        <div>
          <div><br>
          </div>
          <div><br>
          </div>
          <div>regards</div>
          <div><br>
          </div>
          <div><br>
          </div>
          <div><br>
            <br>
            On Thu, Oct 8, 2015 at 7:44 PM, cryptic <<a
              moz-do-not-send="true" href="mailto:mark@markcox.co.uk"><a class="moz-txt-link-abbreviated" href="mailto:mark@markcox.co.uk">mark@markcox.co.uk</a></a>>
            wrote:<br>
            ><br>
            > Although the following article refers to Joomla I think
            it will help you<br>
            > identify the cause of your problem-:<br>
            ><br>
            > <a moz-do-not-send="true"
href="https://www.gavick.com/documentation/joomla/strict-standards-error-fix">https://www.gavick.com/documentation/joomla/strict-standards-error-fix</a><br>
            ><br>
            > I think you just need to modify the php error reporting
            on the server side<br>
            > (error_reporting in php.ini)<br>
            ><br>
            ><br>
            ><br>
            ><br>
            ><br>
            ><br>
            ><br>
            > --<br>
            > View this message in context: <a
              moz-do-not-send="true"
href="http://vtiger-crm.2324883.n4.nabble.com/Vtigercrm-developers-Strict-standards-tp17606p17614.html"><a class="moz-txt-link-freetext" href="http://vtiger-crm.2324883.n4.nabble.com/Vtigercrm-developers-Strict-standards-tp17606p17614.html">http://vtiger-crm.2324883.n4.nabble.com/Vtigercrm-developers-Strict-standards-tp17606p17614.html</a></a><br>
            > Sent from the vtigercrm-developers mailing list archive
            at Nabble.com.<br>
            > _______________________________________________<br>
            > <a moz-do-not-send="true"
              href="http://www.vtiger.com/">http://www.vtiger.com/</a></div>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
<a class="moz-txt-link-freetext" href="http://www.vtiger.com/">http://www.vtiger.com/</a></pre>
    </blockquote>
    <br>
  </body>
</html>