• Resolved jwittorf

    (@jwittorf)


    Hi, I just ran into the same issue as described here.

    I’ve managed to fix it myself, just go to web/app/plugins/team-rosters/mstw-team-rosters.php and change line 348.

    • Before: $site_url = site_url( '/wp-admin/edit.php?post_type=mstw_tr_player&page=mstw-tr-settings' );
    • After: $site_url = site_url( '/wp-admin/admin.php?page=mstw-tr-settings' );
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Mark O’Donnell

    (@markodonnell)

    Thanks for this information. I have been working on a new release and have not seen this settings problem on my development sites. I will definitely try this patch, which makes sense to me on its face), and include it in the next release.
    -Mark

    Plugin Author Mark O’Donnell

    (@markodonnell)

    I checked this out. A patch will be in the next release.
    Thank you.
    -Mark

    Thread Starter jwittorf

    (@jwittorf)

    Hi and thanks for your quick response! Big thanks for this great free plugin, really enjoyed it, much appreciated ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Solution for settings error’ is closed to new replies.