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

Wrong mysql driver when upgrade #3

Closed Alhrath closed 5 years ago

Alhrath commented 5 years ago

Hello, I followed your upgrade guide from 4.4 to 5.0 and the code still produced errors caused by mysql_connect() call. It took me some time to find out that I had to change the $db['default']['dbdriver'] var to "mysqli" in order to work with php 7. Maybe you should precise this requirement in the doc ? Thanks