diff -r f507feede89a -r 09a1c134465b web/wp-content/plugins/duplicator/inc/view.system.php
--- a/web/wp-content/plugins/duplicator/inc/view.system.php Wed Dec 19 12:35:13 2012 -0800
+++ b/web/wp-content/plugins/duplicator/inc/view.system.php Wed Dec 19 17:46:52 2012 -0800
@@ -11,13 +11,14 @@
+
%s. %s",
__('Note: A scan will provide an estimate on the size of your file system. The scan will exclude items in the', 'wpduplicator'),
__('directory filter list', 'wpduplicator'),
- __('Files that are not readable by the plugin will not be included in the overview. Directories that are empty will not be included in the final package. ', 'wpduplicator'));
+ __('Files that are not readable by the plugin will not be included in the overview.', 'wpduplicator'));
?>
@@ -76,7 +77,7 @@
-
+
@@ -144,10 +145,29 @@
-
+
[%s]. %s",
+ __("The version of MySQL on this server is ", 'wpduplicator'),
+ $wpdb->db_version(),
+ __("The Duplicator requires MySQL version 4.1+ or better.", 'wpduplicator')
+ );
+ echo ' ';
+ _e("If the MySQL server version is valid and this requirement fails then the mysqli extension is not installed. If you are on a hosted server please contact your host and request that mysqli extension and MySQL Server 4.1+ be installed. For more info visit: http://php.net/manual/en/mysqli.installation.php", 'wpduplicator');
+ ?>
+
+
+
+
+
+ [%s]. %s",
+ __("The version of PHP on this server is ", 'wpduplicator'),
+ phpversion(),
+ __("The Duplicator requires at least PHP version 5.2.17+ on this server. Please contact your host and have them upgrade to this stable secure version if the test fails.", 'wpduplicator')
+ );
?>
@@ -158,17 +178,6 @@
SYSTEM CHECKS -->
-
-
" . phpversion(); ?>
- = 5.3): ?>
-
- = 5.2): ?>
-
-
()
-
-
-
-