Problem with GT Mod: fatal error

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
Marchel
Posts: 4
Joined: Tue 27. Sep 2005, 15:32
Location: Madrid

Problem with GT Mod: fatal error

Post 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!
User avatar
pico
Posts: 2595
Joined: Wed 28. Jul 2004, 18:04
Location: Frankfurt/M Germany
Contact:

Post 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
Lieber Gott gib mir Geduld - ABER BEEIL DICH
Horst - find me at Musiker-Board
Post Reply