jgcabanas
Forum Replies Created
-
I have the same issue, with the fr_FR translations. I also see versions in /wp-content/languages/plugins and wp-content/plugins/instagram-feed/languages are different ?
If someone solved it, I’d be happy.
One detail, the site was in 2 languages but I removed WPML and all extensions, shall I check the database ?
See this : /opt/cpanel/ea-openssl/etc/pki/tls/openssl.cnf
this is where shoud be your openssl.cnf file.
Are you sure you run on windows ?
Do you have access to your windows drive ?Hi @thakurnarender13 check your php configuration. Are you using IIS & Windows ? if so look if your openssl is enabled and if the path is correct (see my previous post). You can check by creating a small info.php file that will contain :
<?php
phpinfo();
?>
and post it here
Hope it helps
Best regards
JGSo it’s solved 🙂
Just to tell everyone who might have the same problem, that on my side it was due to a misconfiguration in php.ini regarding to openssl.cnf.
After digging with MainWP support team (great guys and great help) I realized that openssl.cnf was in c:\Programmes\php\extras\ssl BUT phpinfo() told me it was in c:\usr\local\ssl so I created this hierarchy, copied openssl.cnf, and now it works. Thank you so much MainWP support team for pointing me in the right direction 🙂