Jump to content

Recommended Posts

Posted

Hello,

I am using phpvms 5.5. it is working very good.

Only problem is when I want to edit my profile and click save, the profile is saved correctly only i see a lot of error messages.

But I can ignore these because the profile has saved the edited parts.

How to get rid of these errors?

Rick

-----------------------------------------------------------------------------------------------------------

Warning: imagettfbbox() [function.imagettfbbox]: Could not find/open font in /home/eecvacom/public_html/core/common/PilotData.class.php on line 970

Warning: imagettftext() [function.imagettftext]: Could not find/open font in /home/eecvacom/public_html/core/common/PilotData.class.php on line 984

Warning: imagettftext() [function.imagettftext]: Could not find/open font in /home/eecvacom/public_html/core/common/PilotData.class.php on line 984

Warning: imagettftext() [function.imagettftext]: Could not find/open font in /home/eecvacom/public_html/core/common/PilotData.class.php on line 984

Warning: imagettftext() [function.imagettftext]: Could not find/open font in /home/eecvacom/public_html/core/common/PilotData.class.php on line 984

Warning: imagettftext() [function.imagettftext]: Could not find/open font in /home/eecvacom/public_html/core/common/PilotData.class.php on line 984

-----------------------------------------------------------------------------------------------------------

  • Administrators
Posted

Check your fonts folder. The font that the script is looking for is either missing or the permissions on the folder are incorrect to allow the script access to the file.

/lib/fonts/

Posted

Ok, and how do i know which font it is searching and if the permissions are right?

This is the text from the error.

LINE 970 : $bb = imagettfbbox($font_size, 0, $font, 'M');

LINE 984 : $tmp = imagettftext($img, $font_size, 0, $xoffset, $currline, $textcolor, $font, $output[$i]);

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...