• Anonymous User 6488573

    (@anonymized-6488573)


    Line 34
    include_once(WP_PLUGIN_DIR . ‘/wpbook/client/facebook.php’);
    should be changed to
    include_once(WP_PLUGIN_DIR . ‘/wpbook/includes/client/facebook.php’);

    unless you want to keep “client” out of include.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thanks for this… It fixed the bug on my side.

    Thread Starter Anonymous User 6488573

    (@anonymized-6488573)

    I thought about mentioning it on the other thread, but wasn’t sure it was the solution ??

    Plugin Author John Eckman

    (@johneckman)

    Dang, you’re right. Not sure when that bug crept in – fixed in trunk, will be in next release.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: WPBook] BUG: Cron looking for facebook client in the wrong place’ is closed to new replies.