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!
Problem with GT Mod: fatal error
Hi
have you checked the settings for GD in conf.inc.php also
check with phpinfo what GD-Version your Server provides
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