andfrank
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Anmeldung nicht möglich nach 3 Jahren unterbruchThank you for your help. i found the problem. In this case its necessary to login to wordpress with …/wp-login.php instead of …/wp-admin
I don’t know if it was common in wordpress to login like this 3 years ago or if it’s just this website articularly.
I wouldn’t expected that it could be due to the registration link.
In combination with deactivating the Plugins, the Website works just fine.Forum: Fixing WordPress
In reply to: Anmeldung nicht möglich nach 3 Jahren unterbruchHi, thank you for your quick response.
I’ve tried it via FTP to rename/deactivate both, themes and plugins. If i deactivate the plugins it doesn’t change much on the apperance of the website (still text only, no way to login). When i deactivate the themes one by one it don’t do much until i reach the theme thats used as main theme. when i deactivate the main theme the white screen of death appears. that doesen’t make much sense to me. maybe i must fist fix the correct URL? i don’t know how, because there ist no HTML file as index. just a PHP with the following text:
<?php /** * Front to the WordPress application. This file doesn't do anything, but loads * wp-blog-header.php which does and tells WordPress to load the theme. * * @package WordPress */ /** * Tells WordPress to load the WordPress theme and output it. * * @var bool */ define('WP_USE_THEMES', true); /** Loads the WordPress Environment and Template */ require( dirname( __FILE__ ) . '/wp-blog-header.php' );