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/d59d4b074c955fa0f9215bf7ff00f929ae7a4d3cb87455a8da3e7f0b6154d922?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