crashguru
Member
Posted 6 months ago #
The only thing that was working in my set up is the Auto Locate function.
The search form shows a drop down list with a empty field and kilometers in it, which makes no sense at all because in the settings I selected Miles.
Then I got:
Fatal error: Call to undefined function curl_init() in C:\xampp\htdocs\wordpress\wp-content\plugins\geo-my-wp\functions.php on line 57
http://wordpress.org/extend/plugins/geo-my-wp/
ninjew
Member
Plugin Author
Posted 6 months ago #
Is it a local server?
If so, I have never tested the plugin on a local machine so I am not sure but it might the causes for the issue.
rlopcs
Member
Posted 4 months ago #
You have to activate CURL.
Just uncomment extension=php_curl.dll by removing ; on php.ini
Then restart the Apache server.
If you are using Xampp as a local server, you can usually find php.ini at:
c:\Xampp\php\php.ini
crashguru
Member
Posted 4 months ago #