Hi,
My grav site was up and running without issues. I’ve created some pages, and everything was looking good. I noticed one of the plugins had an update available, so I attempted to update via the admin panel. Now, every page in both the admin section and the live site is an error page: PHP Modules: There were problems with required modules. On that page, the only hard error (not an optional requirement) is PHP intl is required but not installed. Never got that error before. But, I found my php.ini and un-commented the line for intl. I restarted php and nginx, but the error persists. Then, I tried updating via the command line, and I get this error:
PHP Warning: PHP Startup: Unable to load dynamic library ‘intl’ (tried: /usr/lib/php/20190902/intl (/usr/lib/php/20190902/intl: cannot open shared object file: No such file or directory), /usr/lib/php/20190902/intl.so (/usr/lib/php/20190902/intl.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
Any ideas? Thanks.