Verfasste Forenbeiträge

Ansicht von 7 Antworten - 1 bis 7 (von insgesamt 7)
  • Forum: Plugins
    Als Antwort auf: Missing Folder
    Thread-Starter stockytarocco

    (@stockytarocco)

    Hallo Mario
    Ich habe WP nun auf einem Windows Server installiert. Hier funktioniert es einwandfrei.

    Danke trotzdem

    🙂

    Forum: Plugins
    Als Antwort auf: Missing Folder
    Thread-Starter stockytarocco

    (@stockytarocco)

    🙁
    Leider nicht. Es ist zum Haare ausreissen. Was mache ich falsch???

    Forum: Plugins
    Als Antwort auf: Missing Folder
    Thread-Starter stockytarocco

    (@stockytarocco)

    in etwa so?

    if (!defined('SYNOWORDPRESS'))
        define('SYNOWORDPRESS', 'Synology Inc.');
    
    define('WP_TEMP_DIR', dirname(__FILE__) . '/wp-content/temp/');
    
    /* That's all, stop editing! Happy publishing. */
    Forum: Plugins
    Als Antwort auf: Missing Folder
    Thread-Starter stockytarocco

    (@stockytarocco)

    Habe ich so angepasst
    Temp Folder gibt’s mit der Berechtigung 0777.
    Soll ich hier alles löschen bis auf diese zwei Einträge?

    /** 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‘;

    Forum: Plugins
    Als Antwort auf: Missing Folder
    Thread-Starter stockytarocco

    (@stockytarocco)

    Hallo Mario
    Also Eins ums Andere 🙂
    Das hier stimmt so? Oder nur den wp-content/temp Eintrag?
    define( 'WP_DEBUG', false );

    so define('WP_TEMP_DIR', dirname(__FILE__) . '/172.16.16.108/wordpress/wp-content/temp/');
    oder so define('WP_TEMP_DIR', dirname(__FILE__) . '/wp-content/temp/');

    /* That's all, stop editing! Happy publishing. */

    Moderationshinweis: Was ist eigentlich so schwer daran, den [Code]-Button für die Formatierung zu verwenden? Die Korrekturen kosten unnötig Zeit.

    Forum: Plugins
    Als Antwort auf: Missing Folder
    Thread-Starter stockytarocco

    (@stockytarocco)

    Hallo
    Anbei die wp-config.php

    <?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','wordpress');
    
    /** MySQL database username */
    ');
    
    /** MySQL database password */
    ');
    
    /** MySQL hostname */
    define( 'DB_HOST', 'localhost:/run/mysqld/mysqld10.sock' );
    
    /** 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
     */
    );
    
    /**#@-*/
    
    /**
     * 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_';
    
    /**
     * WordPress Localized Language, defaults to English.
     */
    
    /**
     * 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('WP_TEMP_DIR', dirname(__FILE__) . '/wp-content/temp/');
    
    /* That's all, stop editing! Happy publishing. */
    $pageURL = 'http';
    if ($_SERVER["HTTPS"] == "on") {$pageURL .= "s";}
    $pageURL .= "://";
    if ($_SERVER["SERVER_PORT"] != "80" and $_SERVER["SERVER_PORT"] != "443") {
        $pageURL .= $_SERVER["SERVER_NAME"].":".$_SERVER["SERVER_PORT"];
    } else {
        $pageURL .= $_SERVER["SERVER_NAME"];
    }
    
    if ($_SERVER["HOST"] != "") {
        define('WP_SITEURL', $pageURL);
    } else {
            define('WP_SITEURL', $pageURL.'/wordpress');
    }
    
    if (!defined('SYNOWORDPRESS'))
        define('SYNOWORDPRESS', 'Synology Inc.');
    
    /** Absolute path to the WordPress directory. */
    if ( ! defined( 'ABSPATH' ) ) {
    	define( 'ABSPATH', dirname( __FILE__ ) . '/wp-content/temp/' );
    
    }
    
    /** Sets up WordPress vars and included files. */
    require_once( ABSPATH . 'wp-settings.php' );
    require_once( ABSPATH . 'syno-misc.php' );
    
    define( 'AUTOMATIC_UPDATER_DISABLED', true );
    add_filter('pre_site_transient_update_core','__return_null');

    Moderationshinweis: Bitte künftig Code im Editor mit [Code] formatieren.

    Forum: Plugins
    Als Antwort auf: Missing Folder
    Thread-Starter stockytarocco

    (@stockytarocco)

    Hallo Mario
    Danke für die Rückmeldung,
    Ich schicke dir morgen die Settings hier rein. Ich bin der Meinung, dies bereits so gemacht zu haben.
    Bei mit heisst dieser Eintrag
    * That’s all, stop editing! Happy blogging. */ anders. Spielt das eine Rolle?

    Gruss

    Eric

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