• Resolved flaviotobias

    (@flaviotobias)


    Hi. I’ve downloaded the free version of go live update urls. However when I try to update the URLs I got a message saying that the site has a critical error, and nothing happens. The site still working after that, but with the old urls, looks like the plugin is doing nothing.

    There is no error log on errors_log file.

    What can I do?

Viewing 1 replies (of 1 total)
  • Plugin Contributor OnPoint Plugins

    (@onpointplugins)

    Hi flaviotobias,

    If nothing is showing in the error log, the next thing to try is to add the WP_DEBUG constants to your site’s wp-config.php file.

    
    define( 'WP_DEBUG', true );
    define( 'WP_DEBUG_DISPLAY', true );
    

    More information here.

Viewing 1 replies (of 1 total)
  • The topic ‘Critical error after running the plugin’ is closed to new replies.