Forum Replies Created
-
Thanks Robkk,
I’ve spent countless hours researching this issues and fixed it in the past and everything was working great. The update must of messed with something. I went into my “public_html/” folder and edited the wp-config.php file by adding the line: define(‘WP_MEMORY_LIMIT’, ’96M’);That seemed to fix the issue. The more curious part about all this is that many of my plugin’s had the same issue when activated and some had updates yesterday and today that seemed to fix the issue on their own without me doing anything. Either way thank you for your help. It seems to be working again.
I had a feeling that would be the response I would get but I don’t understand how this could be a problem all of a sudden after the new update. I will look into this more and worse case scenario just remove bbPress from the site all together and use something different for my forums.
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 49152 bytes) in /home/ext4x4dude/public_html/wp-admin/includes/screen.php on line 489
I’ve had this issue in the past but fixed it with the following php.ini file.
upload_max_filesize = 128M;
post_max_size = 64M;