ihsn / nada

National Data Archive (NADA) is an open source data cataloging system that serves as a portal for researchers to browse, search, compare, apply for access, and download relevant census or survey information. It was originally developed to support the establishment of national survey data archives.
http://nada.ihsn.org
MIT License
38 stars 10 forks source link

Data Deposit Page not loading #80

Closed NickNck closed 10 months ago

NickNck commented 11 months ago

The data deposit page in site administration is not loading. I am getting the error HTTP ERROR 500

mah0001 commented 11 months ago

@NickNck - Data deposit is not installed by default with NADA. Please follow these steps to install the database tables and enable data deposit:

  $config['datadeposit']['enable_datadeposit'] = TRUE; ```

Here is a link to the documentation - https://ihsn.github.io/nada-documentation/admin-guide/web-ui/data-deposit.html

If you still get 500 errors after installation, try this to see the actual error message:

define('ENVIRONMENT', isset($_SERVER['CI_ENV']) ? $_SERVER['CI_ENV'] : 'development');