It was found that there is issues in “Add new post” and “Add new image” features.
They can be added in the backend at the beginning, but then the new post and new image are not available later on.
It was found that several tables were not imported or duplicated properly in the fivebranches.org when replicated from fivebranches.edu.
This problem usually happens when the database tables were imported unsuccessfully.
One of the reason is the AUTO INCREMENT property was missing.
The AUTO INCREMENT property of wp_posts and wp_postmeta tables were added back. But wp_options cannot be added (with error).
Not sure how many more tables have same issue.
1 thought on “Fix the “Add new post” and “Add new image” issue for fivebranches.org site”
Closed