Hi…
Firstly, I got “Current memory limit: 40mb. We recommend setting memory to at least 128 Mb.” warning.
Then, I added following codes to my wp-config.php file:
define( ‘WP_DEBUG’, true );
define( ‘WP_MEMORY_LIMIT’, ‘256M’ );
Then, I started getting this warning after I changed the memory limit in wp-config.php :
A session had already been started – ignoring in /home/ssfmpna72kf9/public_html/wp-content/plugins/xstore-amp/xstore-amp.php on line 216
Can you help me about this?
Thanks…