Hello. I ran the install like the documentation says. Created mysql db, ran the install.php, downloaded config.php and loaded it back into the bug directory.
I go to log in www.x.com/bugs/index.php and I get redirected to www.x.com/bugs/install.php. But I already did this and mysql has the tables with data.
I tried it a few times and I still get the same error. What is it that im doing wrong?
Thanks
Ron P.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello. I ran the install like the documentation says. Created mysql db, ran the install.php, downloaded config.php and loaded it back into the bug directory.
I go to log in www.x.com/bugs/index.php and I get redirected to www.x.com/bugs/install.php. But I already did this and mysql has the tables with data.
I tried it a few times and I still get the same error. What is it that im doing wrong?
Thanks
Ron P.
index.php will redirect if it can't include config.php or if DB_HOST isn't defined in config.php. Is config.php readable by the web server?
That was it. I needed to chown the config.php file so apache could read/write it. Thanks for the help.
No problem -- enjoy! :)