diff --git a/lib/i18n/i18n.inc.php b/lib/i18n/i18n.inc.php
index 2f68c86..2b0f8e7 100644
--- a/lib/i18n/i18n.inc.php
+++ b/lib/i18n/i18n.inc.php
@@ -1,4 +1,4 @@
-
+
Logging support is operational.
-
+
Database connectivity
-
+Database support is not currently working. Error is: ' .
htmlentities($dbSupport->toString()) . '';
@@ -102,7 +102,7 @@ if (PEAR::isError($dbSupport)) {
Database connectivity successful.
Privileges
-
+documents_table);
if (PEAR::isError($selectPriv)) {
print 'Unable to do a basic database query.
@@ -128,7 +128,7 @@ if (!empty($res)) {
DBUtil::whereDelete($sTable, array('name' => 'transactionTest'));
?>
-
+
diff --git a/setup/precheckup.php b/setup/precheckup.php
index 1c5b693..4c80761 100644
--- a/setup/precheckup.php
+++ b/setup/precheckup.php
@@ -252,7 +252,7 @@ configuring your web server to use the .htaccess files that come with
KnowledgeTree. This will ensure that the settings for KnowledgeTree
(detailed below) are set up for optimal, reliable performance.
-=htaccess()?>
+
PHP version and extensions
@@ -263,31 +263,31 @@ PHP you are running, and which modules are available.
| PHP version 4.0 or above |
- =$phpversion4?> |
+ |
| PHP version 4.3 or above |
- =$phpversion43?> |
+ |
| PHP version below 5 |
- =$phpversion5?> |
+ |
| Session support |
- =must_extension_loaded('session');?> |
+ |
| MySQL support |
- =must_extension_loaded('mysql');?> |
+ |
| Gettext support |
- =can_extension_loaded('gettext', "Only needed for using non-English languages");?> |
+ |
| Fileinfo support |
- =can_extension_loaded('fileinfo', "Provides better file identification support - not necessary if you use file extensions");?> |
+ |
@@ -307,19 +307,19 @@ PHP you are running, and which modules are available.
-=boolSetting('Safe Mode','safe_mode','OFF')?>
-=boolSetting('Display Errors','display_errors','ON', false, "Will be set correctly anyway.")?>
-=boolSetting('Display Startup Errors','display_startup_errors','ON', false, "Will be set correctly anyway.")?>
-=boolSetting('File Uploads','file_uploads','ON')?>
-=boolSetting('Magic Quotes GPC','magic_quotes_gpc','OFF', false, "Quotes will be removed; not optimal")?>
-=boolSetting('Magic Quotes Runtime','magic_quotes_runtime','OFF')?>
-=boolSetting('Register Globals','register_globals','OFF', false, "Globals will be removed; not optimal, may be a security risk")?>
-=boolSetting('Output Buffering','output_buffering','OFF')?>
-=boolSetting('Session auto start','session.auto_start','OFF')?>
-=emptySetting('Automatic prepend file','auto_prepend_file')?>
-=emptySetting('Automatic append file','auto_append_file')?>
-=emptySetting('Open base directory','open_basedir')?>
-=stringSetting('Default MIME type', 'default_mimetype', 'text/html')?>
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -334,11 +334,11 @@ PHP you are running, and which modules are available.
-=bigEnough('Maximum POST size', 'post_max_size', 32 * 1024 * 1024, true)?>
-=bigEnough('Maximum upload size', 'upload_max_filesize', 32 * 1024 * 1024, true)?>
-=bigEnough('Memory limit', 'memory_limit', 32 * 1024 * 1024, true)?>
-=""; # bigEnough('Maximum execution time', 'max_execution_time', 30)?>
-=""; # bigEnough('Maximum input time', 'max_input_time', 60)?>
+
+
+
+
+
@@ -381,7 +381,7 @@ if (is_null($username)) {
?>
| General |
-=$message?> |
+ |