Beiträge von NiKoh

    Ich habe die Zeile auskommentiert aber keine Veränderung!
    Ich habe Auch die wp-config.php mit der wp-config-sample vergichen, da scheint mir alles ok zu sein.
    Was in der Beispieldatei nicht steht ist der Schluss:
    /* That's all, stop editing! Happy blogging. */
    $pageURL = 'http';
    if ($_SERVER['HTTPS'] == "on") {$pageURL .= "s";}
    $pageURL .= "://";
    if ($_SERVER['SERVER_PORT'] != "80") {
    $pageURL .= $_SERVER['SERVER_NAME'].":".$_SERVER['SERVER_PORT'];
    } else {
    $pageURL .= $_SERVER['SERVER_NAME'];
    }
    $virtual_host_file = file_get_contents("/etc/httpd/sites-enabled-user/httpd-vhost.conf-user");
    if (preg_match('/ServerName '.$_SERVER['SERVER_NAME'].'/', $virtual_host_file)) {
    define('WP_SITEURL', 'http://fotosfrenn-kaerjeng.com');
    } else {
    define('WP_SITEURL', 'http://fotosfrenn-kaerjeng.com');
    }
    if (!defined('SYNOWORDPRESS'))
    define('SYNOWORDPRESS', 'Synology Inc.');
    /** Absolute path to the WordPress directory. */
    if ( !defined('ABSPATH') )
    define('ABSPATH', dirname(__FILE__) . '/');
    /** Sets up WordPress vars and included files. */
    require_once(ABSPATH . 'wp-settings.php');
    require_once(ABSPATH . 'syno-misc.php');

    Vielleicht liegt hier ein Fehler vor?
    LG
    NiKoh

    Ich habe eine Homepage mit Wordpress auf meinem Computer erstellt und mit Duplicator auf einen Server hochgeladen. Kann aber jetzt das Backend nicht mehr erreichen.
    2 Fehlermeldungen habe ich erhalten.
    Kann mir bitte jemand erklären wie ich dieses Problem lösen kann? Wie ich das in den Dateien ändern muss?


    Warning:file_get_contents(/etc/httpd/sites-enabled-user/httpd-vhost.conf-user): failedto open stream: No such file or directory in /home1/s0a5p5k6/public_html/wp-config.phpon line 93

    Warning: Cannot modify header information - headers already sent by(output started at /home1/s0a5p5k6/public_html/wp-config.php:93) in /home1/s0a5p5k6/public_html/wp-includes/pluggable.phpon line 1195
    Danke im Voraus!
    NiKoh