January 7, 20215 yr Nextcloud version (20.2.4): Unraid version (6.8.3): Swag version (installed Dec 19, I can’t find how to get version): PHP version (eg, 7.1): Steps to replicate it: Log into nextcloud with Admin ID Click setting Click Logging View logging logs My error logs repeat this message every 5 min: PHP Startup: Unable to load dynamic library 'pdlib.so' (tried: /usr/lib/php7/modules/pdlib.so (Error loading shared library /usr/lib/php7/modules/pdlib.so: No such file or directory), /usr/lib/php7/modules/pdlib.so.so (Error loading shared library /usr/lib/php7/modules/pdlib.so.so: No such file or directory)) at Unknown#0
January 15, 20215 yr Author Issue soved. My php.ini file I configured from reading and trying from other's with more experience. I am sure I copied this code from someplace and it is not needed My file looks like this: date.timezone = America/New_York upload_max_filesize=20G memory_limit=8G max_execution_time=3600 max-imput_time=3600 [pdlib] extension="pdlib.so" I believe the pdlib calls for a third-party plugin of some sort I do not have nor do I need. I removed the last two lines and solved the php error I've been receiving.
Archived
This topic is now archived and is closed to further replies.