Voting API Doesn't load the client after voting.

Stevee

Posting Freak
Mar 29, 2011
580
35
Hello, so whenever someone goes to mydomain/api.php they vote, but it doesn't direct them to the client, it keeps directing them back to the voting page and it won't let them go to the client, anyone know why this keeps happening if so that'd be really appreciated if you could help!

so basically, the voting api after they vote won't re-direct them to the client, just back to mydomain/api.php

any suggestions?

Thanks,
Stevee
 

lepos

thinking about you. yes you
Dec 11, 2011
2,022
685
1) Should be posted here -
2) On this thread it says what to do -

Here:

Add the following code at the top config.php (under the <?php):
PHP:
if (isset($_SERVER['HTTP_CF_CONNECTING_IP'])) { $_SERVER['REMOTE_ADDR'] = $_SERVER['HTTP_CF_CONNECTING_IP']; }
Still having issues? Create a thread.
 

Users who are viewing this thread

Top