On the configuration page several curl warnings occur when you first visit it. I believe this is occurring because the login id and key are not set. Need to add some code to catch this and suppress these errors if these are not set.

here are the errors being displayed:
# warning: curl_setopt(): supplied argument is not a valid cURL handle resource in /home/cloudnin/public_html/hillmed/sites/all/modules/streamsend/streamsend.module on line 235.
# warning: curl_setopt(): supplied argument is not a valid cURL handle resource in /home/cloudnin/public_html/hillmed/sites/all/modules/streamsend/streamsend.module on line 236.
# warning: curl_exec(): supplied argument is not a valid cURL handle resource in /home/cloudnin/public_html/hillmed/sites/all/modules/streamsend/streamsend.module on line 238.
# warning: curl_getinfo(): supplied argument is not a valid cURL handle resource in /home/cloudnin/public_html/hillmed/sites/all/modules/streamsend/streamsend.module on line 354.
# warning: Invalid argument supplied for foreach() in /home/cloudnin/public_html/hillmed/sites/all/modules/streamsend/streamsend.module on line 244.

Also, the "You need to configure Stream Send first. Enter your Strem Send "Login ID" & "Key" at /admin/settings/streamsend" error should be shown at this time but the /admin/settings/streamsend link does not resolve properly.

I will try to get these things fixed.

Comments

carsonblack’s picture

Also, just noticed that these errors are also being displayed after the login id and key are entered. Even though the "The configuration options have been saved." message is shown. Upon selecting the the list and Clicking the Save Configuration button the warnings go away.

dforootan’s picture

Status: Active » Fixed

Issue fixed with new release.

dforootan’s picture

Status: Fixed » Closed (fixed)