API key problem
-
Hi , when i’m entering API key , I get ” Sorry, an error occurred. ”
cURL is installed.
Have checked with this code
// Define function to test
function _is_curl_installed() {
if (in_array (‘curl’, get_loaded_extensions())) {
return true;
}
else {
return false;
}
}// Ouput text to user based on test
if (_is_curl_installed()) {
echo “cURL is <span style=\”color:blue\”>installed</span> on this server<hr/>”;
} else {
echo “cURL is NOT <span style=\”color:red\”>installed</span> on this server<hr/>”;
}
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘API key problem’ is closed to new replies.