get_plugin_title(); ?>
plugin_tabs(); ?>
PHP Safe Mode Enabled — We do not officially support running this plugin in safe mode because set_time_limit()
has no effect. Therefore we can't extend the run time of the script and ensure it doesn't time out before the migration completes. We haven't disabled the plugin however, so you're free to cross your fingers and hope for the best. However, if you have trouble, we can't help you until you turn off safe mode.", 'wp-migrate-db' );
if ( function_exists( 'ini_get' ) ) {
printf( __( 'Your current PHP run time limit is set to %s seconds.', 'wp-migrate-db' ), ini_get( 'max_execution_time' ) );
} ?>
Internet Explorer Not Supported — Less than 2% of our customers use IE, so we've decided not to spend time supporting it. We ask that you use Firefox or a Webkit-based browser like Chrome or Safari instead. If this is a problem for you, please let us know.", 'wp-migrate-db' ); ?>
set_time_limit_available() && ! $hide_warning && ! $safe_mode ) {
?>
PHP Function Disabled — The set_time_limit()
function is currently disabled on your server. We use this function to ensure that the migration doesn't time out. We haven't disabled the plugin however, so you're free to cross your fingers and hope for the best. You may want to contact your web host to enable this function.", 'wp-migrate-db' );
if ( function_exists( 'ini_get' ) ) {
printf( __( 'Your current PHP run time limit is set to %s seconds.', 'wp-migrate-db' ), ini_get( 'max_execution_time' ) );
} ?>
1 profile saved
if ( ! empty( $this->settings['profiles'] ) && ! isset( $_GET['wpmdb-profile'] ) ) {
$this->template( 'profile' );
} else {
$this->template( 'migrate' );
}
$this->template( 'settings' );
$this->template( 'addons' );
$this->template( 'help' );
$this->template_part( array( 'sidebar' ) );
?>