• Resolved oolongm

    (@oolongm)


    Since 6.0 update wp cli activation is broken.

    rsssl_user_can_manage() returns false so activation function is exited right in the beginning. What is also bad is the fact that activation function return value is not checked, so we see a success message in wp cli ( ‘SSL activated’ ) in any way, no matter what really happened.

Viewing 2 replies - 16 through 17 (of 17 total)
  • Plugin Contributor Rogier Lankhorst

    (@rogierlankhorst)

    @oolongm I have an improvement ready for this part of the script that’s currently being tested. It will probably be included in the 6.2.1 release (not today’s 6.2.0).

    Thread Starter oolongm

    (@oolongm)

    I didn’t post the correct command here, please try:

    rsssl update_option --dismiss_all_notices=1

    This did the trick, thanks.

    @oolongm I have an improvement ready for this part of the script that’s currently being tested. It will probably be included in the 6.2.1 release (not today’s 6.2.0).

    Running the activation twice works for now. Will give feedback again once this is released. Thanks!

Viewing 2 replies - 16 through 17 (of 17 total)

The topic ‘wp-cli activation broken’ is closed to new replies.