i got the same problems several times ago, and it’s caused by file permission in linux.
for make sure about the problems, would you like to show us about the errors by adding below code in your wp-config.php
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );
define( 'WP_DEBUG_DISPLAY', true );
be better if you give web console message to when you clicked the save button.
Related Posts:
- Can posts have parents?
- Where is the old post permalink slug stored?
- Separate Database Tables For Different Post Types
- How to add post count to wp_nav_menu?
- Moving WordPress to new server: no posts found
- Adding a Nav menu to post admin
- Is it possible to show a different WP menu when using password protected pages?
- Exporting Data from WordPress into a flat table
- Insert posts in two tables
- Instead of submiting an entire post, is there any way to submit a lite-post or a simple message?
- WordPress menu that shows all posts in a certain category like w3schools
- Reset/Reorder posts ID in the MySQL wp_posts table
- How to store an extra (surrogate) ID when creating a post with wp_insert_post?
- How do I find which articles are missing a featured image in The WordPress database?
- Mark menu item as current-menu-item for category
- Split WP_POST table based on post types
- Sidebar links for different pages
- Most recent post from another database
- What structure should post_content have in the database?
- Blog Posts in Custom Menu
- How to modify post content?
- How to create a submenu that will navigate through different posts in the same page
- After database migration, posts not showing up in dashboard
- One menu for frontpage (one pager), and a different menu for posts
- Transferring WordPress Database – Serialised data
- Emojis replaced by ‘?’ automatically
- WordPress Local And Live Site
- How to list recent posts in a wp nav menu?
- Copy post to separate database with “add_action(….)”
- When open add new post or page WordPress add post with ID=0 continuously [closed]
- wp_posts table: safely remove unused columns to save database storage
- Anyone know why wordpress converts some html entities to their numeric equivalents?
- Remove a shortcode from all WordPress posts
- Using wp_list_pages() after calling query_posts()
- What do these phpMyAdmin errors mean on my WordPress databaes?
- How to add category post count in main navigation menu [closed]
- What happens if I delete all the rows that represents a post revision from the posts table into WordPress database?
- why there are so many posts whoes post_type is revision? will these records waste too much database space?
- Delete all drafts?
- Is it possible to use WP_Query to only pull posts with attachments?
- disable Tab post on nav-menus page (Admin)
- Get posts and include taxonomy term
- Add field to user meta table in database when link is clicked
- How safe is it to delete old posts edits to save database space?
- WordPress Menu options in the Admin: Posts for the dropdowns
- Is there a way to add the list of recent posts into the admin sub menu on hover?
- Delete post revisions only for a single post
- wp_posts table extremely large
- How to Assign / Move all Deleted post to a category
- Display post number by category
- Deleted a user with administrator rights. Now all the data/content/images are lost. how to recover them back
- Saving Post Data in Another Database
- WordPress post filter menu
- Un-highlight Blog Menu Item when Category Menu Item is Selected
- Restore woocommerce orders
- Get current post’s nav menu name (term name)
- Programmatically add posts from specific category to menu
- Update field in database for users
- Import custom database into wp and keep the post id
- wp_list_categories() Exclude All Categories Except One
- Moved to a new server, backup was a day old and missing 3 posts, anyway to recover them from old host?
- Making a new post visible on a specific page
- Help on conditional statement to accompany wp_insert_post function please?
- How can I globally italicize list of texts in the UI database or Posts? [closed]
- Is it possible to modify posts table to only read for more recent ones?
- Featured Images most often doesnt appear
- How to add class to specific navbar item when post parent category is in specific category
- Prevent a post with a specific ID from being created
- Bulk find & replace on WordPress posts/pages (minus image paths)
- How can I stop ‘in use’ message from intermittently blocking my wp_posts table?
- More Than 50K Categories and WordPress Admin Panel Stop Showing Categories and Posts
- how i show manual data in a post
- Using WP page password protection as defacto login
- Maximum number of posts per page before affecting performance?
- SQL trigger failes with post_content
- Keep highlight on menu item with post pages
- Is there a global page/post/product/anything ID?
- Surrogate ID for posts, is there an alternative field in the posts table?
- get backup file from wordpress database in x days
- Page and Posts loading as index page? Not loading the content
- Expired Post with More Recent Time Stamp?
- Converting Posts to Pages
- Add custom class to existing menu items from custom meta
- Hiding menu on mobile only when viewing posts?
- How to change the publishing date of each posts?
- Extra field in wp_post instead of postmeta
- Voting System, database connections?
- “Current” class on a singular page menu item with custom post types?
- Given two custom post types: Automatically add meta fields from one custom post type to another
- Load Pages Menu in single.php
- Load posts from external source if not found in database
- How do i put a dropdown list of ALL my post in the sidebar menu?
- How to make posts appear under pages
- Dynamic Menu Item
- Restore posts, but only posts that exist in my database backup
- Change permalinks in posts via SQL
- Is it safe to totally unregister the default “post” Post Type
- How to get a list of all posts and their categories?
- Images and menu links disapearing after saving
- How to manually delete post from database without causing conflicts?