• Resolved sirhaver

    (@sirhaver)


    Hey guys,

    When a user tried to confirm the subscription link sent to their email, it fails because it tries to use the site’s local domain (before it was migrated to a live server). Obviously it’s not the plugin’s fault.

    I still couldn’t figure out why some functions still refer to the old domain even though the new one is updated in the database. I also added the custom code to wp-config.php:
    define(‘WP_HOME’,’https://example.com’);
    define(‘WP_SITEURL’,’https://example.com’);

    Is there a chance you could tell me where in the plugin’s code it tries to get the domain’s name, so I can change it manually?

    It’s not a flexible method but might be the only way.

    Thanks a lot in advance for your help
    Omer

Viewing 1 replies (of 1 total)
  • Plugin Contributor Malay Ladu

    (@malayladu)

    Hello,

    Sorry for the inconvenience you had.

    Subscription confirmation link is stored into options table with the name “ig_es_optinlink”.

    So, for now you can change the link into database. We are working on the fix. So, in future, if you change the domain, you don’t need to change the url into database again.

    Hope that helps.

Viewing 1 replies (of 1 total)
  • The topic ‘Confirming subscription fails’ is closed to new replies.