504 error on activation

I have recently purchased a new copy of Affiliates Pro to replace my out-of-date version. However, I get a 504 error whenever I attempt to activate it. Do I need to do anything special like make the php timeout limit longer?

Posted in

Comments

One response to “504 error on activation”

  1. Hi Tuli,
    You should not need to change anything. Please try enabling WordPress debug, editing your wp-config.php file and replace the following line:
    define('WP_DEBUG', false);
    with these lines:
    define('WP_DEBUG', true);
    define('WP_DEBUG_LOG', true);
    define('WP_DEBUG_DISPLAY', false);

    Then try to install and activate the plugin. A new debug.log file must be created in your wp-content folder is there is a problem.
    Please send me this file to antonio[at]itthinx[dot]com indicating this topic.
    Kind Regards,
    Antonio B.

Share