Forum Replies Created
-
AuthorPosts
-
rasomu
ParticipantHi 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
rasomu
ParticipantSure,
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.
rasomu
ParticipantI’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.
rasomu
Participanttry with wp migrate. The push feature is terrific.
October 2, 2019 at 3:19 am in reply to: WP Rocket "How to remove the license code check" no longer works #21724rasomu
ParticipantAll 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.
-
This reply was modified 5 years, 6 months ago by
-
AuthorPosts