• Hi,

    I purchased a new theme and plugin for our Church’s website, went in and installed and activated both. Now I can no longer login to the WP dashboard.

    When I login with the proper credentials, the page simply refreshes and does not give any error. An incorrect login still states that the username/pw is incorrect. The URL structure it refreshes to is:

    http://sothchurch.org/wp-login.php?redirect_to=http%3A%2F%2Fsothchurch.org%2Fwp-admin%2F&reauth=1

    Here’s what I’ve tried so far from FTP:

    – Deleting .htaccess from root and main WP directory

    – Renaming the plugins folder, then creating a new “plugins” folder with nothing in it

    – Deleting the new theme I purchased and activated

    – Deleting the actual plugin that was purchased and activated

    – Added the following lines in wp-config.php:
    define(‘WP_HOME’ , ‘http://sothchurch.org’);
    define(‘SITEURL’ , ‘http://sothchurch.org’);
    define(‘WP_MEMORY_LIMIT’, ‘512M’);

    None of these have solved the problem. I’m really lost as to what to do next. Can anyone provide some suggestions?

    Thanks in advance,
    Matt

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator t-p

    (@t-p)

    Thread Starter MSgherzi

    (@msgherzi)

    Hi,

    When I try to login, here’s the output I’m getting:

    WordPress database error: [INSERT command denied to user ‘dbo347106527’@’74.208.180.119’ for table ‘wp_options’]
    INSERT INTO wp_options (option_name, option_value, autoload) VALUES (‘widget_pages’, ‘a:1:{s:12:\”_multiwidget\”;i:1;}’, ‘yes’) ON DUPLICATE KEY UPDATE option_name = VALUES(option_name), option_value = VALUES(option_value), autoload = VALUES(autoload)

    WordPress database error: [INSERT command denied to user ‘dbo347106527’@’74.208.180.119’ for table ‘wp_options’]
    INSERT INTO wp_options (option_name, option_value, autoload) VALUES (‘widget_tag_cloud’, ‘a:1:{s:12:\”_multiwidget\”;i:1;}’, ‘yes’) ON DUPLICATE KEY UPDATE option_name = VALUES(option_name), option_value = VALUES(option_value), autoload = VALUES(autoload)

    WordPress database error: [INSERT command denied to user ‘dbo347106527’@’74.208.180.119’ for table ‘wp_options’]
    INSERT INTO wp_options (option_name, option_value, autoload) VALUES (‘_transient_doing_cron’, ‘1487363191.7859098911285400390625’, ‘yes’) ON DUPLICATE KEY UPDATE option_name = VALUES(option_name), option_value = VALUES(option_value), autoload = VALUES(autoload)

    Notice: Constant WP_MEMORY_LIMIT already defined in /homepages/8/d339028539/htdocs/soth/wp-config.php on line 95

    Warning: Cannot modify header information – headers already sent by (output started at /homepages/8/d339028539/htdocs/soth/wp-includes/wp-db.php:1355) in /homepages/8/d339028539/htdocs/soth/wp-login.php on line 387

    Warning: Cannot modify header information – headers already sent by (output started at /homepages/8/d339028539/htdocs/soth/wp-includes/wp-db.php:1355) in /homepages/8/d339028539/htdocs/soth/wp-login.php on line 400

    WordPress database error: [INSERT command denied to user ‘dbo347106527’@’74.208.180.119’ for table ‘wp_usermeta’]
    INSERT INTO wp_usermeta (user_id, meta_key, meta_value) VALUES (6, ‘session_tokens’, ‘a:1:{s:64:\”7b4b253641577a906e053382eddc844d149405a39668ab7a7a0cc08570455838\”;a:4:{s:10:\”expiration\”;i:1487535992;s:2:\”ip\”;s:13:\”12.205.188.74\”;s:2:\”ua\”;s:68:\”Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko\”;s:5:\”login\”;i:1487363192;}}’)

    Warning: Cannot modify header information – headers already sent by (output started at /homepages/8/d339028539/htdocs/soth/wp-includes/wp-db.php:1355) in /homepages/8/d339028539/htdocs/soth/wp-includes/pluggable.php on line 955

    Warning: Cannot modify header information – headers already sent by (output started at /homepages/8/d339028539/htdocs/soth/wp-includes/wp-db.php:1355) in /homepages/8/d339028539/htdocs/soth/wp-includes/pluggable.php on line 956

    Warning: Cannot modify header information – headers already sent by (output started at /homepages/8/d339028539/htdocs/soth/wp-includes/wp-db.php:1355) in /homepages/8/d339028539/htdocs/soth/wp-includes/pluggable.php on line 957

    Any suggestions?

    • This reply was modified 9 years, 2 months ago by MSgherzi.
    Moderator t-p

    (@t-p)

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Can’t Login (page refeshes)’ is closed to new replies.