Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - god3000

Pages: [1]
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:
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;

2
Installation, Update & Configuration / NetPBM will nicht ;(
« on: February 18, 2003, 07:53:32 AM »
morgen zusammen..

ich hab 4images auf meinem nt-server installiert..und dazu imagemagick...doch wie muß der pfad dann lauten???

bitte um hilfe...danke!

Pages: [1]