akaoni
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Fixing WordPress
In reply to: Spell Check ErrorYou need to enable the CURL library in PHP.
- Uncomment (or add) the following line to the “Dynamic Extensions” section of your php.ini file:
extension=php_curl.dll - Make sure the following files can be found from your PATH system variable (I copy them to C:\windows\system32\):
libeay32.dll
ssleay32.dll
Hope that helps. ; )
Forum: Fixing WordPress
In reply to: GoogleSpell error:443You need to enable the CURL library in PHP.
On Windows:
- Uncomment (or add) the following line to the “Dynamic Extensions” section of your php.ini file:
extension=php_curl.dll - Make sure the following files can be found from your PATH system variable (I copy them to C:\windows\system32\):
libeay32.dll
ssleay32.dll
Otherwise:
http://php.net/manual/en/curl.installation.php
Hope that helps. ; )
Forum: Fixing WordPress
In reply to: Spellcheck throws error – Other alternatives?For the other nobodies out there, like me, who seriously use IIS/Windows:
You need to enable the CURL library in PHP.
- Uncomment (or add) the following line to the “Dynamic Extensions” section of your php.ini file:
extension=php_curl.dll - Make sure the following files can be found from your PATH system variable (I copy them to C:\windows\system32\):
libeay32.dll
ssleay32.dll
Hope that helps. ; )
Forum: Fixing WordPress
In reply to: Spell Check Error (Connection refused)You need to enable the CURL library in PHP.
http://php.net/manual/en/curl.installation.php
Hope that helps. ; )
Forum: Fixing WordPress
In reply to: Trouble with spellcheck, registering, & logging inWith your spellcheck:
You need to enable the CURL library in PHP.
- Uncomment (or add) the following line to the “Dynamic Extensions” section of your php.ini file:
extension=php_curl.dll - Make sure the following files can be found from your PATH system variable (I copy them to C:\windows\system32\):
libeay32.dll
ssleay32.dll
Hope that helps. ; )
- Uncomment (or add) the following line to the “Dynamic Extensions” section of your php.ini file:
Viewing 5 replies - 1 through 5 (of 5 total)