Questions tagged [owncloud]

ownCloud is an open-source software suite that provides a location-independent storage area for data (cloud storage).

ownCloud is an open-source software suite that provides a location-independent storage area for data (cloud storage). The project was launched to create a free alternative to commercial cloud providers. In contrast to commercial storage services, ownCloud can be installed on a private server at no additional cost.

The project is based on PHP and a SQLite, MySQL or PostgreSQL database, so ownCloud can run on all platforms that meet these requirements. ownCloud can be operated via a web interface and is thus not tied to a particular operating system. However, native applications, such as File Manager or Group Wares can interact with ownCloud via an interface and provide data and files locally.

See also

395 questions
4
votes
1 answer

tmp folder in apache is getting full with files named /tmp/php*. How can I find which session or file is creating them?

my server tmp folder (capacity of 4GB) gets full very fast (within a few hours). There are some small session files in there, but the ones which take up all the space are files named "php[UNIQUE_CODE]". I already changed in php.ini both the…
4
votes
2 answers

Uploading Files to an owncloud using curl

I have written an Application, should upload some files to several mobile devices. By now, I am using dropbox, I have an App (https://www.dropbox.com/developers), so I can upload any data to the clients Dropbox. Now I would like to switch to…
Michèle S.
  • 304
  • 1
  • 3
  • 7
4
votes
0 answers

multiple ownCloud android app on the same device - INSTALL_FAILED_CONFLICTING_PROVIDER error

I need to install two ownCloud android apps on the same device - suppose CloudA and CloudB (different UI for CloudB). After installing CloudA and running successfully on the device, when I try to install CloudB, Eclipse shows…
Rashed
  • 35
  • 5
4
votes
1 answer

Sending binary file content using JSON

I've written a REST interface for my ownCloud app. I've method getFileFromRemote($path) which should return a JSON object with the file content. Unfortunately this only works when the file that I've specified in $path is a plaintext file. When I try…
user2810895
  • 1,284
  • 3
  • 19
  • 33
4
votes
1 answer

Sync two owncloud servers using windows client

I'm using Owncloud on personal server for personal data, and need to connect to business-related server for business data. Server-to-server sharing is unappealing because of wasting costly hosted storage (and some other arguments). Is there a way to…
4
votes
2 answers

Owncloud not available after installation on Ubuntu server 14.04

With the goal to install owncloud (version 6.0.3-0) on my ubuntu server (14.04), I followed this guideline: http://doc.owncloud.org/server/6.0/admin_manual/installation/installation_source.html After having this completed, the /var/www/owncloud…
user258346
  • 115
  • 1
  • 8
4
votes
3 answers

Git fails to clone repo from ownCloud's webdav interface

I am having some personal git repos on my ownCloud. I can clone it from 2 ubuntu machines and a Windows PC by accessing ownClouds webdav url: http://myserver.a/remote.php/webdav/repos/repo.git Recently I installed Arch Linux with git version 1.8.1.5…
namnor
  • 140
  • 1
  • 6
3
votes
2 answers

Strange timezone "Etc/GMT-1" in firefox

Since today I noticed a problem in one of the webapps running on my server, in that it reported the timezone wrong - but only on Firefox And indeed, checking in the…
codeling
  • 11,056
  • 4
  • 42
  • 71
3
votes
0 answers

Uncaught ReferenceError: OCA is not defined in nextcloud

While I'm configuring object storage in next cloud it will show error like Uncaught ReferenceError: OCA is not defined Added object storage parameter in config.php file. Following is my configuration file. 'objectstore' => array( …
3
votes
1 answer

Using ownCloud/Nextcloud with S3 bucket sync issues

I have included an S3 bucket to my Nextcloud instance as an external source, but not as a primary source. All files that appear on S3 appear as expected on Nextcloud. I can manually upload a file to the bucket which will also immediately appear in…
Dubby
  • 2,290
  • 4
  • 27
  • 38
3
votes
1 answer

(70007)The timeout specified has expired:

a friend from me has the Problem that his Nextcloud/owncloud installation don´t work correct. When he would upload some files it is really slow and stops for few seconds. i have read that the proxytimeout is to low. At the apache2.conf it was set…
Lars
  • 31
  • 1
  • 3
  • 5
3
votes
3 answers

Ubuntu: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)

I have a Ubuntu 14.04. server with LAMP installed where an Owncloud is running. I tried to install paperwork which didn't work out but thats not the problem. After restarting my server I tried to access my owncloud again but I am facing an internal…
Sandro_V
  • 477
  • 1
  • 7
  • 21
3
votes
2 answers

Reinstalling Owncloud 9 on Ubuntu 16

I wanted to create a fresh install of the program owncloud again $ sudo apt-get remove owncloud $ sudo apt-get purge owncloud $ sudo apt-get autoremove $ sudo rm -rf /var/wwww/owncloud After this, I wanted to install owncloud again $ sudo apt-get…
user2509663
  • 179
  • 2
  • 2
  • 10
3
votes
1 answer

sudo apt-get update and ownCloud

I have an issue when i try to update with linux command, everything goes well until this error : W: Failed to fetch http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/Ubuntu_14.04/packages/Packages 404 Not Found [IP:…
Tar
  • 185
  • 1
  • 1
  • 16
3
votes
3 answers

MySQL Join on LIKE statement

I need to count how many users are in each group in a database. Unfortunately the database design is not great and the users uids are stored against the group in the group table in a LONGTEXT field column name owncloudusers. Example of…
N_E
  • 57
  • 1
  • 4
1
2
3
26 27