Unfortunately I cannot provide you with login details as this is a client’s website and not my own.
I have also tried to copy the wp_options entry (ws_plugin__s2member_options) for S2Member but this didn’t work either. None of my settings was kept in tact.
Is there perhaps a manual way to resolve this issue in the mean time? Ie, copy more than the 1 wp_options field?
When doing
SELECT * FROM `wp_options` WHERE option_name LIKE '%s2%'
I get the following fields:
- ws_plugin__s2member_activated_levels
- ws_plugin__s2member_cache
- ws_plugin__s2member_notices
- ws_plugin__s2member_options
- ws_plugin__s2member_configured
- ws_plugin__s2member_activated_version
- _transient_timeout_s2m_ipr_85b6e541e2d72d854ef106e…
- _transient_s2m_ipr_85b6e541e2d72d854ef106ee5617663
Perhaps it’s a combination of these fields?
Also I notice there’s a “options_version” and “options_checksum” in the ‘ws_plugin__s2member_options’ array. Maybe it’s a difference in these values and the ones in the other options..?
Can it be done manually? I’m all for it if it’s possible at this stage.
Thank you for your help!