Plugin: BP Foursquare API

Join this plugin group to follow comments, support topics and reviews.

Unable to activate the 4sq on WP 3.0 (13 posts)

Started 1 year, 11 months ago by: Gpo1

  • When I upload it and try to enable it I get this error msg:
    Plugin could not be activated because it triggered a fatal error.

  • FYI

    error: Warning: require_once(./bp-foursquare-classes) [function.require-once]: failed to open stream:

  • I would be nice to get foursquare plugin to work like this demo site on BP

    http://www.vrwebdesign.co.uk/virtual-tours/google-maps/

  • Profile picture of Hugo Hugo said 1 year, 11 months ago:

    @Gpo1 it’s just a simple path error, open bp-foursquare.php and change:
    require_once ( ‘./bp-foursquare-classes’ );
    To:

    require_once ( ‘bp-foursquare-classes’ );

    When you have it running give us all a brief ‘How To’ as it’s not apparent how to use or why, not really familiar with this App.

  • @hnla Still failed after require_once ( ‘bp-foursquare-classes’ ); change

  • Profile picture of Hugo Hugo said 1 year, 11 months ago:

    Should be fine, did you reactivate the plugin? rather than just refresh the page? All (2) files are in the same top level folder?

    try adding the file extension on ‘bp-foursquare-classes.php’

  • I did but no joy,Have you tried it?

  • Profile picture of Hugo Hugo said 1 year, 11 months ago:

    Well plugin activates fine but I have no idea how or what to use it for :)

  • I’m using local host and wp3.0 and latest BP

  • Profile picture of christianebuddy christianebuddy said 1 year, 9 months ago:

    Maybe it’s better to use this code:

    require_once( WP_PLUGIN_DIR . ‘/bp-foursquare-api/bp-foursquare-classes.php’ );

  • Profile picture of TM TM said 1 year, 9 months ago:

    Tried it, get a syntax error and then a directory error. Has anybody gotten the plug-in to work? I’m trying to include it on a page template to test it out and style the UI, but so far no luck.

  • Profile picture of TM TM said 1 year, 9 months ago:

    k, it might’ve been a path error. Got the messages to go away follow christianbuddy’s suggestion, tweaking it for my own path: . I’m still not sure what’s supposed to come out of it. An OAuth dialog? Raw XML? Can the developer please explain?

  • Profile picture of matiaspunx matiaspunx said 1 year, 6 months ago:

    i dont understand hoy to use…