
yum install certbot-nginx
yum install certbot-nginx
Even after changing values on php.ini i had to set/tweak this on nginx domain configurations.
/etc/nginx/conf.d/ domain .tld .com
fastcgi_connect_timeout 2200s; fastcgi_send_timeout 2200s; fastcgi_read_timeout 2200s;
codepen .io/gayane-gasparyan/pen/wvxewXO
PHP Fatal error: Uncaught Error: Call to undefined method WP_Textdomain_Registry::reset() in /home/XXXXX/public_html/wp-content/plugins/wpml-string-translation/classes/MO/Hooks/LanguageSwitch.php:139
wpml.org/forums/topic/the-wpml-string-translation-giving-error/
You need to update your WPML.
Somehow the site lost the WPML key.
Add it on your-domain.com/wp-admin/plugin-install.php?tab=commercial
Usefull usage of ChatGPT… explanations about why the site is kinda down.