| Hi, 
 I test and I receive a 500 error and the result page open a popup
 
 Verify you have enabled errors ion your php.ini file or put this code in the top of the page
 <?php
 ini_set('display_errors',1);
 error_reporting(E_ALL);
 ?>
 
 and verify your site setup don't return code in case of error
 
 
 Gianluigi
 
 
 
 
 
 
 
 
 | 
                           
                            |       |  |