I tried adding define( ‘WP_MEMORY_LIMIT’, ‘128M’ ); to the bottom of the wp-config.php file. And its not working. Is there a certain place that I need to add it in order for it to work?
I added it here:
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’);/**
define( ‘WP_MEMORY_LIMIT’, ‘128M’ );/**