• Hi, it was bought to my attention that the link to the telephone number which calls from a smart phone, was directed to the wrong number. I have no idea how this happened as I have never changed it. BUT, that said I tried to amend this by changing the number in the code in the php header and I am getting this error message;

    “Unable to communicate back with site to check for fatal errors, so the PHP change was reverted. You will need to upload your PHP file change by some other means, such as by using SFTP”.

    I have no idea how to do this! I am not a tech savvy person. Can you help using simple lehmans instructions please?

    Many thanks.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • There are clearly 2 problems here.

    First your phone number on the site had been changed. Numbers don’t just change by its own, somebody had changed it, you need to find out if your site had been hacked or not. Meanwhile, the least you can do is changing your password, get a strong one.

    The error message is common, it means there is a plugin conflict with latest WP version. Try installing this plugin and read the log, when you know which plugin had caused the problem just disable it.

    https://wordpress.org/plugins/health-check/

    Thread Starter suzannem2

    (@suzannem2)

    @paulwp thank you for your help. I have installed the health check plug in and here is the log. I have no idea what to do with the information 🙁 How can I tell which plug in is causing the problem so that I can disable it?

    PHP Version 5.6.33 – For performance and security reasons, we strongly recommend running PHP version 7.2 or higher.
    MariaDB Server version 10.1.31-MariaDB
    JSON Extension Your PHP install supports JSON.
    MySQL utf8mb4 support Your MariaDB version supports utf8mb4
    Communication with WordPress.org WordPress.org is reachable from your server.
    HTTPS status You are not using HTTPS to access this website.
    Secure communication Your WordPress install can communicate securely with other services.
    cURL version Your version of cURL, 7.58.0, is up to date.
    Scheduled events No scheduled events have been missed.
    Background updates
    No version control systems were detected.
    Your installation of WordPress doesn’t require FTP credentials to perform updates.
    All of your WordPress files are writable.
    Loopback request The loopback request to your site failed, this may prevent WP_Cron from working, along with theme and plugin editors.<br>Error encountered: (0) cURL error 28: Operation timed out after 10001 milliseconds with 0 bytes received
    Test without plugins

    Is your site hosted at Heart Internet UK? It doesn’t allow loopback request which is a new feature in WP4.9

    See this reply https://wordpress.org/support/topic/4-91-the-loopback-request-to-your-site-failed/#post-9866907

    Since the problem at hand is to change that phone number which is urgent, I suggest doing this: see to it that your theme has an option to change that phone number, theme might has this input setting somewhere. If you are positive that the phone number is actually hardcoded in the php template, then connect to the server via SFTP or cPanel (or whatever file explorer your server provides) and edit file using file editor there.

    Important: it should be aware that we need to have full site backup (files and database) before making any changes to the site. Making a mistake editing file on a live site could ruin the whole site. Depending on the web hosting company, most do keep regular backup and also allows users to do the backup manually with just one click.

    Thread Starter suzannem2

    (@suzannem2)

    Thank you for your help. I will do my best 🙂

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

The topic ‘Fatal Errors on PHP file’ is closed to new replies.