1
Installation, Update & Configuration / How does auto-thumbnailing work
« on: February 18, 2003, 08:42:30 AM »
To fix ImageMagic problem:
in /includes/image_utils.php find:
Code:
and just coment it like this: Code:
in /includes/image_utils.php find:
Code:
Code: [Select]
if (!@is_executable($convert_options['convert_path'])) {
$convert_options['convert_error'] = "<b class=\"marktext\">".$lang['im_error']."</b><br />\n".$lang['check_module_settings'];
}
break;
and just coment it like this: Code:
Code: [Select]
/* if (!@is_executable($convert_options['convert_path'])) {
$convert_options['convert_error'] = "<b class=\"marktext\">".$lang['im_error']."</b><br />\n".$lang['check_module_settings'];
}
*/ break;