View Single Post
  #2  
Old 10-11-2004, 07:09 AM
pixelpunk's Avatar
pixelpunk Offline
pixelpost guru
 
Join Date: Oct 2004
Location: Sweden
Posts: 504
Send a message via ICQ to pixelpunk
To tell you the truth - not the slightest idea!
You're on a Windows server it seems though and pixelpost haven't been tested on that.

It's hard to tell where it fails. Open up the mainscript, index.php, and near the top you will have a line that says error_reporting(0);
Change that into error_reporting(E_ALL);.

That will probably throw some errors your way which in turn we might be able to draw some conclusions from.

Cheers // pixel
Reply With Quote