PEAK XOOPS - Re: Problem using ImageMagick in englishin japanese

Re: Problem using ImageMagick

List posts in the topic

normal Re: Problem using ImageMagick

msg# 1.1.1.1.1.1.1.1.1.1.1
depth:
10
Previous post - Next post | Parent - Children.1 | Posted on 2003/11/16 7:55
jobiwan  二等兵   Posts: 4
Thanks for the quick reply...your support rox!

Changed includes/functiontions.php lines 118-124:

// Check if execute ImageMagick's convert
// if( ! is_executable( "$myalbum_imagickpath/convert" ) )
{
// no gif support, big thumbs!
copy( $imagePath , "$thumbs_dir/$node.$ext" ) ;
return 2 ;
}

Changed admin/checkcinfigs.php lines 116-124:

//if( is_executable( "$myalbum_imagickpath/convert" ) )//
{
exec( "$myalbum_imagickpath/convert --help" , $ret_array ) ;
if( count( $ret_array ) < 1 ) echo "<font color='#FF0000'><b>Error</b></font><br />\n" ;
else echo $ret_array[0] . "   <font color='#00FF00'><b>ok</b></font><br />" ;
} //else
//{
// echo "<font color='#FF0000'><b>Error</b></font><br />\n" ;
//}


Now I get this:

Config Check
Use ImageMagick: yes
Path: /usr/X11R6/bin
Version: @(#)ImageMagick 5.2.7 01/01/01 Q:8 cristy@mystic.es.dupont.com ok


Thumbnailing still does not work automatically and when I try and rebuild thumbs I get this error:

Redoing: 1.jpg faild making. copied.

Soooo....now where to?
Votes:0 Average:0.00

Posts tree

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!