I want to integrate it with my existing database rather than create a new one....I change the datebase info in includes/defaults_inc but I keep getting "error connecting to database" when I try to log in to the first page of the html/admin/install.php screen....(which according to the code means that a value for $con is not being passed)...
Are there other places that I need to change...or any other advice on this?
Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I want to integrate it with my existing database rather than create a new one....I change the datebase info in includes/defaults_inc but I keep getting "error connecting to database" when I try to log in to the first page of the html/admin/install.php screen....(which according to the code means that a value for $con is not being passed)...
Are there other places that I need to change...or any other advice on this?
Thanks.
sounds like you have not delivered the right username/password-combination for your database. try to check this in include/defaults_inc.php
mirko