View Single Post
Old April 13th, 2005, 06:07 PM   #10 (permalink)
b6gm6n
Senior Member
 
Join Date: Mar 2003
Posts: 1,314
Hi..

could you turn on your php errors in php.ini to see what the exact error is rather than a blank screen... in your php.ini try alter the code below :

error_reporting = E_ALL
display_errors = On

and then what do you see?, might help greatly

-T
b6gm6n is offline   Reply With Quote