• Resolved james0712

    (@james0712)


    I have big trouble for some days now, cannot login to the dashboard out of below error:

    Warning: mysqli_query(): (HY000/1194): Table ‘wp_options’ is marked as crashed and should be repaired in /home/healthca/public_html/blog/wp-includes/wp-db.php on line 2056

    I have tried below actions but all failed:

    1. Repair the Table “wp_options” in Myphpadmin, repaired it over 20 times, it just show me table repaired but the problem is still there;

    2. I also remaned the Plugin & Theme folder name, no luck

    3. Also contacted the Tagdiv team who developed this theme, they cannot solve it neither

    Please help! Thank you guys!

    • This topic was modified 3 years, 5 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Everything else WordPress topic

    The page I need help with: [log in to see the link]

Viewing 13 replies - 1 through 13 (of 13 total)
  • Do a Repair to all tables using phpMyAdmin and see what happens.

    Thread Starter james0712

    (@james0712)

    @website-rob tried, no luck

    @james0712, log in to your server and open “WP-config.PHP file.

    Now edit “wp-config.php” file and find this code – define( ‘WP_DEBUG’, true );
    may be it can be false at you side.

    Now replace the above code with below-given code

    `// Enable Debug logging to the /wp-content/debug.log file
    define( ‘WP_DEBUG_LOG’, fasle );

    // Disable display of errors and warnings
    define( ‘WP_DEBUG_DISPLAY’, false );
    @ini_set( ‘display_errors’, 0 );`

    save the file,now check and confirmed, your problem fix or not

    Thread Starter james0712

    (@james0712)

    @wpfixerr thank you.

    1. Now edit “wp-config.php” file and find this code – define( ‘WP_DEBUG’, true );
    may be it can be false at you side.

    Yes, it is false there.

    2. have replaced that code, and the error info in my original post disappeared.

    But, when I tried to login, enter the password… it showed me a blank page, nothing there.

    @james0712

    Ok now follow the below steps –
    GO to server – wp-content directory – rename “Plugins” folder name

    For Example – from “plugins” to “plugins-bak”

    then open the logging page and confirm its working or not, if still gettings issue, then
    do the same with the “Theme” folder and re-name the theme folder also.

    Thread Starter james0712

    (@james0712)

    @wpfixerr

    My godness, it worked…

    The plugins were disabled I think so. So how to move on?

    Thank you so much.

    Contact your hosting provider it might help have faced such issues before.

    @james0712

    now follow these steps:-

    after login dashboard- open plugin section
    then open server – wp-content folder- now rename the plugins folder name back to the original name.

    for example – from “plugins-bak” to “plugins”

    Now back to dashboard and refresh Tab — you will see all plugins will show, then carefully activate them one by one. Even activate each plugin, just reload the website in a new tab to ensure everything is working. It will help you to find, which plugin was the cause of this error

    Hope my help fix you to that all

    good Luck

    Thread Starter james0712

    (@james0712)

    @wpfixerr

    Before I try to rename the plugins-bak folder back to plugins, I try to login the dashboard, it showed me again a blank page.

    Last night, I have set below files 755 permissions, but it looks they are 755 originally.

    wp-admin
    wp-conntent
    wp-includes

    Did not modify anything else.

    Regardless of what caused the problem, the database needs to fixed first. Suggest you contact your Hoster and give details of the database error. They should be able to fix it and get things working. Then you can start working on what caused the problem.

    Thread Starter james0712

    (@james0712)

    @website-rob Thank you, will have a try.

    Thread Starter james0712

    (@james0712)

    @website-rob

    Problem solved…the hoster solved it…

    Good to hear. ??

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Cannot login the Dashboard’ is closed to new replies.