• Added up, I think the site was not installed properly at the beginning.
    I have created a detailed page of the errors here (including pictures), but here is the summary:

    1) Users have difficulty logging in (seems to be mostly an IE issue).
    2) New users can register, but never get an e-mail with their password.
    3) Spell check doesn’t work, producing the following error:

    Error response: Could not open SSL connection to google.{”id”:null,”result”:[],”error”:null}PHP Warning: fsockopen() [function.fsockopen]: unable to connect to ssl://www.google.com:443 (Unable to find the socket transport "ssl" – did you forget to enable it when you configured PHP?) in E:\WebSites\Auto-Glass-Blog\wp-includes\js\tinymce\plugins\spellchecker\classes\GoogleSpell.php on line 86

    Any suggestions? I am searching the forums, I’m sure I’m not unique, but so far no luck.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter jronaldlee

    (@jronaldlee)

    Looks like I’ve been able to confirm that logging in and registering both do not go to the next screen in IE, but DO go to the next screen for either Firefox or Chrome. Any help will be appreciated!

    With your spellcheck:

    You need to enable the CURL library in PHP.

    1. Uncomment (or add) the following line to the “Dynamic Extensions” section of your php.ini file:
      extension=php_curl.dll
    2. 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. ; )

    JRon,

    Have you found a solution to your logging in problem? I’m experiencing similar things but I’m clueless how to fix it.

    @akaoni:

    your suggestion doesn’t seem to do anything for me?

    Am I missing something? Is there any other solution?

    Cheers.

    Btw, I’m working locally… Is it maybe this solution doesn’t work locally?

    Or is it because I’m working locally??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Trouble with spellcheck, registering, & logging in’ is closed to new replies.