Installation startet nicht
-
Hallo zusammen,
ich habe folgendes Problem:
Ich habe eine WordPress Seite installiert und dort das Document Root geändert.
Danach konnte ich weder meine Seite, noch das Adminpanel öffnen.
Ich habe mich dann dazu entschieden, WordPress neu zu installieren, da
nicht wirklich viel Content auf der Seite war.
Ich habe die Anleitung von folgender Seite befolgt:
https://www.digitalocean.com/community/tutorials/how-to-install-wordpress-with-lamp-on-ubuntu-18-04#step-4-–-downloading-wordpressLeider kann ich nachdem ich den Apache Webserver, die SQl Datenbank und WordPress installiert habe, die Installation nicht starten.
Wenn ich meine Seite unter http://example.de/wordpress öffne oder http://IP/Wordpress
folgenden Fehler:
<?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’ );Ich habe bereits versucht alle Pakete die mit WordPress zu tun haben,
zu entfernen, jedoch scheint irgendwie noch eine Konfiguration zu sein, die das Problem verursacht. Die Pakete wurden alle mit dem Paramter “purge” entfernt.Ich hoffe jemand kann mir bei dem Problem weiter helfen.
The topic ‘Installation startet nicht’ is closed to new replies.