All,
Upgraded to 8.1.1 and getting the following errors on the owncloud.log file:

{"reqId":"VcyuKf5Z5bsnhkqLD1R2CAAAAAA","remoteAddr":"129.82.224.15","app":"PHP","message":"Array to string conversion at \/net\/10.1.20.102\/clouddata\/html\/owncloud\/lib\/private\/template\/functions.php#36","level":3,"time":"2015-08-13T08:48:09-06:00"} {"reqId":"VcyuK1If8YjuBvsjqbmEbQAAAAc","remoteAddr":"129.82.224.15","app":"PHP","message":"ldap_read(): Search: Invalid DN syntax at \/net\/10.1.20.102\/clouddata\/html\/owncloud\/apps\/user_ldap\/lib\/ldap.php#257","level":3,"time":"2015-08-13T08:48:11-06:00"}

Running on CentOS Linux release 7.1.1503 (Core)

This looks to be causing intermittent login failures with desktop clients, though never seen any issues with logging in via web page. When I tried to go live with 8.1.1, my MacOSX desktop client at work connected without any issues. But when I tried to connect with my MacOSX client on my laptop at home I could not get it to connect. Kept getting invalid user credentials error. As well as a WebDAV forbiden error.

Any ideas?  Here is config.php file if it helps:

<?php
$CONFIG = array (
  'instanceid' => 'ocxfgy5vg',
  'passwordsalt' => 'BB22yREgua+4ejDqTfava5kR',
  'secret' => 'pdBYuFPN11MaywNvN6x19SwfBCYykrSH3pHa',
  'trusted_domains' =>
  array (
    0 => 'cloud2.engr.colostate.edu',
    1 => 'engrcloud.engr.colostate.edu',
  ),
  'datadirectory' => '/net/10.1.20.102/clouddata/html/owncloud/data',
  'overwrite.cli.url' => 'https://cloud2.engr.colostate.edu',
  'dbtype' => 'mysql',
  'version' => '8.1.1.3',
  'dbname' => 'owncloud',
  'dbhost' => 'localhost',
  'dbtableprefix' => 'oc_',
  'dbuser' => 'oc_user',
  'dbpassword' => 'password',
  'logtimezone' => 'MST',
  'installed' => true,
  'memcache.local' => '\\OC\\Memcache\\APCu',
  'mail_from_address' => 'engrcloud',
  'mail_smtpmode' => 'php',
  'mail_domain' => 'engr.colostate.edu',
  'theme' => 'engr',
);

--
C. J. Keist                     Email: [email protected]
Systems Group Manager           Solaris 10 OS (SAI)
Engineering Network Services    Phone: 970-491-0630
College of Engineering, CSU     Fax:   970-491-5569
Ft. Collins, CO 80523-1301

All I want is a chance to prove 'Money can't buy happiness'

_______________________________________________
User mailing list
[email protected]
http://mailman.owncloud.org/mailman/listinfo/user

Reply via email to