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
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
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