Anybody fix this error

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Vayne
    replied
    try
    PHP Code:
    $arr get_loaded_extensions();
    print_r($arr); 
    and search if GD is enabled/avaible

    or if too lazy to search manually, umm

    PHP Code:
    $arr get_loaded_extensions();
    if(
    in_array('gd'$arr))
    echo 
    'ok'//returns status ok
    else
    echo 
    'false'//returns status false (gd not found) 
    Last edited by Vayne; 25.03.12, 14:29.

    Leave a comment:


  • slcash
    replied
    Remove the imagettbbox() it simple. . but. . .You lose that function. . . Or chek the core.php
    .

    Leave a comment:


  • sumit01
    replied
    Where i can do this enable?

    Leave a comment:


  • something else
    replied
    sounds like free type is not enabled

    Leave a comment:


  • sumit01
    replied
    My php version php5 and gd installed oviously.Pls chack my site
    http://frendwap.tk/forum/register.php
    and
    http://frendwap.tk/includes/captcha.php

    Leave a comment:


  • softwarefreak
    replied
    Originally posted by sumit01 View Post
    Pls fix this error "Fatal error : Call to undefined function imagettfbbox() in".
    your php version is old and/or gd is not installed
    Last edited by softwarefreak; 19.03.12, 11:34.

    Leave a comment:


  • sumit01
    started a topic Anybody fix this error

    Anybody fix this error

    Pls fix this error "Fatal error : Call to undefined function imagettfbbox() in".
Working...
X