Select – Choose categories missing
-
Select – Choose categories is missing or not shown. Whats Wrong ?

-
I suspect a conflict or error is occurring that is breaking the WP REST API Request fetching the Connections Categories.
One way to determine this is … Hit the F12 key and then click the Console tab. Click the circle with a slash through it to clear the current browser console messages.
Toggle the “Select” panel by clicking the arrow to hide the options and then click the arrow again to show the panel. This causes WordPress to fetch the categories again. Hopefully, this will cause a message to show in the browser console that will help identify the issue.
Another place to look is to perform the same steps but with the Network tab open in the browser console (have the Fetch/XHR filter enabled). If a request returns with any status other than 200, click on it. Then, click on the Preview and Response options. There may be details here that will also help identify the issue.
Quick question. When you add a new WP Post when you open the Categories panel, do the WordPress Categories get listed, or are they also blank?
You see the error messages in the pictures, there are two Error 500 because categories allows parent selection. I can’t interpret the error messages. I tried with FireFox and Chrome Browser, by boths the same problem
Categories in WP Posts are visible, undependent if I show an existent or I add a new


-
This reply was modified 2 years, 7 months ago by
mywpacc4392gr.
Can you please share screenshots of the Response and Preview tabs (next to the Header tab shown in your screenshot)?
Also, can you please review the PHP error log and share any error messages? If you do not know how to find or view the PHP error log, please contact your web host support team, they will be able to help you with its location.
Response and Preview windows are empty
There is no web host support team, I’m WHS, Engineer, Cleaning men and caretaker in the same Person.
I turn on WP_DEBUG to true in WP_CONFIG, but in wp-content isn’t any PHP error log
Can you please try editing the
wp-config.phpfile to match the last example on the following page:ini_set( 'log_errors', 'On' ); ini_set( 'display_errors', 'Off' ); ini_set( 'error_reporting', E_ALL ); define( 'WP_DEBUG', false ); define( 'WP_DEBUG_LOG', true ); define( 'WP_DEBUG_DISPLAY', false );This is being marked resolved due to inactivity. If you still need help with this, please do not hesitate to let me know.
-
This reply was modified 2 years, 7 months ago by
The topic ‘Select – Choose categories missing’ is closed to new replies.