I'm having an issue on my Windows server 2016 with ISS 10. I am running Wordpress on it but after we've updated the server I can't make changes to pages anymore.
I can make small edits on the small pages but when i try to edit my homepage (It has a visual editor and more content) then i get directed to edit.php and the edits I did aren't saved.
I've tried this so far: Increasing the value of max_allowed_packet=32M
in my.ini file in C://Program Data/ MYSQL/ MSQL Server 5.7/ . I've updated all these:
upload_max_filesize = 64M
post_max_size = 64M
memory_limit = 64M
The weird thing is that it all worked before we changed the server and now it doesn't work anymore.
I think the problem is something with the size of queries but I feel like im running into a wall..
Please help!