Memberpress issue with Sage -

Using a default theme, there is no issue viewing a Memberpress signup page:

Flip to Sage theme (out of the box) and it falls over with “Maximum function nesting level of ‘256’ reached, aborting!”

This is the loop it repeats:

If anyone has any ideas on why this is, I’d be delighted to hear about it - thanks in advance

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

This topic was automatically closed after 42 days. New replies are no longer allowed.