Nextcloud cannot find SystemStatistics.php

Hello everyone,

I found this in my Nextclouds log:

“file_get_contents(/proc/meminfo): failed to open stream: No such file or directory at /mnt/web102/d3/49/57807349/htdocs/nextcloud/apps/serverinfo/lib/SystemStatistics.php#71”

Any ideas what caused this?

Thanks, this was also reported at GitHub, this should fix it: https://github.com/nextcloud/serverinfo/pull/71

Hey Bjoern, thank you for your response.

I changed the SystemStatistics.php the way you changed it on GitHub. But now I get:

"Error PHP Undefined index: REQUEST_URI at /mnt/web102/d3/49/57807349/htdocs/nextcloud/lib/base.php#177 2016-12-22T15:58:33+0100

Error PHP Undefined index: SCRIPT_NAME at /mnt/web102/d3/49/57807349/htdocs/nextcloud/lib/private/AppFramework/Http/Request.php#713 2016-12-22T15:58:26+0100

Error PHP Undefined index: REQUEST_METHOD at /mnt/web102/d3/49/57807349/htdocs/nextcloud/lib/private/Route/Router.php#79 2016-12-22T15:58:25+0100
"

I can’t reproduce it. This also looks like a independent issue. Maybe you can create a issue on github, so that we can investigate? Thanks!