You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like the edocs test is bad. it appears the edocs path is hard coded. In this example, the settings file had edoc_path = /var/edocs_d, but test -e /var/https/stage_d/edocs makes no sense.
[redcapstage.ctsi.ufl.edu] run: ln -s /var/www.backup/stage_d-20200310T1424 /var/https/stage_d
[redcapstage.ctsi.ufl.edu] run: chmod 775 /var/www.backup/stage_d-20200310T1424/modules
[redcapstage.ctsi.ufl.edu] run: test -e /var/edocs_d
[redcapstage.ctsi.ufl.edu] run: echo "update redcap_config set value='/var/edocs_d' where field_name = 'edoc_path';" | mysql
[redcapstage.ctsi.ufl.edu] run: test -e /var/https/stage_d/edocs
[redcapstage.ctsi.ufl.edu] run: ls -1 /var/https/stage_d/edocs
[redcapstage.ctsi.ufl.edu] out: index.html
[redcapstage.ctsi.ufl.edu] out:
The text was updated successfully, but these errors were encountered:
It looks like the edocs test is bad. it appears the edocs path is hard coded. In this example, the settings file had
edoc_path = /var/edocs_d
, buttest -e /var/https/stage_d/edocs
makes no sense.The text was updated successfully, but these errors were encountered: