Check your javascript console for error notices.
Check your php error_log.
Hi,
Thanks for answering so quickly.
I checked the php error log and this is what I found regarding this issue. It’s noted several times.
[02-Aug-2016 08:17:37 UTC] PHP Fatal error: Cannot redeclare class BP_XProfile_ProfileData in C:\MAMP\htdocs\tmbiz\wp-content\plugins\buddypress\bp-xprofile\classes\class-bp-xprofile-profiledata.php on line 18
Other log files haven’t been modified today.
Any suggestion I should try?
Thanks for your time.
I cannot duplicate your error.
And have received no other reports re that error.
Hi, thank you for answering.
I’m sorry I didn’t know how to check the java console. I did now and I see this.
View post on imgur.com
But I did include the key in the file. And the location field is only once.
View post on imgur.com
If you have any suggestion I’d appreciate it.
The ‘multiple’ times error is a warning rather than a fatal error.
Perhaps you are using some other plugin that uses Google Maps?
The missing key error means that Google does not recognize your key. And the plugin will not work without a key. We have no control over that. Try creating a new key.
For anyone having a similar problem, I discovered it after dealing with it for like 2 hours.
Tried to check the theme and plugins, to see what was calling the Google Maps API.
Deactivated all plugins (except BP and xProfile Location of course) and discovered WPUF was causing this. Like I was once told: this is one of the buggiest plugins and their paid support blows.
You have to comment out the line that has the google maps call in the main php file of the plugin. That’s it.
I wish I could get rid of this plugin but I need it as I haven’t found other one that does the same thing I need.
Once again thanks to the developer of BP xProfile Location 🙂
Regards.
Thank you very much for the report about a conflict with WPUF.