Post created overwrites previous one
-
Hi.
I’m trying to move to the PHP-7 (7.2, 7.3) from PHP-5.6 and faced with really weird behavior.
The problem is:
– I’m creating a new post, let’s say called “test1”
– after going back to the Posts dashboard – I can’t see this new post until I’m pressing F5
– then I’m going to the “Add new post”, and creating a new post, let’s say called “test2”
– going back to the Posts dashboard – and still seeing the “test1” one
– after pressing F5 again – I can see “test2” – but “test1” disappearsWhat’s interesting – they all stored under the same ID, i.e. “post.php?post=17988“.
This also happens with a fresh WP install on this Dev environment.
error_reporting = E_ALL
,display_errors = On
andlog_errors = On
– but nothing in UI or logs.Anybody had similar issues?
I believe this happens because of PHP version but not sure.
Will try to add PHP-5 and test it.
- The topic ‘Post created overwrites previous one’ is closed to new replies.