• qspluser

    (@qspluser)


    Hi All,

    I am getting this strange error of admin page going blank.
    I had to import user data using some external script. Import worked fine. Data is imported and logins also work fine.
    BUt when i try to visit admin section the page goes blank.
    I checked error_log and it is throwing error:
    WordPress database error Table ‘usermeta’ doesn’t exist for query
    SELECT meta_value
    FROM usermeta
    WHERE umeta_id = ”
    made by require, require_once, include, get_header, locate_template, load_template, require_once, wp_head, do_action, call_user_func_array, top_bar

    I cannot figure out the issue. Also please note that my usermeta table has more than 1 lakh records. Can this be the issue? Please help

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

    (@esmi)

    I had to import user data using some external script.

    Did you backup your database before importing this data? Only it sounds like you could have damaged your database.

    Thread Starter qspluser

    (@qspluser)

    Yes, i have backup of database. If i revert it works fine.
    I have added data to only user and usermeta tables.I have imported around 11 thousand users so doing import task again is time consuming.
    Are any settings stored in usermeta table? which i might have overwritten?
    If possible please suggest me some solutions which i can try out to fix the issue.

    Thank you.

    esmi

    (@esmi)

    The only thing I can suggest is that you restore your backup database.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Admin page goes blank’ is closed to new replies.