Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter biohisto

    (@biohisto)

    1. Debug mode is often enabled to gather more details about an error or site failure, but may contain sensitive information which should not be available on a publicly available website.

    The value, WP_DEBUG_DISPLAY, has either been enabled by WP_DEBUG or added to your configuration file. This will make errors display on the front end of your site.

    The REST API is one way that WordPress and other applications communicate with the server. For example, the block editor screen relies on the REST API to display and save your posts and pages.

    2. When testing the REST API, an unexpected result was returned:

    REST API Endpoint: https://biohisto.com/wp-json/wp/v2/types/post?context=edit
    REST API Response: (404) Not Found

    3. The scheduled event, action_scheduler_run_queue, failed to run. Your site still works, but this may indicate that scheduling posts or automated updates may not work as intended.

    4.

    A persistent object cache makes your site’s database more efficient, resulting in faster load times because WordPress can retrieve your site’s content and settings much more quickly.Your hosting provider can tell you if a persistent object cache can be enabled on your site. Your host appears to support the following object caching services: Redis.

    5. Loopback requests are used to run scheduled events, and are also used by the built-in editors for themes and plugins to verify code stability.

    The loopback request returned an unexpected http status code, 404, it was not possible to determine if this will prevent features from working as expected.

    6. Unable to detect page cache due to possible loopback request problem. Please verify that the loopback request test is passing. Error: Forbidden (Code: http_403)

    Page cache enhances the speed and performance of your site by saving and serving static pages instead of calling for a page every time a user visits.

    Page cache is detected by looking for an active page cache plugin as well as making three requests to the homepage and looking for one or more of the following HTTP client caching response headers:cache-controlexpiresagelast-modifiedetagx-cache-enabledx-cache-disabledx-srcache-store-statusx-srcache-fetch-status.

    Thread Starter biohisto

    (@biohisto)

    1. As You can see this, I actually also encounter an error like from the start when i created this site firstly I goes fine but after an worpress update came then it all started

    2. yeah I guess i encountered something like this a month ago but it solved after i deleted the plugin and reinstalled it . plus i do also have an extra error on google console the sitemap is good but google is not reading it, It last read on 9th may and I also have robots.txt error where i firstly use the rankmath but unfortunately it have also error so i moved on yoast then i do not found it good then i back to rankmath but the robots.txt file isn’t changing and it’s showing yoast block.

    User-agent: * Disallow: /wp-content/uploads/wpo-plugins-tables-list.json # START YOAST BLOCK # ————————— User-agent: * Disallow: Sitemap: https://biohisto.com/sitemap_index.xml # ————————— # END YOAST BLOCK

    3. i also use the cloudflare recently plus i have additional error like when i open the site it show’s 404 error and home page is not showing in google discover

Viewing 2 replies - 1 through 2 (of 2 total)