| No thumbnails of new photos in 'Recent Photos' block
Over the weekend I've re-installed the operating system on my webserver along with PHP, mySQL and ImageMagick. I could not get PhotoPost to work when it came to uploading photos - 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?
Until I get this problem resolved I have GD2 running - everything appears to be working ok, except:
* Photopost: the 'Recent Photos' block is not showing any thumbnails of images that have been uploaded since the re-install.
* Reviewpost: the 'Recent Products' block is not showing any thumbnails of products that have been uploaded since the re-install.
|