And you did click the activate button, I think?
In combination with certain plugins there seems to be a conflict on activation. We have not been able to reproduce it consistently, so it’s hard to reproduce. In some cases clicking back and activating again seems to work.
To fix: in class-admin.php, on line 97, try changing
add_action( 'shutdown', 'flush_rewrite_rules');
into
flush_rewrite_rules();
or remove it entirely if that doesn’t help. This won’t affect updates, as this is a one time function, only for activation.
Then the plugin should be able to finish the setup, but you might need to re-save the permalinks manually in settings/ssl.
Currently the redirect and your homeurl are probably not yet configured.
Works, thanks a lot.
PLease when You said “but you might need to re-save the permalinks manually in settings/ssl.”
Did you talk about this settings?
http://prntscr.com/gkrr31
If was I thing is all alwright…
Best Regards
I’m sorry, I meant to say “settings/permalinks”. That will manually flush the rewrite rules.
Did changing it into “flush_rewrite_rules();” work? Because if so, I might use that in the plugin. I’d have to have some more confirmations of course, but it could be a start.
I had withdrawn but it did not work, so I removed the entire line