I am not too familiar with using databases (i am just learning all of this stuff) but I assume this is a problem with my login and password for the database. is this correct and do you have any tips on how i can fix this? thank you
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
make sure the database settings int he config file match up with the mysql account/database/priveleges you have set up. if that doesn't mean anything to you, you need basic database help which I can't really provide.
thanks,
mike
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am installing forwardtrack and was able to get to the admin/install screen where the grey ForwardTrack logo is
but there is no installation button, instead i have an error msg saying:
Error
We apologize, there has been some error processing your request.
DB Error: connect failed: [nativecode=Access denied for user 'root'@'localhost' (using password: YES)] ** mysql://root:imap@localhost/forwardtrack
Array
(
[0] => Array
(
[file] => /var/www/html/ft/lib/FT/App.class.php
[line] => 217
[function] => throw_error
[class] => FT_App
[type] => ->
)
[1] => Array
(
[file] => /var/www/html/ft/lib/FT/App.class.php
[line] => 54
[function] => create_dbh
[class] => FT_App
[type] => ->
)
[2] => Array
(
[file] => /var/www/html/ft/dispatch.php
[line] => 30
[function] => FT_App
[class] => FT_App
[type] => ->
)
)
I am not too familiar with using databases (i am just learning all of this stuff) but I assume this is a problem with my login and password for the database. is this correct and do you have any tips on how i can fix this? thank you
make sure the database settings int he config file match up with the mysql account/database/priveleges you have set up. if that doesn't mean anything to you, you need basic database help which I can't really provide.
thanks,
mike
i got it to work! thanks