Home › Forums › BulletProof Security Pro › define WP_MEMORY_LIMIT displayed at top of website
Tagged: define WP_MEMORY_LIMIT
- This topic has 5 replies, 2 voices, and was last updated 9 years, 3 months ago by
spy.
-
AuthorPosts
-
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.spy
Participanti did exactly this , i i haave always define 128 M/…
sent !!
AITpro Admin
KeymasterOk 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 */
spy
Participantdone but the problem is there again…
AITpro Admin
KeymasterFollow all the steps again above in this Forum topic to make sure that you did not miss any steps.
spy
Participantok i continue later tksss
-
AuthorPosts
- You must be logged in to reply to this topic.