-
Website
http://evansims.com/ -
Original page
http://evansims.com/projects/brightkite-location -
Subscribe
All Comments -
Community
-
Top Commenters
-
Hazman Aziz
5 comments · 1 points
-
Rob Bluey
3 comments · 2 points
-
Devin Reams
6 comments · 1 points
-
edwinv
4 comments · 6 points
-
Araceli
2 comments · 2 points
-
-
Popular Threads
Fatal error: Cannot instantiate non-existent class: simplexmlelement in /.../wp-content/plugins/brightkite-location/brightkite.php on line 42
I'm on Dreamhost so not sure why the element wouldn't work...
My only problem now is that the location name is not showing beneath. I've looked at the plugin a little bit and not sure why. I had privacy turned on in brightkite but everything is now 'public. Thoughts?
Give Beta 3 a try. You and Colin both have the same issue, and I was able to track down the cause to privacy settings. Should be fixed now. Thanks!
Even though I have the directory set as 777.
Open source this, put it on SVN, and I'll help fix bugs!
I tracked down the issue to users who have certain privacy settings applied; Brightkite only delivers a portion of the address, and my plugin was expecting the whole thing during it's parsing. Grab Beta 3 and it should work for you.
Also, this will definitely be up on the Wordpress SVN when it's finished, but it's bugs like this I want to get ironed out before I release it a wider (and less technically apt) audience. :) I definitely appreciate any help, though!
I could cache the data in the database rather than a file, but Wordpress is already so damn heavy on DB calls I really hate to add yet another one on top of it all.
After I get all the bugs worked out of the base functionality, I'll definitely add an options UI and offer a Widgetized version of the plugin. :)
Good stuff. :)
I'm undertaking a cycle ride from one end of the UK to the other, this is perfect for keeping a site updated with my progress.
www.longcycledown.com
That's awesome! Thanks so much for choosing my plugin to help broadcast your journey, and best of luck! I'll certainly be following your progress!
I went ahead and built a debugger function into the plugin; when you get a moment, try downloading the debug version, replacing the existing copy you have installed and using the new function bkDebug() in your template. Pop me the data it data it outputs from there. If you can't load the page after activating, open up the php file and remove line #224, "add_action('wp_head', 'bkWordpressHeaders');". That should let you see the output.
Debug version: http://dl.getdropbox.com/u/23890/brightkite_b4.zip
I found a small bug... I use a different page URL and blog url, such as domain.com and domain.com/blog. When activated the plugin only works on the homepage, but after creating a "fake plugin folder behind domain.com/blog/wp-content/plugins/brightkite-location/ and uploading the *.cache file and the xml library to this folder it all seemed to work smoothlessy.
Cheers!