Viewing 7 replies - 1 through 7 (of 7 total)
  • Hello, rmaas93, & welcome. Could you please provide your site url? Also, could you please tell us your database table prefix from your wp-config.php file? Lastly, could you please paste your .htaccess file if it exists?

    Thanks.

    Thread Starter rmaas93

    (@rmaas93)

    Hey,

    – the site url is http://modelinhosdomonk.com

    – is this the database table prefix?

    /**
    * WordPress Database Table prefix.
    *
    * You can have multiple installations in one database if you give each a unique
    * prefix. Only numbers, letters, and underscores please!
    */
    $table_prefix = ‘wp_’;

    .htaccess

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    Thank you my friend

    Ok, thanks rmaas93. So–yes–wp-admin does not work, but wp-login.php appears to. Can you log in using that instead?

    It appears that the error log is pointing to a nonexistent WordPress table called ‘ricardom_wp89.wp_usermeta’. Do you know what that might be?

    Also, the site appears to be in Spanish/Portuguese/Italian–I’m not quite certain which–is that expected?

    Thread Starter rmaas93

    (@rmaas93)

    wp-login also takes me to the frontpage.

    I checked myphpadmin and the wp_usermeta table seems to be missing. Not sure how that happened.

    The site is indeed in portuguese.

    Thank you

    Hi again, rmaas93. When I go to
    http://modelinhosdomonk.com/wp-login.php
    I get a login screen. If you do not, then please try clearing your cache.

    When I go to /wp-admin instead, I’m redirected to:
    http://modelinhosdomonk.com/wp-admin.php
    which is, of course, incorrect. It should rather go to wp-login.php.

    The error message points to a table called ‘ricardom_wp89.wp_usermeta’. That is an incorrect table name. Did you have such a table name in a previous install?

    Thread Starter rmaas93

    (@rmaas93)

    Hey Jackie. I restored the wp_usermeta table from a previous SQL backup and now I can access the wp-admin.

    Thank you for your time and help

    Cool, rmaas93. Could you please mark the topic as resolved so the forum volunteers know your problem has been fixed & can feel free to help others who need it? Thanks.

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

The topic ‘Can not access wp-admin’ is closed to new replies.