Configuration Check (REDCap 12.2.0)
This page will test your current REDCap configuration to determine if any errors exist that might prevent it from functioning properly.
Basic tests
TEST 1: Establish basic REDCap file structure
Search for necessary files and folders that should be located in the main REDCap folder (i.e. "/var/www/webresearch_id/public_html/redcap").
SUCCESSFUL! - All necessary files and folders were found.
Search for necessary files and folders that should be located in the main REDCap folder (i.e. "/var/www/webresearch_id/public_html/redcap").

TEST 2: Connect to the table named "redcap_config"
SUCCESSFUL! - The table "redcap_config" in the MySQL database named redcap
was accessed successfully.

TEST 3: Check REDCap database table structure
SUCCESSFUL! - Your REDCap database structure is correct!

TEST 4: Check if PHP cURL extension is installed
Your web server does NOT have the PHP library cURL installed. cURL is required to utilize many major features in REDCap.
To add cURL to REDCap, you will need to download cURL/libcurl, and then install and configure it with PHP on your web server. You will find
instructions for cURL/libcurl installation here.

TEST 5: Checking communication with REDCap Consortium server (https://redcap.vanderbilt.edu/consortium/)
(used to report weekly site stats and connect to Shared Library)
Communicating with server... please wait
(used to report weekly site stats and connect to Shared Library)

TEST 6: Check if REDCap Cron Job is running
SUCCESSFUL! - REDCap Cron Job is running properly.

Secondary tests









It appears that your hook functions file "/var/www/webresearch_id/public_html/redcap/hook_functions.php" does not contain one or more REDCap hook functions that can be utilized in your current version of REDCap. NOTE: These hook functions are only necessary if you are using custom REDCap Hooks on this REDCap installation (this does NOT include hooks used in External Modules, which are not affected by this). It is recommended that these hook functions be added to that file on your web server. The following hooks are missing from the hook functions file:
- redcap_survey_acknowledgement_page


Your database configuration settings do not appear to be optimal. For better database performance and stability, consider making the changes below to your
database configuration settings in your
my.cnf
(Linux/Unix) or my.ini
(Windows) configuration file. TIP: Remember to restart the MySQL service after making any edits to the configuration, otherwise they won't take effect.Recommendations for the REDCap database server:
- Too many sorts are causing temporary tables. Consider increasing sort_buffer_size and/or read_rnd_buffer_size.

Location: /tmp

Location: /var/www/webresearch_id/public_html/redcap/temp/

Location: /var/www/webresearch_id/public_html/redcap/docs/

Location: /var/www/webresearch_id/public_html/redcap/modules/
External Service Check: Checking communication with Twilio telephony API services
Communicating with server... please wait

External Service Check: Checking communication with PROMIS assessment API services
Communicating with server... please wait

External Service Check: Checking communication with REDCAP.LINK URL shortening API services
Communicating with server... please wait

External Service Check: Checking communication with Field Bank NLM services
Communicating with server... please wait

Security improvement - SUGGESTION:
It appears that you are running REDCap over SSL/HTTPS (which you *should* if this is a production server).
For better security, it is recommended that you enable the session.cookie_secure option in your web server's PHP.INI file.
To enable "session.cookie_secure option", simply open your web server's PHP.INI file for editing and change the value of "session.cookie_secure" option to "On",
or if it does not exist yet, add the following line in the
Then reboot your web server. Doing this is not required, but it is recommended since it improves the overall security of the REDCap system.
[Session]
section of PHP.INI:session.cookie_secure = On
Then reboot your web server. Doing this is not required, but it is recommended since it improves the overall security of the REDCap system.