Synology PHP 7.3 Settings and Extensions for Joomla

Synology PHP 7.3 Settings and Extensions for Joomla

If you have Joomla installed on your Synology, surely you have wondered which of the php extensions you need to activate for it to work. Below is a short guide that explains what you need to activate. First of all, open the application called Web Station. Once opened, go to PHP settings and then EDIT. Follow the instructions in the images below. (The images and instructions below work for PHP 7.2 – 7.1 – 7.0 too, even though they are about PHP 7.3)

php-7.3-settings-synology joomla

Once you click on Edit, the following screen will open:

extension-php-7.3-synology joomla

PHP Settings: Set PHP version to 7.3 Enable PHP Cache. Select only these extensions to make Joomla work smoothly:

  • curl
  • exif
  • ftp
  • gd
  • gettext
  • iconv
  • mcrypt
  • mysqli
  • openssl
  • posix
  • soap
  • sockets
  • xmlrpc
  • zip

Press the OK button.

Note: Others core modules is always activated by default on your Synology NAS. If  you want to see all PHP extension installed on your Synology NAS here is the output for php -m:

root@username_NAS:~# php -m

This post was updated on Tuesday / November 3rd, 2020 at 5:19 AM