Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Rajat Varlani

    (@the_champ)

    Hi there,

    To get an idea about the issue, try activating the plugin with debugging enabled.
    To enable the debugging, open “wp-config.php” file located in the root folder of your WordPress website. Search following code:

    define('WP_DEBUG', false);

    Replace the code searched above with following:

    define('WP_DEBUG', true);

    Save the file back. Replace existing file, if prompted.

    Let me know if you see any errors.

    Thread Starter kpdavis

    (@kpdavis)

    Thanks for the super fast response!

    I did that and this came up on front end and admin login:

    Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.) in /var/www/vhosts/poppedculture.co.uk/httpdocs/wp-includes/functions.php on line 3370 Fatal error: Cannot redeclare class OAuthSignatureMethod_HMAC_SHA1 in /var/www/vhosts/poppedculture.co.uk/httpdocs/wp-content/themes/supreme/library/functions/Oauth/OAuth.php on line 120

    Hope this helps
    Keith

    Plugin Author Rajat Varlani

    (@the_champ)

    This is due to an issue in the file of your theme. Send me the file “/var/www/vhosts/poppedculture.co.uk/httpdocs/wp-content/themes/supreme/library/functions/Oauth/OAuth.php” at my email lordofthechamps[at]gmail[dot]com so that I can send you the updated file.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘White screen after installing’ is closed to new replies.