<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi Jules, thanks for responding!<br>
    <br>
    It looks like both files including this line already : <br>
    <br>
    error_reporting = E_ALL &amp; ~E_DEPRECATED &amp; ~E_NOTICE<br>
    <br>
    I should also mention again that after I submit the form for logging
    in, the next screen with the errors show the 'Logout' text, but if I
    click something that an authenticated user could do, for example,
    "Inbox," it will take me to a new screen saying "Access Denied -
    This feature is only available to users who have logged in."&nbsp; So, it
    does appear to be failing on the login.<br>
    <br>
    On 1/25/2013 4:12 AM, Jules wrote:<br>
    <blockquote cite="mid:51025A71.8090305@Zend.To" type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      <br>
      <div class="moz-cite-prefix">On 24/01/2013 20:30, Rob Dunn wrote:<br>
      </div>
      <blockquote cite="mid:510199FE.8060604@gmail.com" type="cite">Ok,
        I've just done a clean installation of Zendto 4.08 on Ubuntu
        64-bit (version 12.10).&nbsp; I'm getting the following error after
        I've configured my AD authentication in the preferences.php
        file. <br>
        <br>
        This error occurs after I attempt to log into Zendto as a user:
        <br>
        <br>
        Warning: Illegal string offset 'count' in
        /opt/zendto/lib/NSSADAuthenticator.php on line 445 (this is
        repeated a LOT after the login, then it is capped with the
        following) <br>
      </blockquote>
      That's a harmless warning. Adjust the "error_reporting" setting in
      your /etc/php5/cli/php.ini and /etc/php5/apache2/php.ini so it
      includes "&amp; ~E_NOTICE".<br>
      <pre wrap="">_______________________________________________
ZendTo mailing list
<a class="moz-txt-link-abbreviated" href="mailto:ZendTo@zend.to">ZendTo@zend.to</a>
<a class="moz-txt-link-freetext" href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto">http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto</a></pre>
    </blockquote>
    <br>
  </body>
</html>