http://localhost:8080/nada5/index.php/install giving me a blank screen
chifundok opened this issue · 5 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:
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.
I hope this helps.
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?