Memberpress issue with Sage -

I found this while looking at an unrelated issue with Buddypress and Sage 10

The only thing you need to modify here is where to locate the default template in Sage 10 - I did this and it works:

$default_template = locate_template(['resources/views/page.blade.php']);

2 Likes