
So you think is better that I ask to my hoster to resolve this problem?
I'm glad to say to Jérôme (thanks for dedicating me some of your time) that my hoster enabled me the freetype support, and now everything works wellJérôme wrote:Tests (with the friendly help of Sustia) have shown that you need freetype support enabled in PHP to get this MOD to work. This is one obvious fact that was so obvious that we haven't thought of... I am sorry that it was not because of an error in my code.
- Jérôme
From where comes the double //? I checked but i can't find it...Warning: imagejpeg() [function.imagejpeg]: Unable to open '/www/htdocs/xxxxxx//content/images/gt/933a5c9a8a2f4d9ec5b6d2f3ca6fcaf5.jpg' for writing in /www/htdocs/xxxxxx/include/inc_module/mod_graphical_text/inc_front/gt.func.inc.php on line 70
orcase "modules": //Modules
case 2: // Graphical Text MOD
include_once "/www/htdocs/akadoku/include/inc_module/mod_graphical_text/main.inc.php";
break;
within the phpwcms.php files?case "modules": //Modules
switch ($p) {
case 2: // Graphical Text MOD
include_once "./include/inc_module/mod_graphical_text/main.inc.php";
break;
default: echo '';
break;
}
break;
.