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.

Home Page:http://nada.ihsn.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

http://localhost:8080/nada5/index.php/install giving me a blank screen

chifundok opened this issue · comments

Hi,

I am using WAMP 3.2.0 on a windows 7, 64 bit machine to install NADA 5.0.4.

WAMP Icon is green, presumably showing that all the configurations are ok?

localhost:8080 gives me the contents in the picture:

wamp

I am not sure how to sort out the error displayed about 8080 not being an Apache Listen port.

localhost:8080/nada5/index.php/install_ gives me a blank screen.

How do i get past this to at least see errors that need fixing?

Can you please try creating a test php (e.g. test.php) file with the code below inside the nada root folder and see if you get any output?

<?php phpinfo(); ?>

If you don't get any output, it might be an issue with your WAMP Server.

To enable errors in NADA, edit the index.php file and change the environment mode to 'development' on line 66, save the file and see if you still get a blank page. You should see the error messages.

Screen Shot 2020-02-09 at 10 03 29 PM

I hope this helps.

Hi spuddybike and Mah0001,
Thanks for the feedback.
I changed environment mode to "development".
Here are the warnings and errors that I am getting:

image

image

image

so I am not getting as far as:

image

I am assuming that the warnings are not a particular problem?
I am not sure what to do with the error too

It looks like an issue with MySQL. Can you check if you can access MySQL outside NADA? WAMP might have phpMyAdmin installed, see if you can see the databases. Also check what if the port is 3306 or something else?

It looks like you have both mariadb and mysql (port 3307) running. Can you go to application/config/database.php and set the port to 3307?