spacecadck22
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Allowed Memory Exhausted on site with many imagesHey.
Saw many posts with James Huff on them , yes seems to be right pain in rear end. pardon pun , but really is back end issue I am finding , yet a much as I say that it for ME at least , came from the ” front end asthetics ” aka the teme I was using.
Using ” Divi” from Elegant themes.
Also using Godaddy as the dude above ( owstopit ) .
Not sure what he running , I on VPS / CentOS.Been having many issues with this theme. Great thhem yet seems to be mad for power.Defo need to max up the php memory limit of any planning on using this.
I just went basic route for solution , added to share as seen lots of people all over web having same issue so thought would share for once hey !!!
////=Solution ( with my abovee set up ) …
As James Huff said to do ….all about the the wp config .
I added the max up here ////
”
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’, ‘256M’ );____________________________________________
To comfirm out of options I seeing with Godaddy , WP , and php memory issues + then DIVI via elegant themes , then option 1 = increase php.ini = NO DOES NOT WORK. Option 2 = .htacccess =NO DOES NOT WORK Option 3 speak to your host = as owstopit , was saying godaddy = nah man. speak to them lol =NO DOES NOT WORK
so , just add the wp config max up