-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong Quote Text in personal settings #28339
Comments
So you're using the external storage app with a local mounted directory? If yes have you uploaded files to that storage ? IIRC external storages (even local mounted) doesn't count against your quota. |
ping @Bobgermany |
No, I don´t use an external storage app and my data directory is on the system sd-card since i have installed my OwnCloud (path: /var/www/html/owncloud/data/). For another account, 0B displayed. My plan is in the near future the data directory to an external hard drive to move. But I don´t have change any settings for this moment. |
@Bobgermany
|
@kdslkdsaldsal
|
I moved the data directory to an external hard disk. |
If it is zero,
|
Please run the above queries and also add log statements like here #27924 (comment) to check your storage behavior. |
and reopen once you have further information |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Steps to reproduce
Expected behaviour
Tell us what should happen
The memory display should show the correct value. (https://xxx/owncloud/index.php/settings/personal?sectionid=general)
Actual behaviour
Tell us what happens instead
The memory display show 0 B, but i have uploaded some files.
Server configuration
Operating system:
Raspbian GNU/Linux 8 (jessie)
Web server:
Apache/2.4.10 (Raspbian)
Database:
MySQL Server
PHP version:
PHP 5.6.30-0+deb8u1
ownCloud version: (see ownCloud admin page)
10.0.2.1
Updated from an older ownCloud or fresh install:
fresh install
Where did you install ownCloud from:
Raspberry Pi 2 Model B
Signing status (ownCloud 9.0 and above):
No errors have been found.
The content of config/config.php:
List of activated apps:
Are you using external storage, if yes which one: local/smb/sftp/...
local
Are you using encryption: yes/no
no
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
no
With access to your command line run e.g.:
sudo -u www-data php occ ldap:show-config
from within your ownCloud installation folder
Without access to your command line download the data/owncloud.db to your local
computer or access your SQL server remotely and run the select query:
SELECT * FROM
oc_appconfig
WHEREappid
= 'user_ldap';Eventually replace sensitive data as the name/IP-address of your LDAP server or groups.
Insert your webserver log here
Insert your ownCloud log here
Insert your browser log here, this could for example include:
a) The javascript console log
b) The network log
c) ...
The text was updated successfully, but these errors were encountered: