I successfully created a form, a MySql database, I uploaded the form files onto the server, entered a table name into the install.php file, successfully ran the install.php file and filled out the form...but...
when I submitted the form I received the following error message:
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'contract_admin'@'localhost' (using password: YES) in /home/contract/public_html/forms/processor.php on line 9
Could not connect to database: Access denied for user 'contract_admin'@'localhost' (using password: YES)
The username and password are correct or the install.php file would not have worked...right?
If you have some thoughts on what is causing this error I would appreciate it as I am already a day behind on this form. :-)
Thank you in advance!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You need to identify where the username and password are that are used from your form. It is possible that the install file uses a different source for the install that what is used on your form.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I am using using version 3.0.
I successfully created a form, a MySql database, I uploaded the form files onto the server, entered a table name into the install.php file, successfully ran the install.php file and filled out the form...but...
when I submitted the form I received the following error message:
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'contract_admin'@'localhost' (using password: YES) in /home/contract/public_html/forms/processor.php on line 9
Could not connect to database: Access denied for user 'contract_admin'@'localhost' (using password: YES)
The username and password are correct or the install.php file would not have worked...right?
If you have some thoughts on what is causing this error I would appreciate it as I am already a day behind on this form. :-)
Thank you in advance!
I just clicked on the link ([function.mysql-connect]) in the error message above and I also received this error message:
The requested URL /forms/function.mysql-connect was not found on this server.
I do not see that file anywhere. Am I supposed to have that file?
Thanks!
You need to identify where the username and password are that are used from your form. It is possible that the install file uses a different source for the install that what is used on your form.