Skip to content
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

Closed
prsnbrg opened this issue Jul 7, 2017 · 10 comments
Closed

Wrong Quote Text in personal settings #28339

prsnbrg opened this issue Jul 7, 2017 · 10 comments

Comments

@prsnbrg
Copy link
Contributor

prsnbrg commented Jul 7, 2017

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):

Login as admin user into your ownCloud and access 
http://example.com/index.php/settings/integrity/failed 
paste the results into https://gist.github.com/ and puth the link here.

No errors have been found.

The content of config/config.php:

Log in to the web-UI with an administrator account and click on
'admin' -> 'Generate Config Report' -> 'Download ownCloud config report'
This report includes the config.php settings, the list of activated apps
and other details in a well sanitized form.

or 

If you have access to your command line run e.g.:
sudo -u www-data php occ config:list system
from within your ownCloud installation folder

*ATTENTION:* Do not post your config.php file in public as is. Please use one of the above
methods whenever possible. Both, the generated reports from the web-ui and from occ config:list
consistently remove sensitive data. You still may want to review the report before sending.
If done manually then it is critical for your own privacy to dilligently
remove *all* host names, passwords, usernames, salts and other credentials before posting.
You should assume that attackers find such information and will use them against your systems.

List of activated apps:

If you have access to your command line run e.g.:
sudo -u www-data php occ app:list
from within your ownCloud installation folder.

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 WHERE appid = 'user_ldap';

Eventually replace sensitive data as the name/IP-address of your LDAP server or groups.


### Client configuration
**Browser:**
Mozilla Firefox
**Operating system:**
Windows 10
### Logs
#### Web server error log

Insert your webserver log here


#### ownCloud log (data/owncloud.log)

Insert your ownCloud log here


#### Browser log

Insert your browser log here, this could for example include:

a) The javascript console log
b) The network log
c) ...

@ghost
Copy link

ghost commented Jul 9, 2017

Are you using external storage, if yes which one: local/smb/sftp/...
local

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.

@ghost ghost added the needs info label Jul 12, 2017
@ghost
Copy link

ghost commented Jul 12, 2017

ping @Bobgermany

@prsnbrg
Copy link
Contributor Author

prsnbrg commented Jul 12, 2017

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.

@ghost
Copy link

ghost commented Jul 13, 2017

@Bobgermany

  1. Have you moved the datadir after the installation?
  2. Is the complete /var/www/html stored on your SD or have you mounted the SD into /var/www/html/owncloud/data/
  3. How are you "uploading" the files?

@prsnbrg
Copy link
Contributor Author

prsnbrg commented Jul 13, 2017

@kdslkdsaldsal

  1. No
  2. Yes all files in /var/www/html/owncloud are on my SD
  3. All of the files in the data directory are uploaded over the Web GUI

@ghost ghost removed the needs info label Jul 13, 2017
@prsnbrg
Copy link
Contributor Author

prsnbrg commented Sep 4, 2017

I moved the data directory to an external hard disk.
But the i can´t see a difference

@PVince81
Copy link
Contributor

PVince81 commented Sep 7, 2017

select * from oc_filecache where path = 'files' then check the value of the "size" column. If there are files there, the value should be non-zero.

If it is zero, select * from oc_filecache where path like 'files%' order by path and see whether there are entries there.

occ files:scan --all might help

@PVince81
Copy link
Contributor

Please run the above queries and also add log statements like here #27924 (comment) to check your storage behavior.

@PVince81
Copy link
Contributor

and reopen once you have further information

@lock
Copy link

lock bot commented Aug 2, 2019

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.

@lock lock bot locked as resolved and limited conversation to collaborators Aug 2, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants