• 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]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter ketchalegend

    (@ketchalegend)

    – 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 MAGIK

    Hey @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.

    Debugging WordPress

    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 formula wp_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,
    Freddie

    Thread Starter ketchalegend

    (@ketchalegend)

    In 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 for inspireui/v1/config is missing the required permission_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 for tags/v1/job_listing is missing the required permission_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 for wp/v2/getRating/(?P<id>\d+) is missing the required permission_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 for wp/v2/getReviews/(?P<id>\d+) is missing the required permission_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 for wp/v2/submitReview is missing the required permission_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 for wp/v2/add-listing is missing the required permission_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 for listing/v1/case27_job_listing_tags is missing the required permission_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 for tags/v1/job_listing is missing the required permission_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

    Thread Starter ketchalegend

    (@ketchalegend)

    i 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?

    Thread Starter ketchalegend

    (@ketchalegend)

    i cant find this table wp_rest_api_controller_taxonomies in the database

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘REST API wont save endpoint’ is closed to new replies.