Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: Plugins Update #26326
    rasomu
    Participant

    Hi guys,
    Happy new year and keep doing. You are doing a great work.

    It appears that “WooCommerce – Up-Sells and Cross-Sells For Variations WooCommerce Extension 1.0.4” is not listed (but published).

    Can you put an eye on it?

    Thanks in advance

    in reply to: Wrong zip format #26187
    rasomu
    Participant

    Sure,

    gravityforms, gravityformsgeolocation, gravity perks nested forms (gp-nested-forms), advanced save and continue (gp-advanced-save-and-continue), gp unique id, gp-limit-submissions, gp-advanced-calculations, gp-address-autocomplete, gwlimitcheckboxes

    It seems a problem with files updated 09/01/2024. The ones uploaded this week seem to be ok.

    in reply to: Plugins and Themes are really clean and safe? #26113
    rasomu
    Participant

    I’ve done diff many of them with originals I’ve got the license and are 100% the same, never found they had ever changed a line.

    in reply to: All in One WP Migration Plugin #25231
    rasomu
    Participant

    try with wp migrate. The push feature is terrific.

    rasomu
    Participant

    All you have to do is install the plugin, you will get a fatal error when trying to activate.

    Go to console on your server, navigate to the plugin folder where the file/wp-content/plugins/wp-rocket-master/composer.json in and execute composer install -no-dev.

    After that move to /wp-content/plugins/wp-rocket-master/inc/functions/option.php and change line 530 from return false; to return true;

    function rocket_valid_key() {
    $rocket_secret_key = get_rocket_option( 'secret_key' );
    if ( ! $rocket_secret_key ) {
    return true;
    }
    return 8 === strlen( get_rocket_option( 'consumer_key' ) ) && hash_equals( $rocket_secret_key, hash( 'crc32', get_rocket_option( 'consumer_email' ) ) );
    }

    Now you should be able to active the plugin.

    • This reply was modified 5 years, 6 months ago by rasomu.
Viewing 5 posts - 1 through 5 (of 5 total)