define WP_MEMORY_LIMIT displayed at top of website

Home Forums BulletProof Security Pro define WP_MEMORY_LIMIT displayed at top of website

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #17058
    AITpro Admin
    Keymaster

    [Topic has been Split into this new Topic]

    Original problem description:

    define('WP_MEMORY_LIMIT', '128M')

    is displayed on the top of the window (in the wp administration page + on the top oh the szite-web??? have a look http://www.careercoaching.be)

    ______________________________

    Oh I see what you mean now.

    NOTE:  Very IMPORTANT!!!  Make sure you do NOT leave any whitespaces/blank spaces at the top of your wp-config.php file or your website WILL crash.

    -You need to turn Off AutoRestore.  To turn off AutoRestore:  ARQ Cron Check On or Off:  Select Turn Off ARQ Cron
    -FTP to your website.
    -Download your wp-config.php file.
    -Edit your wp-config.php file and cut (not copy) define('WP_MEMORY_LIMIT', '128M'); from the top of your wp-config.php file and paste it right above this text in your wp-config.php file /* That’s all, stop editing! Happy blogging. */
    -Upload your edited wp-config.php file back to your website.
    -Go to AutoRestore, click the Root Files Backup Files button.
    -Turn AutoRestore back on.

    #17070
    spy
    Participant

    i did exactly this , i i haave always define 128 M/…

    sent !!

    #17087
    AITpro Admin
    Keymaster

    Ok I received your wp-config.php file and yes the problem is that you have added the wp memory limit constant to the top of your wp-config.php file.  You need to cut this from the top of your wp-config.php file and paste it right below define('WPLANG', 'fr_FR'); in your wp-config.php file.  Make sure that you do NOT leave any blank spaces/whitespace at the top of your wp-config.php file.  I am very surprised that on the WordPress Codex page in the link below that they do not have in huge bold text:  DO NOT ADD ANYTHING ABOVE <?php in the wp-config.php file, including blank spaces/whitespace. NOTHING should go at the top of a wp-config.php file EVER.

    http://codex.wordpress.org/Editing_wp-config.php

    define('WP_MEMORY_LIMIT', '128M');
    
    <?php
    /**
    * La configuration de base de votre installation WordPress.
    *
    * Ce fichier contient les réglages de configuration suivants : réglages MySQL,
    * préfixe de table, clefs secrètes, langue utilisée, et ABSPATH.
    * Vous pouvez en savoir plus à leur sujet en allant sur
    * {@link http://codex.wordpress.org/Editing_wp-config.php Modifier
    * wp-config.php} (en anglais). C'est votre hébergeur qui doit vous donner vos
    * codes MySQL.
    *
    * Ce fichier est utilisé par le script de création de wp-config.php pendant
    * le processus d'installation. Vous n'avez pas à utiliser le site web, vous
    * pouvez simplement renommer ce fichier en "wp-config.php" et remplir les
    * valeurs.
    *
    * @package WordPress
    */
    #17090
    spy
    Participant

    done but the problem is there again…

    #17091
    AITpro Admin
    Keymaster

    Follow all the steps again above in this Forum topic to make sure that you did not miss any steps.

    #17092
    spy
    Participant

    ok i continue later tksss

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.