Okay, I managed to get the Ajax Spellchecker to work yesterday by hardcoding the path where the module is (Yes, I know that isn't the optimal solution but working is good). The spellchecker worked fine when I left work yesterday, and it worked fine last night when I showed someone it... However, I came in to work today and all of the sudden I'm getting two errors...
The first being:
fsockopen(): no SSL support in this build in /home/conmon/public_html/drupal_copy/includes/common.inc on line 377.
the second being:
fsockopen(): unable to connect to www.google.com:443 in /home/conmon/public_html/drupal_copy/includes/common.inc on line 377.
I opened up common.inc to see what was on line 443... which brought me to inside of the drupal_http_request function... and I notice an interesting comment... It says:
// Note: Only works for PHP 4.3 compiled with OpenSSL.
I'm wondering the validity of this comment... The PHP version I'm running is 4.4.2... Could this be the issue that's causing the errors?
And why did the module work fine for approximately 24 hours?