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

    Leider kann ich nachdem ich den Apache Webserver, die SQl Datenbank und WordPress installiert habe, die Installation nicht starten.

    Wenn ich meine Seite unter https://example.de/wordpress ?ffne oder https://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.

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    What packages did you remove? WordPress does not have specific server packages required beyond the obvious PHP and MySQL. The Digital Ocean instructions ask you to install several PHP packages, you need all of those, but they are not specific to WordPress.

    What error message did you get? You apparently pasted the wrong content.

    Please verify that Apache and SQL is working without WordPress. There should be a sample database app that was installed with the LAMP stack. Be sure that works correctly. Since you have nothing of importance in WordPress, lets start over again. Use phpMyAdmin to remove all tables from the database that you will use for WordPress. Keep the DB, only remove the tables. Delete your WordPress folder with all of its contents, then reinstall the files from your WordPress download. Be sure you’ve followed the other steps in the instructions regarding permissions, ownership, rewrites, etc.

    Copy/edit the wp-config.php file as instructed. Then visit 127.0.0.1/wordpress/wp-admin/install.php to complete the installation by following the prompts. Use an appropriate IP or hostname if 127.0.0.1 is inappropriate for your installation.

Viewing 1 replies (of 1 total)
  • The topic ‘Installation startet nicht’ is closed to new replies.