FC6: enable PHP extensions GD and DOMXML
FC6: enable PHP extensions GD and DOMXML http://www.r71.nl/wp-content/themes/blade/images/empty/thumbnail.jpg 150 150 Roderick Derks https://secure.gravatar.com/avatar/3959ba05a8e569b2d8ca79bdd57021e5?s=96&d=mm&r=gTo 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…
read more