| FC6: enable PHP extensions GD and DOMXML |
|
|
|
| Tuesday, 26 December 2006 20:57 | |||
|
To enable the PHP extensions GD and DOMXML to get the Joomla Expose component to work properly I had to reconfigure the default FC6 PHP configuration. To do this just execute the following commands: # yum -y install php_gd php_domxml Pretty simple. You can download the Joomla Expose components here .
|