|
I found out that it was a problem of ghe GD library not being enabled.
What I did was to open the php.ini file and locate the line:
;extension=php_gd2.dll
and then removing the ";" in front, which otherwise means that it is commented out.
Then I had to restart IIS, which I did running the commando prompt and writing:
iisreset /restart
|
|
Expert:
|
dustPuppy
|
|
Date:
|
Oct 30, 2006
|
|
Time:
|
05:25
|
|
|
|
Votes: Good (0) | Bad (0) Login to rate this answer
|
|
|
|
|
|
|
This question has been answered, and points have been rewarded to the following experts:
You're welcome however to comment or give additional information or if you wish, you have the ability to write an Answer Summary for this question by clicking on the "Answer Summaries" Tab.
|
|