Hi Chuck, long time...
I recently moved my site to a new server..
I installed imagemagick via 'yum install imagemagick'
It works in vbulletin.
However when I try to upload photos in my photopost I get the common error:
Quote:
Error creating thumbnail! Error code: 1
Command:
"/usr/bin/mogrify" +profile "*" -size 0x100 -quality 70 -geometry 0x100 '/var/www/html/3reef/photos/data/500/thumbs/1235900.jpg'
|
I confirmed mogrify again:
Quote:
[root@server1 bin]# which mogrify
/usr/bin/mogrify
|
I confirmed permissions on data thumbs dir:
Code:
Content visible to verified customers only.
I tried GD2:
Quote:
|
(): Sorry, this image type is not supported yet.
|
GD installed via:
Back to Imagemagick...
I looked in the httpd error log and saw this:
Quote:
|
mogrify: unable to open image `/var/www/html/3reef/photos/data/500/thumbs/1235900.jpg': No such file or directory.
|
Noticed this in the php error log:
Quote:
|
[28-Oct-2008 03:07:08] PHP Warning: opendir(/homepages/25/d116182897/htdocs/3reef/photos/data/) [<a href='function.opendir'>function.opendir</a>]: failed to open dir: No such file or directory in /var/www/html/3reef/photos/adm-inc.php on line 639
|
This is odd. That is the old path to the data dir on the old server.
I double checked data path in admin control panel and it reflects the new path on the new server.
Any ideas?