Gå til hovedindhold

Missing extensions - Videnbase / Deskpro Legacy - Deskpro Support

WARNING: You're browsing documentation for an older version of Deskpro. Consider upgrading to Deskpro Horizon

Missing extensions

Forfatterliste

Deskpro requires a number of PHP extensions to operate properly. If the installation wizard alerts you to missing extensions, you will need to enable the missing extensions before continuing.

On WindowsCopy link to On Windows to clipboard

Required extensions should come pre-compiled on Windows. Edit the php.ini file with a text editor and location the extensions section marked by the title:

;;;;;;;;;;;;;;;;;;;;;;
; Dynamic Extensions ;
;;;;;;;;;;;;;;;;;;;;;;

 

Each extension should have its own line but may be preceded by a ';' which disables it. Remove the leading ';' and then restart your server.

 

On LinuxCopy link to On Linux to clipboard

You can easily compile missing extensions using PECL. See the documentation at http://php.net/manual/en/install.pecl.php

On most distributions, if you installed PHP through a package manager you can also add extensions. For example:

Debian or Ubuntu:

sudo apt-get install php5-mysql php5-gd
sudo /etc/init.d/apache2 restart

RedHat or CentOS:

sudo yum install php53-pdo php53-mysql php53-gd
sudo service httpd restart

 

 

 

Hjælpsom Unyttig information

45 af 95 personer fandt denne side nyttig