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

[BUG] Invalid PHP Settings Being Displayed #8721

Closed
c0fe opened this issue Mar 7, 2018 · 4 comments
Closed

[BUG] Invalid PHP Settings Being Displayed #8721

c0fe opened this issue Mar 7, 2018 · 4 comments

Comments

@c0fe
Copy link

c0fe commented Mar 7, 2018

Steps to reproduce

  1. Install Nextcloud
  2. Increase the upload size in php.ini

Expected behaviour

The monitoring page should report the accurate file size permissions allowed.

Actual behaviour

Instead it displays a much lower amount that can be uploaded.

512MB is the default but it continues to display that after having manually changed the permitted file size to be 16G and have uploaded a file that is 700MB in size.

Screenshot:
https://i.imgur.com/yuALRoc.png

Server configuration

Operating system:
Ubuntu 16.04
Web server:
NGiNX 1.10
Database:
MariaDB 10.2.13
PHP version:
7.2
Nextcloud version: (see Nextcloud admin page)
7.2
Updated from an older Nextcloud/ownCloud or fresh install:
Fresh Install
Where did you install Nextcloud from:
Zip

@MorrisJobke
Copy link
Member

Increase the upload size in php.ini

What did you do and what does phpinfo says? Create a file info.php with this content:

<?php

phpinfo();

and open it served from your web server in your browser.

@c0fe
Copy link
Author

c0fe commented Mar 7, 2018

@MorrisJobke https://i.imgur.com/DGgBJ7k.png

So the values are the ones I set.

@MorrisJobke
Copy link
Member

@MorrisJobke
Copy link
Member

No idea what goes wrong there, but please report it in the serverinfo repo: https://github.com/nextcloud/serverinfo/issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants