I have got a clean build (WordPress 3.9.1 running Twenty Fourteen theme).
I've installed WooCommerce plugin and added one product.
The product is a variable product with 65 variations.
When I link all variations and save, there are no issues. But editing any information such as stock quantities or price etc and hitting Update will cause the problem below.
Once I click Update, I am redirected to edit.php (the Posts page) and the changes were not saved. There is no error and everything seems to be running just fine.
Upon removing variations one by one I realised that once there's less than 50, the post updates perfectly.
I've tried increasing memory in PHP.ini, .htaccess, wp-config.php and nothing.
Any ideas at all as I'm absolutely lost on this one.
Many thanks in advance.
Michael
EDIT: In actual fact, you don't have to even attempt to change the properties of the new product. Even just trying to change this as it is will cause this issue.
I have got a clean build (WordPress 3.9.1 running Twenty Fourteen theme).
I've installed WooCommerce plugin and added one product.
The product is a variable product with 65 variations.
When I link all variations and save, there are no issues. But editing any information such as stock quantities or price etc and hitting Update will cause the problem below.
Once I click Update, I am redirected to edit.php (the Posts page) and the changes were not saved. There is no error and everything seems to be running just fine.
Upon removing variations one by one I realised that once there's less than 50, the post updates perfectly.
I've tried increasing memory in PHP.ini, .htaccess, wp-config.php and nothing.
Any ideas at all as I'm absolutely lost on this one.
Many thanks in advance.
Michael
EDIT: In actual fact, you don't have to even attempt to change the properties of the new product. Even just trying to change this as it is will cause this issue.
Share Improve this question edited Jun 17, 2014 at 14:47 Mike_Piercy asked Jun 17, 2014 at 14:33 Mike_PiercyMike_Piercy 111 silver badge8 bronze badges 18 | Show 13 more comments2 Answers
Reset to default 2For anyone who might still be looking for an answer on this 6 years later. I recently just had a similar issue and found the culprit to be the file limit of my hosting account had been exceeded. There was no error or anything from Wordpress I was just knocked back to the posts page. Clearing an old backup to free some space immediately resolved this issue for me.
For anyone looking for an answer on this, I found that setting the max_allowed_packets to 32 helped as well as turning off mod security on the host side. I hope this helps.
post_max_size
in your PHP ini – TheDeadMedic Commented Jun 17, 2014 at 14:59