|
I've re-installed the operating system on my webserver along with PHP, mySQL and ImageMagick. I could not get PhotoPost to work - I tried everything! Eventually I came across this post and implemented this:
In image.inc.php look for fs_exec command - replace ALL fs_exec commands to SHELL_EXEC, EXCEPT the FIRST command
and now PhotoPost works but all the thumbnails aren't really thumbnails - they're the same size as the photos I've uploaded. My 'Thumbnail image max width and height in pixels' is set to 100 - what do I need to do to correct this?
Last edited by criscokid; March 20th, 2006 at 02:42 PM.
|