The link you followed has expired

#74221
Viewing 15 replies - 1 through 15 (of 16 total)
  • Alberto
    Rank Math business

    Hello,

    Thank you for contacting the support and sorry for any inconvenience that might have been caused due to that.

    Sorry for the issue you are facing.

    Assuming you are using the latest version of all the plugins and the themes (please update if not yet), it could be a conflict with one of the plugins or the theme you are using.

    To determine that, please follow this troubleshooting guide:
    https://rankmath.com/kb/check-plugin-conflicts/

    Please let us know if you find the culprit.

    Only the site admin would know and your users won’t be affected by this troubleshooting.

    Looking forward to helping you.

    I have deactivated all the plugin and theme. I have used Check plugin conflict and I still have the issue. I equally contacted my host over but we can find the solution.

    Alberto
    Rank Math business

    Hello,

    Then, I think we might need to take a closer look at the settings. Please edit the first post on this ticket and include your WP logins in the designated Sensitive Data section.
    Sensitive Data Section

    It is completely secure and only our support staff has access to that section. If you want, you can use the below plugin to generate a temporary login URL to your website and share that with us instead:

    https://wordpress.org/plugins/temporary-login-without-password/

    You can use the above plugin in conjunction with the WP Security Audit Log to monitor what changes our staff might make on your website (if any):

    https://wordpress.org/plugins/wp-security-audit-log/

    We really look forward to helping you.

    Hello,

    I have updated the sensitive data as requested. Can you please check further?

    Thank you.

    Alberto
    Rank Math business

    Hello,

    I am trying to log in but it is requesting me to set a new password and I don’t want to set a new one to avoid letting you without site access. Could you check it?

    Looking forward to help you.

    Hello,

    I have updated the sensitive data as requested. Can you please check further?

    Thank you.

    Alberto
    Rank Math business

    Hello,

    After testing it, it seems Rank Math is getting a 500 error when trying to use the WordPress API Rest to save the data on your products page.

    A 500 error is an internal server issue, so my recommendation is to share with your hosting support the log I added in the Sensitive Data section so they can try to reproduce it and determine what is causing it on the server.

    Looking forward to help you.

    Any instruction on what do I do

    Alberto
    Rank Math business

    Hello,

    I would ask the hosting support to check the server logs and try to determine the cause why you get a 500 error when calling GET https://www.domain.com/wp-admin/load-styles.php in your domain.

    They might need access to your site and also you would need to tell them you are getting it when you add or update the SEO info in any product. Also, you should disable any security plugin to check if that can solve your issue.

    Looking forward to help you.

    My host checked and told me to Change my htaccess to htaccess.txt and I checked the 500 internal errors are no longer showing. Please check and see why is still not working. Thanks

    Hello,

    I can’t replicate any issue currently. Please check the new screencast I have added in the sensitive section and let us know.

    Looking forward to helping you. Thank you.

    ​​​​​​

    Rank math upon checking I saw another person having the same issue once woocommerce is activated titles and meta bulk save change from settings dashboard can’t be saved. Below link https://support.rankmath.com/ticket/trouble-saving-the-link-you-followed-has-expired/

    Hello,

    The memory is getting exhausted on your site in Titles & Meta Settings because there are 100s of Product attributes on your site whose Archive is enabled. If you want to control the Product attributes SEO settings then you’ll have to increase the site’s memory and input vars value. Else, if you don’t want to control the Product attributes settings then please add following filter code to your theme’s functions.php file to remove the Product Attributes Settings from Titles & Meta:

    
    add_filter( 'rank_math/settings/title', function( $titles ) {
    	$titles = array_filter( $titles, function( $title ) {
    		return ! isset( $title['taxonomy'] ) || strncmp( $title['taxonomy'], 'pa_', 3 ) !== 0;
    	} );
    	return $titles;
    } );
    

    This should fix the issue.

    Please let us know if you need our help with anything else. Thank you.

    Amazing, thank you! I never would have worked that out on my own. I’ve applied your fix and everything is working as it should.

    Thanks again!

    Ryan

    Thanks a lot, it works fine now.

Viewing 15 replies - 1 through 15 (of 16 total)

The ticket ‘The link you followed has expired’ is closed to new replies.