Verfasste Forenbeiträge

Ansicht von 15 Antworten - 1 bis 15 (von insgesamt 15)
  • Forum: Installation
    Als Antwort auf: Update geht nicht mehr
    Thread-Starter norbertkut

    (@norbertkut)

    WordPress ist auf Version 6.1.1

    Forum: Installation
    Als Antwort auf: Update geht nicht mehr
    Thread-Starter norbertkut

    (@norbertkut)

    Ich habe jetzt die Regeln in .htaccess in root und in wp-admin auskommentiert.
    Jetzt sind die Zugriffsfehler weg !! Sehr schön!
    Vielen Dank

    Seit heute ist je nachdem wie und was ich im Dashboard aufrufe die Darstellung falsch, sieht aus als wenn die CSS Dateien fehlen.
    Aber die Netzwerkanalyse im Browser meldet keine nicht geladenen Dateien. Die CSS Daten werden geladen. Alle Dateien haben den Status 200.

    Forum: Installation
    Als Antwort auf: Update geht nicht mehr
    Thread-Starter norbertkut

    (@norbertkut)

    Ich habe die ersten 8 Zeilen auskommentiert, aber es ändert nichts.
    Die wp-config.php habe ich korriegiert. Danke für die Hinweise.

    Forum: Installation
    Als Antwort auf: Update geht nicht mehr
    Thread-Starter norbertkut

    (@norbertkut)

    In der index.php stehen nur zwei Zeilen Code:
    define( ‚WP_USE_THEMES‘, true );

    /** Loads the WordPress Environment and Template */
    require __DIR__ . ‚/wp-blog-header.php‘;

    Forum: Installation
    Als Antwort auf: Update geht nicht mehr
    Thread-Starter norbertkut

    (@norbertkut)

    Zu den Berechtigungen: Die Ordner stehen auf: 755 die Dateien auf 644
    wp-admin -> .htaccess:

    <FilesMatch '.(php|php5|phtml)$'>
    Order allow,deny
    Deny from all
    </FilesMatch>
    <FilesMatch '^(index.php|auto_seo.php|wp-blog-header.php|wp-config-sample.php|wp-links-opml.php|wp-login.php|wp-settings.php|wp-trackback.php|wp-activate.php|wp-comments-post.php|wp-cron.php|wp-load.php|wp-mail.php|wp-signup.php|xmlrpc.php|edit-form-advanced.php|link-parse-opml.php|ms-sites.php|options-writing.php|themes.php|admin-ajax.php|edit-form-comment.php|link.php|ms-themes.php|plugin-editor.php|admin-footer.php|edit-link-form.php|load-scripts.php|ms-upgrade-network.php|admin-functions.php|edit.php|load-styles.php|ms-users.php|plugins.php|admin-header.php|edit-tag-form.php|media-new.php|my-sites.php|post-new.php|admin.php|edit-tags.php|media.php|nav-menus.php|post.php|admin-post.php|export.php|media-upload.php|network.php|press-this.php|upload.php|async-upload.php|menu-header.php|options-discussion.php|privacy.php|user-edit.php|menu.php|options-general.php|profile.php|user-new.php|moderation.php|options-head.php|revision.php|users.php|custom-background.php|ms-admin.php|options-media.php|setup-config.php|widgets.php|custom-header.php|ms-delete-site.php|options-permalink.php|term.php|customize.php|link-add.php|ms-edit.php|options.php|edit-comments.php|link-manager.php|ms-options.php|options-reading.php|system_log.php)$'>
    Order allow,deny
    Allow from all
    </FilesMatch>
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . index.php [L]
    </IfModule>

    WP-Config:

    <?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', 'DB3*****');
    
    /** MySQL database username */
    define('DB_USER', 'U3******');
    
    /** MySQL database password */
    define('DB_PASSWORD', '******');
    
    /** MySQL hostname */
    define('DB_HOST', 'rdbms.strato.de');
    
    /** 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',         '*****');
    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
     */
    // Einschalten des Debuggings
    define( 'WP_DEBUG', false );
    
    // Warnmeldungen anzeigen
    /*define( 'WP_DEBUG_DISPLAY', true );
    @ini_set( 'display_errors', 1 );
    define( 'WP_DEBUG_LOG', true );*/
    
    define( 'RELOCATE', true ); // Hinzugefügt Norbert
    
    /* 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');
    
    define( 'WP_ALLOW_MULTISITE', false );
    
    define ('FS_METHOD', 'direct');
    
    // Eingefügt für DOMPDF
    // use landscape A4 sized paper @ 180 DPI
    define('DOMPDF_PAPER_SIZE', 'A4');
    define('DOMPDF_PAPER_ORIENTATION', 'landscape');
    define('DOMPDF_DPI', 180);

    Auf die installierten Plugins kann ich im Dasboard zugreifen, jedoch sieht die Seite so aus, als würde das CSS nicht geladen. Vor der Aktualisierung von WordPress war die Seite noch OK.
    Plugins sind:
    akismet
    all-in-one-seo-pack
    audio-and-video-player
    aws-cookies-popup
    ffv-wordpress-flowplayer
    gutenberg
    login-logout-register-menu
    megamenu
    newsletter
    pdf-print
    photo-gallery
    post-expirator
    titled-gallery-carousel-without-jetpack
    utlimate-dasboard

    Forum: Installation
    Als Antwort auf: Update geht nicht mehr
    Thread-Starter norbertkut

    (@norbertkut)

    wp_capabilities a:1:{s:13:“administrator“;b:1;}
    wp_user_level 10

    ist so in der Datenbank eingetragen.

    Forum: Installation
    Als Antwort auf: Update geht nicht mehr
    Thread-Starter norbertkut

    (@norbertkut)

    Auf Werkzeuge
    -> Verfügbare Werkzeuge
    -> Daten importieren
    -> Website-Zustand
    -> Personenbezogene Daten exportieren
    -> Personenbezogene Daten löschen
    kann ich nicht zugreifen -> Fehlermeldung: Forbidden
    You don’t have permission to access this resource.

    Die Steite Werkzeuge -> Daten exportieren baut ganz normal auf.

    Forum: Installation
    Als Antwort auf: Update geht nicht mehr
    Thread-Starter norbertkut

    (@norbertkut)

    Auf Einstellungen kann ich zugreifen. Es werden auch die anderen Sprachen angezeigt.

    Forum: Installation
    Als Antwort auf: Update geht nicht mehr
    Thread-Starter norbertkut

    (@norbertkut)

    Danke für den Hinweis.
    „Serverside Security“ war aktiv. Ich habe ihn deaktiviert.

    An dem Fehler ändert sich dadurch nichts. Der ist noch immer da.

    Forum: Installation
    Als Antwort auf: Update geht nicht mehr
    Thread-Starter norbertkut

    (@norbertkut)

    Ja, die gleiche Fehlermeldung: Forbidden

    You don’t have permission to access this resource.

    Forum: Installation
    Als Antwort auf: Update geht nicht mehr
    Thread-Starter norbertkut

    (@norbertkut)

    Heute wurde auf WordPress 6.1.1 automatisch aktualisiert.
    Jetzt kann ich wieder Beiträge erstellen.

    Der Fehler, der beim anklicken des Unterpuntes „Plugins -> Installieren“ entsteht ist nicht weg. Fehlermeldung: Forbidden You don’t have permission to access this resource.
    Die anderen Unterpunte bei „Plugins“ funktionieren.

    Beim Unterpunkt „Werkzeuge“ entsteht ebenfalls die Fehlermeldung.

    Forum: Installation
    Als Antwort auf: Update geht nicht mehr
    Thread-Starter norbertkut

    (@norbertkut)

    Ist der Gästebuch-Spamfilter deaktiviert?

    Ich habe kein Gästebuch aktiviert??? Bisher kann ich nur alleine Beiträge erstellen.
    Wo schalte ich den Spamfilter aus?

    Viele Grüße
    Norbert

    Forum: Installation
    Als Antwort auf: Update geht nicht mehr
    Thread-Starter norbertkut

    (@norbertkut)

    Hallo,
    ja ich bin als Admin eingeloggt.
    Das Problem ist neu. Vorher konnte ich überall zugreifen.
    Speicherplatz: 8,5 GB von 150,0 GB verwendet

    Vielen Dank für den Hinweis mit den Fehlern bei Font Awesome.

    Viele Grüße
    Norbert

    Thread-Starter norbertkut

    (@norbertkut)

    Das war es. Die Version stand auf 51917. Jetzt komme ich wieder an das Dashboard.

    Vielen Dank für die schnelle Hilfe.

    Viele Grüße
    Norbert Kutscher

    Thread-Starter norbertkut

    (@norbertkut)

    Ich habe die Browser gewechselt, die Cookies als auch die Browserdaten gelöscht, verschiedene PCs benutzt. Bleibt immer gleich.

    Das Login funktioniert, aber es scheint, dass das Administrator-Recht nicht übernommen wird.

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