Verfasste Forenbeiträge

Ansicht von 11 Antworten - 1 bis 11 (von insgesamt 11)
  • Thread-Starter nwiadmin

    (@nwiadmin)

    Okay, das Problem ist gelöst ich bin bei Optimize Press durch den Troubleshooter gegangen und durch ein update meiner OP Version funktioniert jetzt alles wieder !

    Ich Entschuldige mich für den falschen Alarm und bedanke mich für dein schnelles reagieren.

    Thread-Starter nwiadmin

    (@nwiadmin)

    Oh Sorry das Problem ist auf dem Live-Editor von Optimize Press

    Thread-Starter nwiadmin

    (@nwiadmin)

    vielen Dank Thorsten !

    Thread-Starter nwiadmin

    (@nwiadmin)

    das Problem ist dass ich Anfänger bin und nicht einmal weiß was FTP ist und wo ich den Ordner herbekommen soll oder auch wo ich ihn dann einfügen soll .

    Thread-Starter nwiadmin

    (@nwiadmin)

    Ich habe jetzt Antwort zu meinem Supportticket bei hostgator bekommen :
    Hello,

    At the moment, your site nwi247.com seems to be displaying an error that is due to missing files on your account. After reviewing the domain, I noticed that you are missing a core folder that is required for wordpress called „wp-includes“. We do currently have a backup for your domain that was created on March 29th. If you would like to restore this backup, please fill out the form below.

    Please note that this restore will require a $15 service fee for using one of our backups. If you have a backup of your own that you would like to use, you will need to upload this backup to your server and then provide the file path to this backup in the restore form. Providing a backup of your own will allow us to waive the $15 fee that is normally required.

    sollte ich das machen, oder kannst du mir weiterhelfen ?

    Thread-Starter nwiadmin

    (@nwiadmin)

    Ich habe mich nun bei wordpress eingeloggt kann aber immer noch nicht auf meine Seite oder dem Dashboard zugreifen. Unter Sicherheit bei den Einstellungen kann ich auch nichts ändern da werde ich gebeten das Jetpack zu ändern es erscheint :

    Warning: require(/home1/nwiadmin/public_html/wp-includes/load.php): failed to open stream: No such file or directory in /home1/nwiadmin/public_html/wp-settings.php on line 21

    Fatal error: require(): Failed opening required ‚/home1/nwiadmin/public_html/wp-includes/load.php‘ (include_path=‘.:/opt/php56/lib/php‘) in /home1/nwiadmin/public_html/wp-settings.php on line 21

    Thread-Starter nwiadmin

    (@nwiadmin)

    So jetzt aber ! Entschuldige bitte

    und wo kann ich mich jetz anmelden ? bei meiner domain also :
    nwi247.com/wordpress-verzeichniss/wp-login.com ?

    Thread-Starter nwiadmin

    (@nwiadmin)

    <?php
    /**
     * The base configuration for WordPress
     *
     * The wp-config.php creation script uses this file during the
     * installation. You don't have to use the web site, you can
     * copy this file to "wp-config.php" and fill in the values.
     *
     * This file contains the following configurations:
     *
     * * MySQL settings
     * * Secret keys
     * * Database table prefix
     * * ABSPATH
     *
     * @link https://codex.wordpress.org/Editing_wp-config.php
     *
     * @package WordPress
     */
    
    // ** MySQL settings - You can get this info from your web host ** //
    /** The name of the database for WordPress */
    define('DB_NAME', '***');
    
    /** MySQL database username */
    define('DB_USER', '***');
    
    /** MySQL database password */
    define('DB_PASSWORD', '***');
    
    /** MySQL hostname */
    define('DB_HOST', 'localhost');
    
    /** Database Charset to use in creating database tables. */
    define('DB_CHARSET', 'utf8mb4');
    
    /** The Database Collate type. Don't change this if in doubt. */
    define('DB_COLLATE', '');
    
    /**#@+
     * Authentication Unique Keys and Salts.
     *
     * Change these to different unique phrases!
     * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}
     * You can change these at any point in time to invalidate all existing cookies. This will force all users to have to log in again.
     *
     * @since 2.6.0
     */
    define('AUTH_KEY',         '***);
    define('SECURE_AUTH_KEY',  '***');
    define('LOGGED_IN_KEY',    '***');
    define('NONCE_KEY',        '***');
    define('AUTH_SALT',        '***');
    define('SECURE_AUTH_SALT', '***');
    define('LOGGED_IN_SALT',   '***');
    define('NONCE_SALT',       '***');
    
    /**#@-*/
    
    /**
     * WordPress Database Table prefix.
     *
     * You can have multiple installations in one database if you give each
     * a unique prefix. Only numbers, letters, and underscores please!
     */
    $table_prefix  = 'wp_';
    
    /**
     * For developers: WordPress debugging mode.
     *
     * Change this to true to enable the display of notices during development.
     * It is strongly recommended that plugin and theme developers use WP_DEBUG
     * in their development environments.
     *
     * For information on other constants that can be used for debugging,
     * visit the Codex.
     *
     * @link https://codex.wordpress.org/Debugging_in_WordPress
     */
    define('WP_DEBUG', false);
    define( 'RELOCATE', true );
    /* That's all, stop editing! Happy blogging. */
    
    /** 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');

    Moderationshinweis: Passwörter und Zugangsdaten gelöscht. Bitte ändere die Zugangsdaten zu deiner Datenbank!. Gruß, Bego

    Thread-Starter nwiadmin

    (@nwiadmin)

    <?php
    /**
     * The base configuration for WordPress
     *
     * The wp-config.php creation script uses this file during the
     * installation. You don't have to use the web site, you can
     * copy this file to "wp-config.php" and fill in the values.
     *
     * This file contains the following configurations:
     *
     * * MySQL settings
     * * Secret keys
     * * Database table prefix
     * * ABSPATH
     *
     * @link https://codex.wordpress.org/Editing_wp-config.php
     *
     * @package WordPress
     */
    
    // ** MySQL settings - You can get this info from your web host ** //
    /** The name of the database for WordPress */
    define('DB_NAME', 'database_name_here');
    
    /** MySQL database username */
    define('DB_USER', 'username_here');
    
    /** MySQL database password */
    define('DB_PASSWORD', 'password_here');
    
    /** MySQL hostname */
    define('DB_HOST', 'localhost');
    
    /** Database Charset to use in creating database tables. */
    define('DB_CHARSET', 'utf8');
    
    /** The Database Collate type. Don't change this if in doubt. */
    define('DB_COLLATE', '');
    
    /**#@+
     * Authentication Unique Keys and Salts.
     *
     * Change these to different unique phrases!
     * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}
     * You can change these at any point in time to invalidate all existing cookies. This will force all users to have to log in again.
     *
     * @since 2.6.0
     */
    define('AUTH_KEY',         'put your unique phrase here');
    define('SECURE_AUTH_KEY',  'put your unique phrase here');
    define('LOGGED_IN_KEY',    'put your unique phrase here');
    define('NONCE_KEY',        'put your unique phrase here');
    define('AUTH_SALT',        'put your unique phrase here');
    define('SECURE_AUTH_SALT', 'put your unique phrase here');
    define('LOGGED_IN_SALT',   'put your unique phrase here');
    define('NONCE_SALT',       'put your unique phrase here');
    
    /**#@-*/
    
    /**
     * WordPress Database Table prefix.
     *
     * You can have multiple installations in one database if you give each
     * a unique prefix. Only numbers, letters, and underscores please!
     */
    $table_prefix  = 'wp_';
    
    /**
     * For developers: WordPress debugging mode.
     *
     * Change this to true to enable the display of notices during development.
     * It is strongly recommended that plugin and theme developers use WP_DEBUG
     * in their development environments.
     *
     * For information on other constants that can be used for debugging,
     * visit the Codex.
     *
     * @link https://codex.wordpress.org/Debugging_in_WordPress
     */
    define('WP_DEBUG', false);
    
    /* That's all, stop editing! Happy blogging. */
    
    /** 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');
    Thread-Starter nwiadmin

    (@nwiadmin)

    Ich habe genau deinen Text von oben kopiert also : define( ‚RELOCATE‘, true );
    und bei wp-config.php eingefügt.
    Und wenn ich jetzt dort hingehe stehen nicht mehr die selben sachen da wie vorher.

    Bitte hilf mir weiterhin da ich unbedingt an mein wordpressaccount ran muss
    um meine Seiten fertig zu stellen.

    Danke

    Thread-Starter nwiadmin

    (@nwiadmin)

    Vielen Dank für die schnelle Antwort zu meiner Frage !
    Leider funtionierte es nicht nach dem dem einfügen in der config.php.meine Seite zu laden.
    Ich bekam danach diese Nachricht:

    Parse error: syntax error, unexpected ‚if‘ (T_IF) in /home1/nwiadmin/public_html/wp-config.php on line 85

    Ich benutze Hostgator aus den U.S.A. und da habe ich schon seit Tagen immer noch keine Antwort vom Support.

    Leider weiß ich nicht wie ich mich im WordPress-Verzeichniss, im Back End anmelden kann. Ich weiß nicht was das ist.

Ansicht von 11 Antworten - 1 bis 11 (von insgesamt 11)