|
I have fixed jpo245's install. This makes me happy since the script obviously works on windows boxes as well as Unix, Linux, MacOSX.
I have an extremely basic check for GD that made it flunk. This might occur on *nix too, I don't know.
edit: hmm, after looking at it one more time, I have no idea what I was doing at all
Turnover, try to change the following.
Open up the main script file (index.php).
Go to line 144 which reads
if($gd_info = gd_info()) { // check that gd is here before this
and comment that one out, ie put two slashes in front of it like this:
// if($gd_info = gd_info()) { // check that gd is here before this
Then go to line 177 and do the same thing,
} // if gd info end
changes into
// } // if gd info end
Tell me if this is solution for you as well.
__________________
icq: 66760929
|