• It seems that WP 5.9 cannot recognize a whole boatload of php components

    Warning The optional module, curl, is not installed, or has been disabled.
    Warning The optional module, imagick, is not installed, or has been disabled.
    Warning The optional module, mbstring, is not installed, or has been disabled.
    Warning The optional module, zip, is not installed, or has been disabled.
    Warning The optional module, intl, is not installed, or has been disabled.

    all of these are installed but at present PHP 8.01 is the present version until april when i upgrade my server

    last pile of updates updated a lot of php-xxx components

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

Viewing 8 replies - 1 through 8 (of 8 total)
  • If I remember correctly, some libraries are compatible with PHP 8 but not officially released for that version of PHP, I don’t know if that changed.

    Are you getting errors besides those warnings?

    Thread Starter veganadvocate

    (@veganadvocate)

    no errors presented outside of the site health report

    site seems to be working but I am wondering of WP is able to recognize the most updated version of PHP

    I keep my server updated to prevent security problems

    It is a strange warning, could it be a plugin?

    Thread Starter veganadvocate

    (@veganadvocate)

    no its in the main WP admin screen

    It’s strange but I got the same warning in my Sitediagnose.

    Warning The optional module, intl, is not installed, or has been put of.

    What can I do????

    Thread Starter veganadvocate

    (@veganadvocate)

    Guess the enumerator module needs to be modernized?

    @ajheutinck it depends very much on what kind of server you’re on, how your PHP was installed, and what control you have over it. Personally I’m using a Centos 7 machine with WHM and EasyApache 4 with PHP 7.4 installed, so for me to install the ‘intl’ package:

    yum install ea-php74-php-intl

    After this, phpinfo() shows an “Intl” section with two tables of data. Your situation may be very, very different. You may be able to use a web based admin panel to add the ‘intl’ module to your Apache installation with any command line required. Or you may not be running Apache at all, but some other web server with PHP installed.

    Thread Starter veganadvocate

    (@veganadvocate)

    I am using PHP 8 which fixed a lot of problems generally

    I am using Ubuntu 20.04 LTS only until the next LTS version is released come April.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘php issues’ is closed to new replies.