Running graphics on the pages

Running graphics on the pages

by Robert Koren -
Number of replies: 2

I have installed moodle and everything is running really well except the pcitures I want to appear on the pages come on as a box with a red "X".

I read the instructions and it appears that php_gd2.dll is the file that controls this.  Using phpinfo.php as admin I am finding that all the files including the gd2 file are loaded and available. 

I need help to know where to look to make the pictures appear on the webpages.  I am using php 4.3.1 on a Windows 2000 server.

Cheers

Robert

Average of ratings: -
In reply to Robert Koren

Re: Running graphics on the pages

by Adam Taylor -

Hi all

I work with Rob, and I have been nutting this out tonight and have the solution, so here is an answer that may work for others:

Runnning on Windows Server and IIS:

I followed Martin's advice in anoter forum note, and checked out the source code of the non-appearing graphic. The path was wrong. I changed the variable setting slasharguments to the ? (rather than /) option, and bingo.

Checking the response just above mine that came in just ahead of my post i note this this is a second best moodle workaraound to an IIS problem. I will work with Rob to change the windows server settings as an alternative and let you know how we go if we get results.

ajt