After I complete a survey and want to see the results, it does not get displayed. I downloaded GD-2.0.11 but couldn't figure out how to install it. AFter that I downloaded php 3.0 which has gd inbuilt but still results are not getting displayed. Where is the fault? The screen just shows a cross sign and a link stating 'click to see more details.' I am using apache+php+mysql on windows 2000.
Go to the Admin "configure variables" page. What does it say there for the GD setting?
Try also changing the slasharguments variable there.
Try also changing the slasharguments variable there.
For the GD setting it is showing that gd is not installed. When i change the slash argument nothing happens. This shows that gd is not installed. Though it is written that php 4.3 contains gd also. As I had written that i had downloaded gd 2.0.11 but i am not able to figure out where to put that folder, i tried to copy that folder in php and see but it doesn't work, may be there is some other setting to be changed.
GD is built-in to PHP 4.3.0 but you probably still have to enable it. Edit your php.ini file and remove the leading ";" from this line:
extension=php_gd2.dll
Then restart your web server and try the admin config page again.
extension=php_gd2.dll
Then restart your web server and try the admin config page again.
yes it worked. Thanks a lot.