Check the new Tutorial subforum with helpfull guides and tutorials for modifications and tweaks.
0 Members and 1 Guest are viewing this topic.
if I pick GD.. I get GD library error.Check module settings.
;;;;;;;;;;;;;;;;;;;;;;; Dynamic Extensions ;;;;;;;;;;;;;;;;;;;;;;;;; If you wish to have an extension loaded automatically, use the following; syntax:;; extension=modulename.extension;; For example, on Windows:;; extension=msql.dll;; ... or under UNIX:;; extension=msql.so;; Note that it should be the name of the module only; no directory information ; needs to go here. Specify the location of the extension with the; extension_dir directive above.;Windows Extensions;Note that MySQL and ODBC support is now built in, so no dll is needed for it.;extension=php_gd2.dll;extension=php_gd.dll
I have been reading and reading and reading some more. So far many people seem to have the same problems... I have a problem getting IMAGEMAGICK to work also. I don't get a error just a blank page that sits there. I have tried everything the forum said.Is there something else I should be installing to make this work??Is there a list of things to install?
switch($config['convert_tool']) { case "im": $convert_options['convert_path'] = check_executable($convert_options['convert_path']); $convert_options['convert_path'] = preg_replace("/".check_executable("mogrify")."$/i", check_executable("convert"), $convert_options['convert_path']); 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;
// if (!@is_executable($convert_options['convert_path'])) {// $convert_options['convert_error'] = "<b class=\"marktext\">".$lang['im_error']."</b><br />\n".$lang['check_module_settings'];// }
PHP v4.3 doesnt support it, but v4.2.3 worsk just fine.I noticed, that many scripts that I tryed were working fine with v4.2.3, but quit working after upgrading PHP to v4.3So far, I'll stick with v4.2.3 that is more campatible.