I’m trying to install the MyPHPauction script and can’t get past this error in the login.php
Fatal error: Call to undefined function ImageFontWidth() in /home/laparker250/public_html/auction/includes/functions.php on line 28
the relevant file - functions.php -
function show_pin_image ($full_pin, $generated_pin, $image_url = ‘’)
{
## create an image not a text for the pin
$font = 6;
$width = ImageFontWidth($font) * strlen($generated_pin); <----line 28
$height = ImageFontHeight($font);
I know just about zip about php and the company I bought the script from, while great in responding, can’t help much. They said the script was written for PHP 5.3 but will work in 5.4. I’m running 5.4.26 on a Godaddy VPS - Apache 2.2.26
Thanks,
Lee