• The front end of the website is not opening, where as the wp-admin is opening without any issues.
    Even when I try to preview a post/ page (through backend) I get the page not found error.
    The complete error is:
    This paper.vyaparkesari.com page can’t be foundNo web page was found for the web address: https://paper.vyaparkesari.com/index.php
    HTTP ERROR 404

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator t-p

    (@t-p)

    I get Blank white page. A blank white page means that PHP is crashing. This problem can be caused by a variety of issues, including:
    (1) Bad theme
    (2) Bad plugin
    (3) Bad install/upgrade
    (4) you exhausted the memory limit
    (5) It could also mean that there is an issue with your web hosting server.
    – 1 and 2 are more common (typically due to a function conflict introduced by a plugin or theme).
    – Since the problem can be caused by any number of things, check the error logs on your server for a more specific error message. If you need help locating them, ask your hosting provider to help you with that.
    – If you cannot find error logs or if you don’t find any helpful info in them, try Enabling debugging
    – Also, try reviewing this useful article: https://www.ads-software.com/support/article/common-wordpress-errors/#the-white-screen-of-death.

    Thread Starter raunhar

    (@raunhar)

    The error log shows:

    [28-Oct-2021 04:47:34 UTC] PHP Warning:  Use of undefined constant INTL_IDNA_VARIANT_UTS46 - assumed 'INTL_IDNA_VARIANT_UTS46' (this will throw an Error in a future version of PHP) in /home2/vyapark/public_html/paper/wp-content/plugins/cloudflare/src/WordPress/WordPressClientAPI.php on line 18
    [28-Oct-2021 04:47:34 UTC] PHP Warning:  idn_to_ascii() expects parameter 3 to be int, string given in /home2/vyapark/public_html/paper/wp-content/plugins/cloudflare/src/WordPress/WordPressClientAPI.php on line 18
    [28-Oct-2021 04:47:34 UTC] PHP Warning:  Use of undefined constant INTL_IDNA_VARIANT_UTS46 - assumed 'INTL_IDNA_VARIANT_UTS46' (this will throw an Error in a future version of PHP) in /home2/vyapark/public_html/paper/wp-content/plugins/cloudflare/src/WordPress/WordPressClientAPI.php on line 31
    [28-Oct-2021 04:47:34 UTC] PHP Warning:  idn_to_ascii() expects parameter 3 to be int, string given in /home2/vyapark/public_html/paper/wp-content/plugins/cloudflare/src/WordPress/WordPressClientAPI.php on line 31
    [28-Oct-2021 04:47:34 UTC] PHP Warning:  Use of undefined constant INTL_IDNA_VARIANT_UTS46 - assumed 'INTL_IDNA_VARIANT_UTS46' (this will throw an Error in a future version of PHP) in /home2/vyapark/public_html/paper/wp-content/plugins/cloudflare/src/WordPress/WordPressClientAPI.php on line 31
    [28-Oct-2021 04:47:34 UTC] PHP Warning:  idn_to_ascii() expects parameter 3 to be int, string given in /home2/vyapark/public_html/paper/wp-content/plugins/cloudflare/src/WordPress/WordPressClientAPI.php on line 31
    [28-Oct-2021 04:47:34 UTC] [Cloudflare] ERROR: [CLIENT API] Array
    Moderator t-p

    (@t-p)

    Try disabling cloudflare plugin.

    Access your server via SFTP or FTP, or a file manager in your hosting account’s control panel (consult your hosting provider’s documentation for specifics on these), navigate to /wp-content/plugins/ and rename or delete the directory of cloudflare plugin.

    Thread Starter raunhar

    (@raunhar)

    Tried disabling and renaming the plugin, still the same issue

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘page can’t be found’ is closed to new replies.