Memory cache & imagick

NXT_ERROR
Hi,

I need to fix the Memory Caching & imagick issue.
NXT_ERROR

Have tried all possible ways but getting error for memory caching as pasted below :-

Internal Server Error

The server encountered an internal error and was unable to complete your request.
Please contact the server administrator if this error reappears multiple time, please include the technical detials below in your report.
More details can be found in the server log

You do not really need Memory Caching if you not want. It is only a performance issue.
I think very easy is APCu. Perhaps you have not installed php-apcu

https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/caching_configuration.html

Also install the package imagemagick
You need it for the images e.g. resizing.

Hi Devnull,

I am Getting this error…!!

Internal Server Error

The server encountered an internal error and was unable to complete your request.
Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report.
More details can be found in the server log.

INFORMATION ABOUT IMAGEMAGICK :-

imagemagick is already the newest version (8:6.9.10.23+dfsg-2.1ubuntu11.4).
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.

Versuch mal die index.php direkt aufzurufen. Manchmal gibt es interessante Fehlermeldungen.

sudo -u www-data php /pfad/zur/nextcloud/index.php

Hi Devnull,

Can you tell me the solution for this & what else do you need as logs ?

You also need to install the package php-imagick resp. php5-imagick, if you are using PHP5.
Maybe there are depencies, which must be installed previously.

On my Univention server Nextcloud is running in Docker, wherein I also had to install php-imagick a time ago (package was missing in a Docker-update of Nextcloud).

Hi Mornsgrans,

FYI

imagemagick is already the newest version (8:6.9.10.23+dfsg-2.1ubuntu11.4).
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.

imagemagick is not php-imagick

Post

dpkg -l |grep imagick

<Jumanji meme>
WHAT YEAR IS IT?!?!
</Jumanji meme>