dilip
answered Nov 30 '-1 00:00
its only because import_request_variables function has been DEPRECATED as of PHP 5.3.0 and REMOVED as of PHP 5.4.0.so it giving error . and server error reporting should be off so it is not showing blank page instead the error.
use below code to make on
// Turn on all error reporting
error_reporting(1);