<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 08/02/2013 07:06 AM, Максим Минчук
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAHrYpDyjo2THKFR4DY1ChNZDgtTj3f7Sc2a53Mo6kuk8dgOSZg@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div>cron task: /usr/bin/php -f /var/www/owncloud/cron.php<br>
          <br>
        </div>
        and see output:<br>
        PHP Notice: This XML document is invalid, likely due to invalid
        characters. XML error: Reserved XML Name at line 2, column 38 in
        /var/www/owncloud/apps/appframework/3rdparty/SimplePie/library/SimplePie.php
        on line 1506<br>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Owncloud mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Owncloud@kde.org">Owncloud@kde.org</a>
<a class="moz-txt-link-freetext" href="https://mail.kde.org/mailman/listinfo/owncloud">https://mail.kde.org/mailman/listinfo/owncloud</a>
</pre>
    </blockquote>
    Can you find out which feed causes this? I've looked up the line in
    the simplepie code and it does a sprintf (for whatever reason) which
    means it prints stuff regardless if you implement error handling to
    cope with it. Most likely you can ignore it<br>
  </body>
</html>