• When I upgraded to PHP 8.0, site works fine but in Dashboard when I went to Plugins it showed: There has been a critical error on this website.

    This is the critical error:

    Uncaught Error: Call to undefined function is_executable() in /www/hosting/repekum.sk/www/wp-content/plugins/ewww-image-optimizer/unique.php:450

    Is there any solution for this please?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support adamewww

    (@adamewww)

    Hey Richard,

    That is a server issue, where your server has the is_executable() disabled in the PHP configuration (or your webhost has disabled it for you). It doesn’t have anything to do with PHP 8.0 and is used to check directory permissions. Essentially, a directory must be executable or you can’t put anything in it. So, I would talk with your Webhost to see why they have disabled it (there really isn’t any reason to) and/or just request that they enable it.

    Thread Starter Richard Bystricky

    (@repetebox)

    Thank you very much for your answer. It was great help.

    I followed your advice and problem is solved.

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

The topic ‘PHP 8.0 Error’ is closed to new replies.