Thx Kjodle. Do you have any particular order where to add this ?
I added right at the bottom like shown.
define(‘AUTH_KEY’, ‘put your unique phrase here’);
define(‘SECURE_AUTH_KEY’, ‘put your unique phrase here’);
define(‘LOGGED_IN_KEY’, ‘put your unique phrase here’);
define(‘NONCE_KEY’, ‘put your unique phrase here’);
define(‘AUTH_SALT’, ‘put your unique phrase here’);
define(‘SECURE_AUTH_SALT’, ‘put your unique phrase here’);
define(‘LOGGED_IN_SALT’, ‘put your unique phrase here’);
define(‘NONCE_SALT’, ‘put your unique phrase here’);
define(‘WP_MEMORY_LIMIT’, ’64M’);
But the problem still persists. When uploading image in a new post, the following fatal error message came up :
Fatal error: Out of memory (allocated 50855936) (tried to allocate 14592 bytes) in /homepages/40/d210766793/htdocs/Ads/wordpress/wp-includes/media.php on line 258