You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a Login Welcome Page hasn't been set (as might be the case after installing s2Member but not completing its configuration), a PHP notice is thrown upon logging in as an s2Member user because s2Member assumes a Login Welcome Page is always set:
Notice: Trying to get property of non-object
I'm submitting a Pull Request with a fix that checks $GLOBALS["WS_PLUGIN__"]["s2member"]["o"]["login_welcome_page"] before passing it to get_page_link() in s2member/includes/classes/#-redirects.inc.php (which is throwing this notice).
The text was updated successfully, but these errors were encountered:
When a Login Welcome Page hasn't been set (as might be the case after installing s2Member but not completing its configuration), a PHP notice is thrown upon logging in as an s2Member user because s2Member assumes a Login Welcome Page is always set:
Notice: Trying to get property of non-object
I'm submitting a Pull Request with a fix that checks
$GLOBALS["WS_PLUGIN__"]["s2member"]["o"]["login_welcome_page"]
before passing it toget_page_link()
ins2member/includes/classes/#-redirects.inc.php
(which is throwing this notice).The text was updated successfully, but these errors were encountered: