Error PHP Undefined index: REQUEST_URI at /home/nacsadpmcloudco/public_html/lib/base.php#175
Which relates to this code :
// Resolve /owncloud to /owncloud/ to ensure to always have a trailing
// slash which is required by URL generation.
if($_SERVER['REQUEST_URI'] === \OC::$WEBROOT &&
substr($_SERVER['REQUEST_URI'], -1) !== '/') {
header('Location: '.\OC::$WEBROOT.'/');
exit();
}
}
This is causing multiple Internal server errors and lots of directory cannot Load directory errors
I also have a few of these but i am unsure if this is cause by the above :
Special configuration (external storage, external authentication, reverse proxy, server-side-encryption): No external, and server side encryption is disabled - server runs behind ssl certificate
Thanks in advance for your help
Login as admin user into your ownCloud and access
http://example.com/index.php/settings/integrity/failed
paste the results here. - This shows no errors.
Before posting snip make sure that you're running the latest available version for your oC release: https://owncloud.org/changelog/
As currently two different issue are mixed in here i'm closing this thread. If these issues are happining again after the update to oC 9.1.1 please create new threads for each of the error.