REST API wont save endpoint
-
When i go under Taxonomies and save the settings. The category toggle is automatically set to disable and the Endpoint changes from categories to category. Could you help me out?
Is it possible to delete all previously saved endpoints from the Database? Or where are the Endpoints saved? I can provide you with a list of all installed plugins
The page I need help with: [log in to see the link]
-
– All-in-One WP Migration (v7.28) by ServMask
– Better REST API Featured Images (v1.2.1) by Braad Martin
– Contact Form 7 (v5.2.2) by Takayuki Miyoshi
– Custom PHP settings (v1.2.7) by Cyclonecode
– Elementor (v3.0.11) by Elementor.com
– Green Popups (formerly Layered Popups) (v7.09) by Halfdata, Inc.
– Jetpack by WordPress.com (v8.9.1) by Automattic
– JSON API (v2.0.0) by Dan Phiffer, Ali Qureshi
– ListApp Mobile Manager (v1.6.6) by InspireUI
– Regenerate Thumbnails (v3.1.3) by Alex Mills (Viper007Bond)
– Germanized for WooCommerce (v3.2.1) by vendidero
– WooCommerce (v4.5.2) by Automattic
– WP Config File Editor (v1.7) by AHMeD SAiD
– WP File Manager (v6.9) by mndpsingh287
– WP Htaccess Editor (v1.66) by WebFactory Ltd
– WP Mail SMTP (v2.4.0) by WPForms
– WP Migrate DB Pro (v1.9.13) by Delicious Brains
– WP REST API Controller (v2.0.3) by YIKES, Inc.
– WP REST API – Pure Taxonomies (v1.0) by Andrew MAGIKHey @ketchalegend,
I just tested and wasn’t able to reproduce your bug. I see you’re using plugins to modify your wp-config.php and htaccess so you might be having some sort of server issues. You should turn on the debug log so you can see if your setup is throwing any errors.
The taxonomies are stored in the options table under
wp_rest_api_controller_taxonomies
and then each individual endpoint has their own option field. Those can be found by using this formulawp_rest_api_controller_taxonomies_TAXSLUG
replacing TAXSLUG with the slug of the taxonomy you’re looking for.I hope this helps let me know if you have any questions about that!
Cheers,
FreddieIn the logs i see this message:
[21-Oct-2020 17:54:23 UTC] PHP Notice: register_rest_route was called incorrectly. The REST API route definition forinspireui/v1/config
is missing the requiredpermission_callback
argument. For REST API routes that are intended to be public, use__return_true
as the permission callback. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /app/data/public/wp-includes/functions.php on line 5225
[21-Oct-2020 17:54:23 UTC] PHP Notice: register_rest_route was called incorrectly. The REST API route definition fortags/v1/job_listing
is missing the requiredpermission_callback
argument. For REST API routes that are intended to be public, use__return_true
as the permission callback. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /app/data/public/wp-includes/functions.php on line 5225
[21-Oct-2020 17:54:23 UTC] PHP Notice: register_rest_route was called incorrectly. The REST API route definition forwp/v2/getRating/(?P<id>\d+)
is missing the requiredpermission_callback
argument. For REST API routes that are intended to be public, use__return_true
as the permission callback. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /app/data/public/wp-includes/functions.php on line 5225
[21-Oct-2020 17:54:23 UTC] PHP Notice: register_rest_route was called incorrectly. The REST API route definition forwp/v2/getReviews/(?P<id>\d+)
is missing the requiredpermission_callback
argument. For REST API routes that are intended to be public, use__return_true
as the permission callback. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /app/data/public/wp-includes/functions.php on line 5225
[21-Oct-2020 17:54:23 UTC] PHP Notice: register_rest_route was called incorrectly. The REST API route definition forwp/v2/submitReview
is missing the requiredpermission_callback
argument. For REST API routes that are intended to be public, use__return_true
as the permission callback. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /app/data/public/wp-includes/functions.php on line 5225
[21-Oct-2020 17:54:23 UTC] PHP Notice: register_rest_route was called incorrectly. The REST API route definition forwp/v2/add-listing
is missing the requiredpermission_callback
argument. For REST API routes that are intended to be public, use__return_true
as the permission callback. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /app/data/public/wp-includes/functions.php on line 5225
[21-Oct-2020 17:54:23 UTC] PHP Notice: register_rest_route was called incorrectly. The REST API route definition forlisting/v1/case27_job_listing_tags
is missing the requiredpermission_callback
argument. For REST API routes that are intended to be public, use__return_true
as the permission callback. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /app/data/public/wp-includes/functions.php on line 5225
[21-Oct-2020 17:54:23 UTC] PHP Notice: register_rest_route was called incorrectly. The REST API route definition fortags/v1/job_listing
is missing the requiredpermission_callback
argument. For REST API routes that are intended to be public, use__return_true
as the permission callback. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /app/data/public/wp-includes/functions.php on line 5225i deactivated the following plugins wp-config.php and htaccess. What are your suggestions to get it to work. Can i make changes directly in the Datebase?
i cant find this table wp_rest_api_controller_taxonomies in the database
- The topic ‘REST API wont save endpoint’ is closed to new replies.