• Hi,

    We just migrated our WordPress site today to Linux ASE on Azure farm but suddenly, we started getting an error that says,

    Event Calendar WD requires PHP Calendar module to display events. Contact your hosting provider or enable it manually

    Does anyone have a clue what could be causing this?

    We were not having this issue when our WordPress site was on WIndows ASE.

    Can someone please shed some light on possible cause?

    Thanks in advance

Viewing 2 replies - 1 through 2 (of 2 total)
  • Your WordPress site depends upon PHP to process the .php programmed WordPress core and its plugins. There is a PHP module called “php-calendar” that must be included in your webhosts PHP installation.

    If you have access to EasyApache4, then you can add in the required modules yourself. If this sounds unfamiliar, then reach out to your webhost support team.

    Here is a typical list of PHP modules included when PHP is provisioned for a webhost:

    PHP 8.0

    • build
    • libc-client
    • pear
    • php-bcmath
    • php-calendar
    • php-cli
    • php-common
    • php-curl
    • php-dba
    • php-devel
    • php-enchant
    • php-exif
    • php-fileinfo
    • php-fpm
    • php-ftp
    • php-gd
    • php-gettext
    • php-gmp
    • php-iconv
    • php-imagick
    • php-intl
    • php-ldap
    • php-litespeed
    • php-mbstring
    • php-mysqlnd
    • php-opcache
    • php-pdo
    • php-pgsql
    • php-posix
    • php-process
    • php-pspell
    • php-snmp
    • php-soap
    • php-sockets
    • php-xml
    • php-zip
    • runtime
    • This reply was modified 1 year, 5 months ago by afassas.
    • This reply was modified 1 year, 5 months ago by afassas.
    • This reply was modified 1 year, 5 months ago by afassas.
    Thread Starter webuser1

    (@webuser1)

    Thank you very much for your response.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Event Calendar WD requires PHP Calendar module to display events. Contact your h’ is closed to new replies.