• Resolved Tim Nolte

    (@tnolte)


    I’m not sure if this is a problem with the plugin working on a multi-site instance or just deprecated use of WordPress functions but the plugin seems to be completely broken on my personal blog site which is part of my multi-site instance. I’ve only site activated the plugin and not network activated it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Markus Frenzel

    (@markusfrenzel)

    I’ll have a look at it! Are there any error messages shown in the backend or in your server/php logs?

    Plugin Author Markus Frenzel

    (@markusfrenzel)

    Hi! I can confirm your problem. It’s caused by some wrong code which I’ve haven’t corrected in the last build of RunPress. I’ll release a bug fix soon. Until that you’ll be able to correct it by yourself if you change line 718 from

    $runtastic = new RunPress_Runtastic();

    to

    $runtastic = new RunPress_Runtastic\RunPress_Runtastic();

    After that change everything should run as expected.

    I’m sorry about this unnecessarily error.

    Thread Starter Tim Nolte

    (@tnolte)

    @markusfrenzel thanks for working on this. I’ll have a look this week as I’m considering giving Runtastic another go.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Account Credentials Don’t Save and Can’t Sync’ is closed to new replies.