Page 1 of 1

Problem with GT Mod: fatal error

Posted: Thu 6. Oct 2005, 22:21
by Marchel
Hi there,

I'm trying to use the GT MOD. I have enabled it with $phpwcms["gt_mod"] = 1; in conf.inc.php but I get an error when trying to access the module in admin:
Fatal error: Cannot redeclare gt2array() (previously declared in d:\inetpub\wwwroot\logixell\phpwcms\include\inc_module\mod_graphical_text\inc_lib\functions.general.inc.php:10) in D:\Inetpub\wwwroot\Logixell\phpwcms\include\inc_module\mod_graphical_text\inc_lib\functions.general.inc.php on line 10

I don't understand what's going on because both files where the function is declared (previous and current) are the same!

I'm using v1.2.5-DEV under IIS

Any help would be greatly appreciated!

Thanks!

Posted: Tue 11. Oct 2005, 19:12
by pico
Hi

have you checked the settings for GD in conf.inc.php also

Code: Select all

$phpwcms["imagick"]           = 0; //0 = GD,  1 = ImageMagick, 2 = ImageMagick 4.2.9
$phpwcms["imagick_path"]      = ""; //Path to ImageMagick (default="" - none)
$phpwcms["use_gd2"]           = 1; //0 = GD1, 1 = GD2
check with phpinfo what GD-Version your Server provides