Re: Anti-Spam Code not appearing
Posted: Wed Feb 11, 2015 4:44 pm
The anti-spam graphics was not displayed because the ImageMagick PHP extension was not loaded from the output of the test page you posted above, so make sure you do the following:
1. Copy the "php5.6_imagick.dll" from the "ImageMagick/php/vc9/" sub-folder where PacsOne is installed to the directory set as the "extension_dir" variable in your PHP.INI configuration file, which is "C:/php/ext/".
2. Make sure you load that extension DLL in your PHP.INI configuration file (current one being loaded is "C:\Windows\php.ini"):
extension = php5.6_imagick.dll
Save the PHP.INI file and restart Apache/IIS for the change to take effect. Then check the output of the test page above and see if the ImageMagick extension is loaded or not. If so, then you can proceed to the Login page of PacsOne Server:
http://localhost/pacsone/login.php
1. Copy the "php5.6_imagick.dll" from the "ImageMagick/php/vc9/" sub-folder where PacsOne is installed to the directory set as the "extension_dir" variable in your PHP.INI configuration file, which is "C:/php/ext/".
2. Make sure you load that extension DLL in your PHP.INI configuration file (current one being loaded is "C:\Windows\php.ini"):
extension = php5.6_imagick.dll
Save the PHP.INI file and restart Apache/IIS for the change to take effect. Then check the output of the test page above and see if the ImageMagick extension is loaded or not. If so, then you can proceed to the Login page of PacsOne Server:
http://localhost/pacsone/login.php