Nextcloud version 18.01
Operating system and version Debian 10.3 (buster)
Apache or nginx version Apache 2.438
PHP version 7.3
After installing NC 18 freshly on Debian 10 Buster - everything worked very good, but today I ran into a big problem - NC 18 got really slow and Apache Process(es) was running at 100%
I then had to go my configuraiton steps backwards to find out what had caused this - I even looked in this forum, but could only find old topics that were never solved.
I installed libmagickcore-6.q16-6-extra on Debian to get the automatic Favicon-Feature.
After uninstalling libmagickcore-6.q16-6-extra the load went to normal an Nextcloud became really fast again.
What’s the problem here - does anyone have insights?
Protocol in Nextcloud says something like this - might be related:
<–
[index] Error: OCP\Files\NotPermittedException: Could not create folder at <>
- /opt/nextcloud/lib/private/Files/AppData/AppData.php line 158
OC\Files\Node\Folder->newFolder(“64”) - /opt/nextcloud/apps/theming/lib/ImageManager.php line 158
OC\Files\AppData\AppData->newFolder(“64”) - /opt/nextcloud/apps/theming/lib/ImageManager.php line 173
OCA\Theming\ImageManager->getCacheFolder() - /opt/nextcloud/apps/theming/lib/Controller/IconController.php line 127
OCA\Theming\ImageManager->getCachedImage(“favIcon-files”) - /opt/nextcloud/lib/private/AppFramework/Http/Dispatcher.php line 170
OCA\Theming\Controller\IconController->getFavicon(“files”) - /opt/nextcloud/lib/private/AppFramework/Http/Dispatcher.php line 99
OC\AppFramework\Http\Dispatcher->executeController(OCA\Theming\Controller\IconController {}, “getFavicon”) - /opt/nextcloud/lib/private/AppFramework/App.php line 125
OC\AppFramework\Http\Dispatcher->dispatch(OCA\Theming\Controller\IconController {}, “getFavicon”) - /opt/nextcloud/lib/private/AppFramework/Routing/RouteActionHandler.php line 47
OC\AppFramework\App::main(“OCA\Theming\C … r”, “getFavicon”, OC\AppFramework\ … {}, {app: “files”,_r … "}) - <>
OC\AppFramework\Routing\RouteActionHandler->__invoke({app: “files”,_r … "}) - /opt/nextcloud/lib/private/Route/Router.php line 299
call_user_func(OC\AppFramework\ … {}, {app: “files”,_r … "}) - /opt/nextcloud/lib/base.php line 1008
OC\Route\Router->match("/apps/theming/favicon/files") - /opt/nextcloud/index.php line 38
OC::handleRequest()
–>
Any advice is much appreciated.