Home Forums Theme support New Version of Tripsters with PHP 7.4.4

This topic contains 4 replies, has 2 voices, and was last updated by  7Theme Support 4 years ago.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • Hello. My website is ilextravel.com. My original version of Tripsters wasn’t compatible with the new PHP 7.4.4, so I downloaded the theme from Creative Market and uploaded it to my website. Then I updated the PHP to 7.4.4. Now every page of my site has warnings. How do I fix this? I’m not a developer, only self-taught myself enough to build the site, so please give me as many details as possible. Thanks so much!

    Hi,

    a warning is a warning, nothing more, the website is working without any problem. The problem is that this information is visible on your website, this is a very sensitive information. A hacker can provoke such messages and hack your website. On a public website these messages should always be hidden. Please check your hosting panel -> PHP settings and search for “Show Error and Warnings”, and turn this option of. Please let me know if you don’t have this option in your settings, then there is another solution.

    Hi. Thank for your reply. I didn’t have the way to turn of the warnings, but since you said the warnings aren’t a concern, I did some more research found I could turn off the warnings by editing my wp-config.php file.

    Based on that, I replaced this line:

    define(‘WP_DEBUG’, false);

    with this:

    ini_set(‘display_errors’,’Off’);
    ini_set(‘error_reporting’, E_ALL );
    define(‘WP_DEBUG’, false);
    define(‘WP_DEBUG_DISPLAY’, false);

    I did that and all looks fine now. Is that the solution you were going to suggest? And is that fine as a long-term solution? Thanks!

    marklee9161–It looks like your reply was meant for a different question. This topic is about PHP, not GPS!

    @HollyLM Looks like a spam posts, we deleted it!

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.