I'm having a weird problem with PHP imagettftext function. I copied an example from php.net and changed $font to my own.
Error is
Warning: imagettftext(): No character set found in [my location] on line 25 Warning: No character set found in in [my location]
the problem is that this works fine on my desktop and other servers.
I'm using an example from http://us2.php.net/manual/en/function.imagettftext.php
I even checked is_file($font); to make sure that PHP can read the file.
What should I check more?!