Main Domain: digital.elementfx.com
Hosting package: adfree
Server Name: cossacks
X10Hosting doesn't provide GD library anymore?
Some parts of my CMS use it for image generation..
Result: not installed | not enabled
Hosting package: adfree
Server Name: cossacks
X10Hosting doesn't provide GD library anymore?
Some parts of my CMS use it for image generation..
PHP:
<?php if (function_exists('imagecreate')) { echo 'OK'; } else { echo 'not installed | not enabled'; } ?>
Result: not installed | not enabled