Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google Plus counts — Curl No URL Set! in sharrre.php #253

Open
eablokker opened this issue Aug 14, 2015 · 0 comments
Open

Google Plus counts — Curl No URL Set! in sharrre.php #253

eablokker opened this issue Aug 14, 2015 · 0 comments

Comments

@eablokker
Copy link

$options[CURLOPT_URL] = $encUrl;
in sharrre.php just doesn't seem to work for me, gives No URL Set error.

I replaced it with
curl_setopt($ch, CURLOPT_URL, $encUrl);
and that works!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant