Hi and thanks
I recieved a correct output for curl as you described, so this confirms I have curl,however I'm not sure I understand the command for GD
Please clarify this subject on how I would check my server for GD
and if both curl and GD are enabled by default for SME 7
Please advise
Thanks
GD is enabled by default and is a module that is part of PHP.
If you have an ibay which is configured for Execution of dynamic content (CGI, PHP, SSI), you can put a file there, this file can be accessed by your webbrowser.
For instance you put a file called test.php in your Primary ibays html directory.
In this file is the following code:
<?php phpinfo(); ?>
If you access that file by your webbrowser you should see the configuration settings of php on your server. In the informartion displayed should also be a section called GD. If this section is there (it should be if you did not modify php on your SME7 server) GD is installed.