Hi there,
When I add a new style with a text effect I get a blank page with this error;
Fatal error: Call to undefined function imagettftext() in /home/manoloka/public_html/mysite/sites/all/modules/imagecache_actions/image_effects_text/image_effects_text.inc on line 344
Any ideas?
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | ScreenHunter_67 Apr. 17.jpg | 19.53 KB | fietserwin |
| #3 | Captura.PNG | 15.34 KB | manoloka |
Comments
Comment #1
fietserwinAccording to the PHP manual:
So the freetype library could be missing, but because there is a fatal on the function itself, I guess that GD is not enabled at all at your server. Have a look at your server configuration at admin/reports/status/php to see if GD and freetype are enabled.
Comment #2
fietserwinwrong status..., but I made a note to see if we can do a check on that with the status report.
Comment #3
manoloka commentedHi
GD is enabled see img
Freetype ??? Haven't read anywhere within documentation that needs that. I don't see it anywhere within the admin/reports/status/php page so I guess is not even installed. I'll ask my server to see if it can be installed and enabled it.
Comment #4
fietserwinOK, thus with freetype missing the function also doesn't exist (as opposed to failing with an error message as I expected).
Comment #5
manoloka commentedHi fietserwin,
Thanks for your help.
I'm talking with the hosting company, see if they can install it for me. From there, we'll see if still getting that error.
Let you know how this ends up.
Manuel