• Resolved taropaa

    (@taropaa)


    Hi I activated this plugin on my website and I got a 500 error page when trying to access wp-admin. Front end of the site still works.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter taropaa

    (@taropaa)

    I have php7.

    Thread Starter taropaa

    (@taropaa)

    Fixed the issue (I was able to run it in a multisite sub-site)

    If using an external database, you need to use the default port and to not declare it in wp-config.

    So having

    define('DB_HOST', '192.168.192.168:3306');
    Throws a server error

    and

    define('DB_HOST', '192.168.192.168');
    seems to work.

    This is due to the fact that the plugin adds the port on top of whatever you declare as DB_HOST.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘500 Error in Wp Admin’ is closed to new replies.