You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wrote a plugin for Foursquare (on Sweetcron) that pulls latitude and logitude information from the feed and outputs a relevant Google map as the image background.
I was getting errors, and figured out why, but thought it was worth sharing the error, as it might come in useful. (something to do with a simplepie change?)
Here is the error read out (shown at the top of admin):
After I removed the ['geo'] sections (leaving just ['lat'] or ['long']), everything worked fine again, but now I get a different error in the admin panel:
Hello
I wrote a plugin for Foursquare (on Sweetcron) that pulls latitude and logitude information from the feed and outputs a relevant Google map as the image background.
I was getting errors, and figured out why, but thought it was worth sharing the error, as it might come in useful. (something to do with a simplepie change?)
Here is the error read out (shown at the top of admin):
and here's my original plugin, in full (note the 'geo' data that lifepress doesn't like):
After I removed the ['geo'] sections (leaving just ['lat'] or ['long']), everything worked fine again, but now I get a different error in the admin panel:
Seems to not like these lines:
Removing them solves the problem. Why were they there in the first place? I can't remember...
The text was updated successfully, but these errors were encountered: