Installation with Wamp on a localhost
-
Hi everyone,
thank you for this wonderful plugin ! I have a wordpress project on my localhost with wampserver 2.5 (windows 7 x64).
I installed your plugin and it works except thumbnails generation because, in general settings, ghostscript and imagick are desactivated.I downloaded .exe files of ghostscript and imagick and I installed them on my computer (C:\gs\gs9.16 and C:\im\ImageMagick-6.9.1-Q16).
Then, I put the .dll files into :
C:\wamp\bin\php\php5.5.12\extAnd then, I edited php.ini with these two lines :
extension=php_ghostscript.dll
extension=php_imagick.dllI restarted all services. These two extensions are checked when I go to the PHP extensions list.
I don’t know what to write in the Ghostscript absolute path field (advanced parameters of Document Gallery).
When I write C:\gs\gs9.16
I have this error : ‘”C:\gs\gs9.16″‘ is not recognized as an internal or external command, operable program or batch file.Can you explain me how to do to make it works ?
Thanks !Debug :
Array ( [thumber] => Array ( [thumbs] => Array ( [295] => Array ( [timestamp] => 1433921083 ) [296] => Array ( [timestamp] => 1433921083 ) [297] => Array ( [timestamp] => 1433921083 ) [298] => Array ( [timestamp] => 1433921084 ) [299] => Array ( [timestamp] => 1433921084 ) [304] => Array ( [timestamp] => 1433921084 ) [305] => Array ( [timestamp] => 1433921084 ) ) [gs] => C:\gs\gs9.16 [active] => Array ( [av] => 1 [gs] => 1 [imagick] => ) [width] => 200 [height] => 200 [timeout] => 30 ) [gallery] => Array ( [columns] => 4 [descriptions] => 1 [fancy] => 1 [order] => ASC [orderby] => date [relation] => AND [limit] => -1 [mime_types] => application,video,text,audio,image [post_status] => any [post_type] => attachment [attachment_pg] => [new_window] => ) [meta] => Array ( [version] => 3.2 [donate_link] => https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=EE5LWRLG933EN&lc=US&item_name=Document%20Gallery%20Plugin&item_number=document%2dgallery¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted ) [logging] => Array ( [enabled] => 1 [purge_interval] => 7 ) [validation] => )
- The topic ‘Installation with Wamp on a localhost’ is closed to new replies.