In Firefox WSOD appears when attempting to access /admin/config/search/wordstream. Cannot access page to enter require API credentials. Google Chrome shows server error in lieu of WSOD.

Comments

darrylri’s picture

I just had this; it turned out that Ubuntu's default php install doesn't include curl and wordstream's api library depends upon it.

itaine’s picture

Yup thats it! All this damn time... the pros and cons of open source :-)

sudo aptitude install php5-curl
sudo apache2ctl restart

...that should do it.

Also not sure if it will work without doing this but according to the README.txt
you have to put class.wordstream.inc in sites/all/libraries/wordstream/ or in the module's lib subfolder.

Discovered after the wget that there was one already in the module's root. Wonder why it wasn't included in the lib subfolder to begin with. Hairy! Nevertheless it works.

b-reid’s picture

Issue summary: View changes
Priority: Normal » Minor
Status: Active » Closed (outdated)

This issue is being closed, please refer to the comments above for reference on this issue. This module is also in the process of being deprecated, and is no longer actively maintained.