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 .
Leave a Reply