Fatal error: Cannot call method self::
-
When creating a page on my website and using any type of s2Drip shortcode for s2member I get the following error
Fatal error: Cannot call method self::_user_can_access_drip_cb() or method does not exist in /home/mywebsite/public_html/wp-content/plugins/s2member-pro/includes/classes/user-drip-access.inc.php on line 127
I checked the file user-drip-access.inc.php on my server and the function is there.
I can get this to work [s2If php=”S2MEMBER_CURRENT_USER_PAID_REGISTRATION_DAYS >= 30″]
Drip content to Members that started paying you at least 30 days ago.
[/s2If]but I cannot get anything like this to work
[s2Drip access=”level1″ from_day=”4″]
Some content for Members at Level 1 (or higher).This content will show only after day 3 of their paid membership.
~ i.e. it starts showing on day 4.It will continue to be shown every day thereafter.
[/s2Drip]
The topic ‘Fatal error: Cannot call method self::’ is closed to new replies.