Can not log-in to the admin dashboard
-
Hi there. I can not log-in to my admin page:
https://www.mydentist.rs/wp-login.php or
https://www.mydentist.rs/wp-admin.phpAt first it gave me message:
“Warning: include(./wp-admin/includes/class-wp-admin-list-table.php): failed to open stream: No such file or directory in /home/michelsanti/gestionsuisse.com/wp-admin/index.php on line 8
.
.
.”As suggested in this topic:
https://www.ads-software.com/support/topic/admin-dashboard-broken-?replies=8
I have replaced /wp-admin/index.php with other copy and it haven’t worked.
I also checked this post:
https://www.ads-software.com/support/topic/unable-to-log-into-the-admin-dashboard?replies=12
The solution was to make a copy of every file via FTP, delete everything except WP-content folder and wp-copnfig.php and to copy back files on server. After I did that admin panel went blank.On first post I red that RevSlider (which I have) can cause this kind of trouble. I’ve tried to reset all plugins via FTP (https://codex.www.ads-software.com/FAQ_Troubleshooting#How_to_deactivate_all_plugins_when_not_able_to_access_the_administrative_menus.3F) but it didn’t changed a thing.
I also tried changing my .htaccess file. My previous version looked like this:
# 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
# BEGIN wtwp_cache
# END wtwp_cache# BEGIN wtwp_security
# END wtwp_securityand my new version is looking like this:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
After this wp-admin page is still blank, but wp-login page is showing 404 (Page Not Found) Error.
Does anyone have an idea what can I do?
- The topic ‘Can not log-in to the admin dashboard’ is closed to new replies.