Quote:
Originally Posted by jOE :D
directfiesta, I just contacted my server tech support and it seems to be installed fine. They told me the version difference really shouldn't matter.
Is there anything I'm doing wrong with that? It's not giving me any errors, but it doesn't seem to be writing the new images.
What I'm trying to do is open the image, increase the brightness, and save the image.
|
maybe add a phpinfo.php to your virtual site to see if it is actually compiled with the apache ...
PHP Code:
<?php phpinfo(); ?>
or you could add a php.ini to your root folder to add/overide the one of the sever :
extension=magickwand.so
Hard to say without the server config ...