Some, probably not so helpful thoughts:
1 - I've read somewhere that cops does not properly check for xml, so check if php7.4-xml is enabled.
2 - if you cache the thumbnails with cops wiht setting: $config['cops_thumbnail_cache_directory'] = "";
check that cops has writing rights (777 to test) on that directory.
My cops on Debian buster uses $config['cops_thumbnail_cache_directory'] = "/var/www/html/cops/cache/";
3 - what browser do you use to view cops and do you use the classic or bootstrap theme? And clean your browser cache before use.
4 - have you set password protection in .htaccess, disable to test.
Hope the helps some.
|