FC6: enable PHP extensions GD and DOMXML PDF Print E-mail
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
# service httpd stop
# service httpd start

Pretty simple. You can download the Joomla Expose components here .

 

Add comment


Security code
Refresh

More KB Articles