GD not installed?

Status
Not open for further replies.

misterspock

New Member
Messages
85
Reaction score
0
Points
0
Hello,

I am currently using a forum that has an image verification when registering for an account. However, I discussed with the myBB staff and we concluded that the GD is off or not installed. I would like to know from your end [x10hosting] if GD is either off or not installed. If yes, on either one of them, is it possible if you can turn it on?

Thanks.
 

YamiKaitou

Member
Messages
636
Reaction score
0
Points
16
What server are you on? I know that the Sustained has it turned on as I use it to create dynamic images.
 

YamiKaitou

Member
Messages
636
Reaction score
0
Points
16
Nope, it is installed

result from var_dump(gd_info());

array(12) {
["GD Version"]=> string(27) "bundled (2.0.28 compatible)"
["FreeType Support"]=> bool(true)
["FreeType Linkage"]=> string(13) "with freetype"
["T1Lib Support"]=> bool(false)
["GIF Read Support"]=> bool(true)
["GIF Create Support"]=> bool(true)
["JPG Support"]=> bool(true)
["PNG Support"]=> bool(true)
["WBMP Support"]=> bool(true)
["XPM Support"]=> bool(true)
["XBM Support"]=> bool(true)
["JIS-mapped Japanese Font Support"]=> bool(false)
}
 

misterspock

New Member
Messages
85
Reaction score
0
Points
0
What am I doing wrong?

I am using myBB and it should work out of the box.

How did you access and get the result of "var_dump(gd_info());"?

Thanks.
 

YamiKaitou

Member
Messages
636
Reaction score
0
Points
16
Never used myBB, so I don't know. I have a script that creates a gif image and it is working fine. And to access the var_dump(gd_info()), you just put that in a php file and view the page, it should display exactly what I posted if you are on the sustained server.
 

Zenax

Active Member
Messages
1,377
Reaction score
4
Points
38
Just in case any of you are interested, it seems to work on the the other server as well.

Server IP: 66.232.109.231

Result:
PHP:
array(12) { 
["GD Version"]=> string(27) "bundled (2.0.28 compatible)" 
["FreeType Support"]=> bool(true)
["FreeType Linkage"]=> string(13) "with freetype" 
["T1Lib Support"]=> bool(false) 
["GIF Read Support"]=> bool(true)
["GIF Create Support"]=> bool(true) 
["JPG Support"]=> bool(true) 
["PNG Support"]=> bool(true) 
["WBMP Support"]=> bool(true) 
["XPM Support"]=> bool(true) 
["XBM Support"]=> bool(true) 
["JIS-mapped Japanese Font Support"]=> bool(false) }

Regards,
Zenax
 
Last edited:

dest581

New Member
Messages
348
Reaction score
0
Points
0
Works great, except that it's white letters on white text, which sucks. I don't know if that's how it should be, or if it's an error.
 

misterspock

New Member
Messages
85
Reaction score
0
Points
0
There is your problem. It's the exact same problem I am having. I discussed with the myBB support about this.

They are concluding that it's the hosting. Since, they tried everything they can to resolve this issue.
 
Status
Not open for further replies.
Top