Menu

Can't locate GD or ImageMagick

Alex Lee
2006-09-27
2013-04-25
  • Alex Lee

    Alex Lee - 2006-09-27

    Hi,

    I am trying to install the album on a WinXP machine but I found the following problems:
    1. I have set the path of ImageMagick into $PATH, and I can use convert.exe in command prompt(cmd.exe), however, when insalling, just tell me ImageMagick is not found
    2. I also tried to load GD lib in php.ini, I can find the extension by command php -M, but I can't see the module loaded when I try to access the page phpinfo(), also, the album was not able to determine the lib

    Would like to check any log I can have a look? or any hint for me to solve the problem?
    Thanks

    Best Regards,
    Alex

     
    • Anonymous

      Anonymous - 2006-09-29

      maybe apache is running as a different user
      you have to set the PATH variable of that user
      if apache runs as the system account, you need to change the system PATH variable

      after changing php.ini, you will have to restart apache

      flo

       

Log in to post a comment.