[Legacy] Add pre install check labels

This commit is contained in:
Jack Anderson 2024-01-09 10:14:08 +00:00
parent 5f69026b4d
commit c4db0d08f9

View file

@ -56,6 +56,7 @@ $mod_strings = array(
'DEFAULT_CHARSET' => 'UTF-8',
'ERR_ADMIN_USER_NAME_BLANK' => 'Provide the user name for the SuiteCRM admin user. ',
'ERR_ADMIN_PASS_BLANK' => 'Provide the password for the SuiteCRM admin user. ',
'LBL_EMPTY' => 'Empty',
'ERR_CHECKSYS' => 'Errors have been detected during compatibility check. In order for your SuiteCRM Installation to function properly, please take the proper steps to address the issues listed below and either press the recheck button, or try installing again.',
'ERR_CHECKSYS_CALL_TIME' => 'Allow Call Time Pass Reference is On (this should be set to Off in php.ini)',
@ -73,11 +74,18 @@ $mod_strings = array(
'LBL_CHECKSYS_XML_NOT_AVAILABLE' => 'Functions associated with XML Parser Libraries that are needed by the SuiteCRM application were not found. You might need to uncomment the extension in the php.ini file, or recompile with the right binary file, depending on your version of PHP. Please refer to your PHP Manual for more information.',
'ERR_CHECKSYS_MBSTRING' => 'Functions associated with the Multibyte Strings PHP extension (mbstring) that are needed by the SuiteCRM application were not found. <br/><br/>Generally, the mbstring module is not enabled by default in PHP and must be activated with --enable-mbstring when the PHP binary is built. Please refer to your PHP Manual for more information on how to enable mbstring support.',
'ERR_CHECKSYS_CONFIG_NOT_WRITABLE' => 'The config file exists but is not writeable. Please take the necessary steps to make the file writeable. Depending on your Operating system, this might require you to change the permissions by running chmod 766, or to right click on the filename to access the properties and uncheck the read only option.',
'ERR_CHECKSYS_CONFIG_NOT_FOUND' => 'Your config.php does not exist. This will be created on install.',
'ERR_CHECKSYS_CONFIG_OVERRIDE_NOT_WRITABLE' => 'The config override file exists but is not writeable. Please take the necessary steps to make the file writeable. Depending on your Operating system, this might require you to change the permissions by running chmod 766, or to right click on the filename to access the properties and uncheck the read only option.',
'ERR_CHECKSYS_CUSTOM_NOT_WRITABLE' => 'The Custom Directory exists but is not writeable. You may have to change permissions on it (chmod 766) or right click on it and uncheck the read only option, depending on your Operating System. Please take the needed steps to make the file writeable.',
'ERR_CHECKSYS_FILES_NOT_WRITABLE' => "The files or directories listed below are not writeable or are missing and cannot be created. Depending on your Operating System, correcting this may require you to change permissions on the files or parent directory (chmod 755), or to right click on the parent directory and uncheck the 'read only' option and apply it to all subfolders.",
'ERR_CHECKSYS_FILES_NOT_WRITABLE' => "The files or directories listed above are not writeable or are missing and cannot be created. Depending on your Operating System, correcting this may require you to change permissions on the files or parent directory (chmod 755), or to right click on the parent directory and uncheck the 'read only' option and apply it to all subfolders.",
'ERR_CHECKSYS_LOGS_NOT_WRITABLE' => 'The Logs Directory is currently not writable',
'ERR_CHECKSYS_CACHE_NOT_WRITABLE' => 'The Cache Directory is currently not writable',
'ERR_CHECKSYS_EXTENSIONS_NOT_WRITABLE' => 'The Extensions Directory is currently not writable',
'ERR_CHECKSYS_SECRETS_NOT_WRITABLE' => 'The config/secrets directory is currently not writable',
'ERR_CHECKSYS_ENV_NOT_WRITABLE' => 'The .env file or the directory it is in is not writable.',
'ERR_CHECKSYS_JSON_NOT_AVAILABLE' => "Functions associated with JSON Parser Libraries that are needed by the SuiteCRM application were not found. You might need to uncomment the extension in the php.ini file, or recompile with the right binary file, depending on your version of PHP. Please refer to your PHP Manual for more information.",
'LBL_CHECKSYS_OVERRIDE_CONFIG' => 'Config override',
'LBL_CHMOD_LABEL' => 'Depending on your Operating System, correcting this may require you to change permissions on the directory (chmod 755), or to right click on the parent directory and uncheck the "read only" option and apply it to all subfolders.',
'ERR_CHECKSYS_SAFE_MODE' => 'Safe Mode is On (you may wish to disable in php.ini)',
'ERR_CHECKSYS_ZLIB' => 'ZLib support not found: SuiteCRM reaps enormous performance benefits with zlib compression.',
'ERR_CHECKSYS_ZIP' => 'ZIP support not found: SuiteCRM needs ZIP support in order to process compressed files.',
@ -132,7 +140,7 @@ $mod_strings = array(
'ERR_SI_NO_CONFIG' => 'You did not include config_si.php in the document root, or you did not define $sugar_config_si in config.php',
'ERR_SITE_GUID' => 'Application ID is required if you wish to specify your own.',
'ERROR_SPRITE_SUPPORT' => "Currently we are not able to locate the GD library, as a result you will not be able to use the CSS Sprite functionality.",
'ERR_UPLOAD_MAX_FILESIZE' => 'Warning: Your PHP configuration should be changed to allow files of at least 6MB to be uploaded.',
'ERR_UPLOAD_MAX_FILESIZE' => 'Your PHP configuration should be changed to allow files of at least 6MB to be uploaded.',
'LBL_UPLOAD_MAX_FILESIZE_TITLE' => 'Upload File Size',
'ERR_URL_BLANK' => 'Provide the base URL for the SuiteCRM instance.',
'ERR_UW_NO_UPDATE_RECORD' => 'Could not locate installation record of',
@ -143,7 +151,11 @@ $mod_strings = array(
'LBL_BACK' => 'Back',
'LBL_CANCEL' => 'Cancel',
'LBL_ACCEPT' => 'I Accept',
'LBL_CHECKSYS_LEGACY_CACHE' => 'Writable Legacy Cache Sub-Directories',
'LBL_CHECKSYS_CACHE' => 'Writable Cache Sub-Directories',
'LBL_CHECKSYS_EXTENSIONS' => 'Writable Extensions Directory',
'LBL_CHECKSYS_SECRETS' => 'Writable Config/Secrets Directory',
'LBL_CHECKSYS_LOGS' => 'Writable Log Directory',
'LBL_DROP_DB_CONFIRM' => 'The provided Database Name already exists.<br>You can either:<br>1. Click on the Cancel button and choose a new database name, or <br>2. Click the Accept button and continue. All existing tables in the database will be dropped. <strong>This means that all of the tables and pre-existing data will be blown away.</strong>',
'LBL_CHECKSYS_COMPONENT' => 'Component',
'LBL_CHECKSYS_CONFIG' => 'Writable SuiteCRM Configuration File (config.php)',
@ -159,7 +171,7 @@ $mod_strings = array(
'LBL_CHECKSYS_MODULE' => 'Writable Modules Sub-Directories and Files',
'LBL_CHECKSYS_NOT_AVAILABLE' => 'Not Available',
'LBL_CHECKSYS_OK' => 'OK',
'LBL_CHECKSYS_PHP_INI' => 'Location of your PHP configuration file (php.ini):',
'LBL_CHECKSYS_PHP_INI' => 'Location of your PHP configuration file (php.ini)',
'LBL_CHECKSYS_PHP_OK' => 'OK (ver ',
'LBL_CHECKSYS_PHPVER' => 'PHP Version',
'LBL_CHECKSYS_IISVER' => 'IIS Version',
@ -171,9 +183,53 @@ $mod_strings = array(
'LBL_CHECKSYS_ZLIB' => 'ZLIB Compression Module',
'LBL_CHECKSYS_ZIP' => 'ZIP Handling Module',
'LBL_CHECKSYS_PCRE' => 'PCRE Library',
'LBL_CHECKSYS_ENV' => 'Writable .env',
'LBL_CHECKSYS_FIX_FILES' => 'Please fix the following files or directories before proceeding:',
'LBL_CHECKSYS_FIX_MODULE_FILES' => 'Please fix the following module directories and the files under them before proceeding:',
'LBL_CHECKSYS_UPLOAD' => 'Writable Upload Directory',
'LBL_CHECKSYS_INTL_EXTENSIONS' => 'Intl Exists in Extensions',
'LBL_CHECKSYS_JSON_EXTENSIONS' => 'Json Exists in Extensions',
'LBL_CHECKSYS_GD_EXTENSIONS' => 'GD Exists in Extensions',
'LBL_CHECKSYS_OPENSSL_EXTENSIONS' => 'OpenSSL Exists in Extensions',
'LBL_CHECKSYS_ZIP_EXTENSIONS' => 'Zip Exists in Extensions',
'LBL_CHECKSYS_PDO_MYSQL_EXTENSIONS' => 'PDO MySQL Exists in Extensions',
'LBL_CHECKSYS_CURL_EXTENSIONS' => 'cURL Exists in Extensions',
'LBL_CHECKSYS_MBSTRING_EXTENSIONS' => 'MB Strings Exists in Extensions',
'LBL_CHECKSYS_MYSQLI_EXTENSIONS' => 'MySQLi Exists in Extensions',
'LBL_CHECKSYS_SOAP_EXTENSIONS' => 'Soap Exists in Extensions',
'LBL_CHECKSYS_XML_EXTENSIONS' => 'XML Exists in Extensions',
'LBL_CHECKSYS_IMAP_EXTENSIONS' => 'IMAP Exists in Extensions (Optional)',
'LBL_CHECKSYS_LDAP_EXTENSIONS' => 'LDAP Exists in Extensions (Optional)',
'ERR_CHECKSYS_INTL' => 'The extension Intl is not installed, please contact your system administrator',
'ERR_CHECKSYS_JSON' => 'The extension JSON is not enabled, please contact your system administrator.',
'ERR_CHECKSYS_GD' => 'The extension GD is not enabled, please contact your system administrator.',
'ERR_CHECKSYS_OPENSSL' => 'The extension OpenSSL is not enabled, please contact your system administrator.',
'ERR_CHECKSYS_PDO_MYSQL' => 'The extension PDO MySQL is not enabled, please contact your system administrator.',
'ERR_CHECKSYS_MYSQLI' => 'The extension MySQLi is not enabled, please contact your system administrator.',
'ERR_CHECKSYS_SOAP' => 'The extension Soap is not enabled, please contact your system administrator.',
'ERR_SUHOSIN' => 'Upload stream is blocked by Suhosin, please add &quot;upload&quot; to suhosin.executor.include.whitelist (See suitecrm.log for more information)',
'LBL_UNWRITABLE_SUB_DIR' => 'There are some sub directories that are unwritable. Depending on your Operating system, this might require you to change the permissions by running chmod 766, or to right click on the filename to access the properties and uncheck the read only option.',
'LBL_REFER_TO_LOGS' => 'There has been an issue in one of your pre-installation checks, please refer to the install.log',
'LBL_NOT_A_VALID_SUITECRM_PAGE' => 'The SuiteCRM Title cannot be found. This is not a valid SuiteCRM Page.',
'LBL_NOT_COOKIE_OR_TOKEN' => 'Cannot find cookies, no valid token found. Please refer to the install.log for more information.',
'LBL_CURL_JSON_ERROR' => 'The result of the curl call to the graphql page was empty.',
'LBL_UNABLE_TO_FIND_SYSTEM_CONFIGS' => 'Unable to retrieve System Configs on Graphql Page. Please refer to the install.log for more information.',
'LBL_CURL_REQUEST_MAIN_PAGE' => 'Curl Request on Main Page',
'LBL_CURL_REQUEST_API_PAGE' => 'Curl Request on Api',
'LBL_ERROR_DETAILS' => 'Error Details',
'LBL_ERROR' => 'Error',
'LBL_WARNING_DETAILS' => 'Warning Details',
'LBL_WARNING' => 'Warning',
'LBL_SYSTEM_CHECKS' => 'SYSTEM CHECKS',
'LBL_CRON_INSTRUCTIONS_1' => 'In order to run SuiteCRM Schedulers, edit your web server users crontab file with this command:',
'LBL_CRON_INSTRUCTIONS_2' => 'and add the following line to the crontab file:',
'LBL_CRON_INSTRUCTIONS_3' => 'You should do this only after the installation is concluded.',
'LBL_CRON_CONFIGURATION' => 'CRON CONFIGURATION',
'LBL_SETUP_CRONTAB' => 'To Setup Crontab',
'LBL_ROUTE_ACCESS_CHECK' => 'ROUTE ACCESS CHECK',
'LBL_PHP_MEM_1' => 'Your PHP Memory Limit is ',
'LBL_PHP_MEM_2' => '. This has to be a minimum of ',
'LBL_PHP_MEM_3' => 'M to continue.',
'LBL_CLOSE' => 'Close',
'LBL_THREE' => '3',
'LBL_CONFIRM_BE_CREATED' => 'be created',
@ -205,11 +261,12 @@ $mod_strings = array(
'LBL_DBCONF_TITLE_NAME' => 'Provide Database Name',
'LBL_DBCONF_TITLE_USER_INFO' => 'Provide Database User Information',
'LBL_DBCONF_TITLE_PSWD_INFO_LABEL' => 'Password',
'LBL_DISABLED_DESCRIPTION_2' => 'After this change has been made, you may click the "Start" button below to begin your installation. <i>After the installation is complete, you will want to change the value for \'installer_locked\' to \'true\'.</i>',
'LBL_DISABLED_DESCRIPTION_2' => 'After this change has been made, you may click the "Start" button below to begin your installation. After the installation is complete, you will want to change the value for \'installer_locked\' to \'true\'',
'LBL_DISABLED_DESCRIPTION_3' => 'After this change has been made, please revist / reload this page to continue.',
'LBL_DISABLED_DESCRIPTION' => 'The installer has already been run once. As a safety measure, it has been disabled from running a second time. If you are absolutely sure you want to run it again, please go to your config.php file and locate (or add) a variable called \'installer_locked\' and set it to \'false\'. The line should look like this:',
'LBL_DISABLED_HELP_1' => 'For installation help, please visit the SuiteCRM',
'LBL_DISABLED_HELP_LNK' => 'https://community.suitecrm.com',
'LBL_DISABLED_HELP_2' => 'support forums',
'LBL_DISABLED_HELP_2' => 'Support Forums',
'LBL_APP_NOT_INSTALLED' => 'SuiteCRM is not installed. Entry point needs an installed SuiteCRM, please install first.',
'LBL_DISABLED_TITLE_2' => 'SuiteCRM Installation has been Disabled',
'LBL_HELP' => 'Help',
@ -324,6 +381,7 @@ $mod_strings = array(
'LBL_SYSTEM_ENV' => 'System Environment',
'LBL_SHOW_PASS' => 'Show Passwords',
'LBL_HIDE_PASS' => 'Hide Passwords',
'LBL_PRE_INSTALL_REQ' => 'Pre-Installation requirements',
'LBL_HIDDEN' => '<i>(hidden)</i>',
'LBL_STEP1' => 'Step 1 of 2 - Pre-Installation requirements',
'LBL_STEP2' => 'Step 2 of 2 - Configuration',
@ -584,6 +642,7 @@ $contact_user_link_guid',
'LBL_DBCONFIG_B_MSG1' => 'The username and password of a database administrator who can create database tables and users and who can write to the database is necessary in order to set up the SuiteCRM database.',
'LBL_SYS_CHECK_WARNING' => 'Ignore System Check Warnings',
'LBL_PROCEED' => 'PROCEED',
'LBL_RECHECK' => 'RECHECK',
'LBL_CONFIG' => 'CONFIGURATION',
'LBL_VALIDATION_ERRORS' => 'There are validation errors, unable to perform action.'
);