HELP! living avatars

Legostylist

New Member
Messages
38
Reaction score
0
Points
0
Hello, I just installed living avatars onto my forums. Its working, but when I get save avatar. It comes up with this:

Code:
[B]Fatal error[/B]: Call to undefined function ImageCreateTrueColor() in [B]/home/wii2/public_html/wii_forums/living_avatars/includes/saveavatar.php[/B] on line [B]68[/B]

How can I fix this?
 

Synkc

Active Member
Messages
1,765
Reaction score
0
Points
36
I'm taking a guess that the server's PHP GD library hasn't been configured, or does not support, the use of True Type colors. I'm not an expert with PHP image functions, so hopefully someone who does can provide input with this issue.

Just out of curiosity, what are 'Living Avatars'?
 

Livewire

Abuse Compliance Officer
Staff member
Messages
18,169
Reaction score
216
Points
63
http://www.livingavatars.com/

Looks like a sort of Mii system for forums :)


Edit: Mii referring to the Wii characters that look vaguely like Rayman of course. The whole creepy bug-eye things.

Customizable and stuff; working on picking it up for a local copy of smf to experiment and see what it's got actually.


Something's definitely off if thats the error its giving though, cause I coulda sworn x10 had the GD library installed on v1 and v2 :S
 
Last edited:

naim4u

New Member
Messages
51
Reaction score
0
Points
0
Hello, I just installed living avatars onto my forums. Its working, but when I get save avatar. It comes up with this:

Code:
[B]Fatal error[/B]: Call to undefined function ImageCreateTrueColor() in [B]/home/wii2/public_html/wii_forums/living_avatars/includes/saveavatar.php[/B] on line [B]68[/B]

How can I fix this?
then please check the saveavatar.php on line 68th.
there may be any mistakes in using or closeing strings
 
Top