I'm testing the php sample sign up forms and just about everything looks good and is working. I'm getting a curious message at one specific point, however.
If there is a contact already in the system and they try and sign up it offers them the option to update the contact. When that page loads there are options to check off the lists they want to subscribe to. If no lists are subscribed to I can save without any errors. If lists are subscribed to, or I check off lists to subscribe to and click submit, it fires off the following warning...
Warning: curl_setopt() : CURLPROTO_FILE cannot be activated when in safe_mode or an open_basedir is set in /home/public_html/list/cc_class.php on line 446
Even with the warning, the contact still appears to be updated correctly and any changes made, including to lists, seem to be saved just fine. What can I do or change so this warning is not generated? I don't simply want to hide it (my server still generates it in the error log), I'd like to resolve it so it does not happen.
Any ideas?
... View more