December 9, 201312 yr Hi I'm I Linux newbie, but have I've successfully installed OwnCloud. I do have a few issues: 1. I can only access OwnCloud via http, not https. I have included "extension = openssl.so" in php.ini, but still not working. 2. In the /var/log/lighttpd/portal.log (via UnRaid webserver Settings page), I get entries like: "Fatal PHP PHP Startup: Unable to load dynamic library '/usr/lib/php/extensions/curl.so' - libcurl.so.4: cannot open shared object file: No such file or directory at Unknown#0". 3. Syncing using the Windows OwnCloud client does not work. In the client I get: "A HTTP transmission error happened. Backend Message: Server error: PROPFIND reply is not XML formatted!" This error may be specific to Owncloud or caused by one of the others. Other than that, OwnCloud on Unraid is working well. Please assist me with these few errors... Thanks Nic
December 9, 201312 yr Author Oh, and here is my php.ini file contents: date.timezone="Australia/Melbourne" extension = curl.so extension = ctype.so extension = zip.so extension = gd.so extension = mbstring.so extension = zlib.so extension = iconv.so extension = pdo.so extension = pdo_mysql.so extension = pdo_sqlite.so extension = mysql.so extension = mysqli.so extension = openssl.so magic_quotes_gpc = Off magic_quotes_runtime = Off magic_quotes_sybase = Off post_max_size = 50G upload_max_filesize = 25G max_file_uploads = 200 max_input_time = 3600 max_execution_time = 3600 session.gc_maxlifetime = 3600 memory_limit = 512M
Archived
This topic is now archived and is closed to further replies.