View Single Post
  #12  
Old 10-12-2004, 07:43 AM
pixelpunk's Avatar
pixelpunk Offline
pixelpost guru
 
Join Date: Oct 2004
Location: Sweden
Posts: 504
Send a message via ICQ to pixelpunk
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
Reply With Quote