Forum Replies Created

Viewing 15 replies - 1 through 15 (of 21 total)
  • Thread Starter aubervilliers

    (@aubervilliers)

    First i create a new newsletter and i add some articles and separators. And then i put some titles and texts in the newsletter. I do that in a few days cause i prepare it before sending it.
    After a while i can’t add something on it.

    I don’t know why but i cannot do any changes.

    Thanks a lot for helping me.

    Thread Starter aubervilliers

    (@aubervilliers)

    Thanks for responnding to me. The save button works fine at the beginning but after a while i can’t save the changes.

    I think if there was a problem with it, it would not work at the creation of the newsletter.

    Is there any limit for adding articles in the newsletter ?

    Maybe there is a content limit ?

    What do you think about that ?

    Thanks for your support.

    Thread Starter aubervilliers

    (@aubervilliers)

    What do you think about installing a new wordpress clean 3.1 and import all my blogs (files and databases) ?

    Is that solution will fix my problem ?

    Thank you both for all the time you took for my problem.

    Thread Starter aubervilliers

    (@aubervilliers)

    Ok but what do i have to now to fix the problem ? Thank you to help me.

    Thread Starter aubervilliers

    (@aubervilliers)

    No it gives me :

    The panel creation network is not designed for networking, WordPress MU.

    But i can go to /wp-admin/network.

    Thread Starter aubervilliers

    (@aubervilliers)

    Hi Andrea, the links in the dashboard “network admin” and “updates” doesn’t work.

    I can only access my network admin manually with my principal site url adding /wp-admin/network/ at my principal site.

    I don’t see set up menu to edit .htaccess. Why ?

    Thread Starter aubervilliers

    (@aubervilliers)

    I opened wp-config.php with notepad. I see no funky characters.

    I saved .htaccess with notepad too. Still the same. It does not work.

    If you want i can send you by mail the two files ?

    Thread Starter aubervilliers

    (@aubervilliers)

    Good evening, it doesn’t work too with the new .htaccess.

    I don’t know what to do ??

    If you have another suggestion i will test it. Thank you.

    Thread Starter aubervilliers

    (@aubervilliers)

    It doesn’t work ;). I use dreamweaver for editing my wp-config.php

    My wp-config.php :

    <?php
    /**
     * The base configurations of the WordPress.
     *
     **************************************************************************
     * Do not try to create this file manually. Read the README.txt and run the
     * web installer.
     **************************************************************************
     *
     * This file has the following configurations: MySQL settings, Table Prefix,
     * Secret Keys, WordPress Language, and ABSPATH. You can find more information by
     * visiting {@link https://codex.www.ads-software.com/Editing_wp-config.php Editing
     * wp-config.php} Codex page. You can get the MySQL settings from your web host.
     *
     * This file is used by the wp-config.php creation script during the
     * installation.
     *
     * @package WordPress
     */
    
    // ** MySQL settings - You can get this info from your web host ** //
    /** The name of the database for WordPress */
    define('DB_NAME', 'remove to communicate with you');
    
    /** MySQL database username */
    define('DB_USER', 'remove to communicate with you');
    
    /** MySQL database password */
    define('DB_PASSWORD', 'remove to communicate with you');
    
    /** 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', '');
    define('VHOST', 'yes');
    $base = '/';
    define('DOMAIN_CURRENT_SITE', 'robespierre-cochennec-peri.aubervilliers.fr' );
    define('PATH_CURRENT_SITE', '/' );
    define('SITE_ID_CURRENT_SITE', '1');
    define('BLOGID_CURRENT_SITE', '1' );
    
    /* Uncomment to allow blog admins to edit their users. See https://trac.mu.www.ads-software.com/ticket/1169 */
    //define( "EDIT_ANY_USER", true );
    /* Uncomment to enable post by email options. See https://trac.mu.www.ads-software.com/ticket/1084 */
    //define( "POST_BY_EMAIL", true );
    
    /**#@+
     * Authentication Unique Keys.
     *
     * Change these to different unique phrases!
     * You can generate these using the {@link https://api.www.ads-software.com/secret-key/1.1/wpmu/salt www.ads-software.com 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
     */
    remove to communicate with you
    /**#@-*/
    
    /**
     * 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.
     *
     * Change this to localize WordPress.  A corresponding MO file for the chosen
     * language must be installed to wp-content/languages. For example, install
     * de.mo to wp-content/languages and set WPLANG to 'de' to enable German
     * language support.
     */
    define ('WPLANG', 'fr_FR');
    
    // double check $base
    if( $base == 'BASE' )
    	die( 'Problem in wp-config.php - $base is set to BASE when it should be the path like "/" or "/blogs/"! Please fix it!' );
    
    // uncomment this to enable WP_CONTENT_DIR/sunrise.php support
    //define( 'SUNRISE', 'on' );
    
    // uncomment to move wp-content/blogs.dir to another relative path
    // remember to change WP_CONTENT too.
    // define( "UPLOADBLOGSDIR", "fileserver" );
    
    // If VHOST is 'yes' uncomment and set this to a URL to redirect if a blog does not exist or is a 404 on the main blog. (Useful if signup is disabled)
    // For example, the browser will redirect to https://examples.com/ for the following: define( 'NOBLOGREDIRECT', 'https://example.com/' );
    // Set this value to %siteurl% to redirect to the root of the site
    // define( 'NOBLOGREDIRECT', '' );
    // On a directory based install you must use the theme 404 handler.
    
    // Location of mu-plugins
    // define( 'WPMU_PLUGIN_DIR', '' );
    // define( 'WPMU_PLUGIN_URL', '' );
    // define( 'MUPLUGINDIR', 'wp-content/mu-plugins' );
    
    define( "WP_USE_MULTIPLE_DB", false );
    define ("WP_ALLOW_MULTISITE", true);
    define( "MULTISITE", true );
    define( "SUBDOMAIN_INSTALL", 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');

    my .htaccess :

    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    
    #uploaded files
    #RewriteRule ^(.*/)?files/$ index.php [L]
    RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
    RewriteRule ^(.*/)?files/(.*) wp-includes//ms-files.php?file=$2 [L]
    
    # add a trailing slash to /wp-admin
    #RewriteCond %{REQUEST_URI} ^.*/wp-admin$
    #RewriteRule ^(.+)$ $1/ [R=301,L]
    
    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule . - [L]
    RewriteRule  ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]
    RewriteRule  ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
    RewriteRule . index.php [L]
    
    <IfModule mod_security.c>
    <Files async-upload.php>
    SecFilterEngine Off
    SecFilterScanPOST Off
    </Files>
    </IfModule>

    I don’t understand the problem.

    Thread Starter aubervilliers

    (@aubervilliers)

    I can modify the config of the blogs with this url :
    https://robespierre-cochennec-peri.aubervilliers.fr/wp-admin/network/site-info.php?id=1

    and change the number for each blog config.

    Why it’s not automatic and have to do this manuelly playing with urls ?

    :(((((((((

    Thread Starter aubervilliers

    (@aubervilliers)

    Hello Ipstenu,

    i tried your last solution but does not work. The same errors appear.

    With my initial config with the wrong quotes, i am almost ready to succeed just the link inside the admin panel to go to the super admin profile does not work.

    But if i put the principal blog url with /wp-admin/network on the url bar, i can reach the super admin profile but cannot configure a blog when i choose modify.

    What it’s strange is when i am connected in my principal blog i can go to any other blogs panel admin and switch between the admin and the blog public.

    Another idea ? ;(

    Thread Starter aubervilliers

    (@aubervilliers)

    Ipstenu,

    i tried to put the quotes like you told me and the configuration you gave me. But I have a database error for my principal bog (on chrome : “Error establishing a database connection”).

    I can reach the other blogs and their admin panel. I can’t go to the super admin profile and my principal blog dashboard.

    Do you have an idea to fix for my problem.

    Thank you

    Thread Starter aubervilliers

    (@aubervilliers)

    WordPress notifies me database error with the configuration you gave me.

    My configuration : wordpress 3.1 subdomain

    If you have another idea. Thank you.

    Thread Starter aubervilliers

    (@aubervilliers)

    It does not work. Other problems come. ;(

    Thread Starter aubervilliers

    (@aubervilliers)

    this is my wp-config.php :

    $base = '/';
    define('DOMAIN_CURRENT_SITE', 'robespierre-cochennec-peri.aubervilliers.fr' );
    define('PATH_CURRENT_SITE', '/' );
    define('SITE_ID_CURRENT_SITE', '1');
    define('BLOGID_CURRENT_SITE', '1' );
    
    /* Uncomment to allow blog admins to edit their users. See https://trac.mu.www.ads-software.com/ticket/1169 */
    //define( "EDIT_ANY_USER", true );
    /* Uncomment to enable post by email options. See https://trac.mu.www.ads-software.com/ticket/1084 */
    //define( "POST_BY_EMAIL", true );
    
    /**#@+
     * Authentication Unique Keys.
     *
     * Change these to different unique phrases!
     * You can generate these using the {@link https://api.www.ads-software.com/secret-key/1.1/wpmu/salt www.ads-software.com 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
     */
    [REMOVED]
    /**#@-*/
    
    /**
     * 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.
     *
     * Change this to localize WordPress.  A corresponding MO file for the chosen
     * language must be installed to wp-content/languages. For example, install
     * de.mo to wp-content/languages and set WPLANG to 'de' to enable German
     * language support.
     */
    define ('WPLANG', 'fr_FR');
    
    // double check $base
    if( $base == 'BASE' )
    	die( 'Problem in wp-config.php - $base is set to BASE when it should be the path like "/" or "/blogs/"! Please fix it!' );
    
    // uncomment this to enable WP_CONTENT_DIR/sunrise.php support
    //define( 'SUNRISE', 'on' );
    
    // uncomment to move wp-content/blogs.dir to another relative path
    // remember to change WP_CONTENT too.
    // define( "UPLOADBLOGSDIR", "fileserver" );
    
    // If VHOST is 'yes' uncomment and set this to a URL to redirect if a blog does not exist or is a 404 on the main blog. (Useful if signup is disabled)
    // For example, the browser will redirect to https://examples.com/ for the following: define( 'NOBLOGREDIRECT', 'https://example.com/' );
    // Set this value to %siteurl% to redirect to the root of the site
    // define( 'NOBLOGREDIRECT', '' );
    // On a directory based install you must use the theme 404 handler.
    
    // Location of mu-plugins
    // define( 'WPMU_PLUGIN_DIR', '' );
    // define( 'WPMU_PLUGIN_URL', '' );
    // define( 'MUPLUGINDIR', 'wp-content/mu-plugins' );
    
    define( "WP_USE_MULTIPLE_DB", false );
    define (‘WP_ALLOW_MULTISITE’, true);
    define( ‘MULTISITE’, true );
    define( ‘SUBDOMAIN_INSTALL’, true );

    Like i said before, if i set up wp-config.php like this : define(‘DOMAIN_CURRENT_SITE’, ‘mydomain.com’ );
    But i can’t go to the super admin profile.

    But if i sept up wp-config.php like that : define(‘DOMAIN_CURRENT_SITE’, ‘subdomain.mydomain.com’ );
    i can only connect the admin panel with my principal site but i can go to the super admin profile.

    Do you have a solution ?

Viewing 15 replies - 1 through 15 (of 21 total)