Can't see the login form of website with mysql

### Website URL

(please specify the URL of the site on which you are experiencing the problem)

none

(please share the FULL error message you see, if applicable)

Other Information

so ive made a website. ive added the files to file manager, and added a mysql database. ive changed the config code in php with mysql db name (if0_xxxxxxxx), username, password and hostname. and i can the the index.html but when i tried to login the form isnt showing. i can see the background colour but thats it. can someone help?

(other information and details relevant to your question)

Hi and welcome to the forum! I checked with Inspect Element and the page stopped rendering because of a HTTP ERROR 500:

2 Likes

so this is the error i got

Fatal error : Uncaught mysqli_sql_exception: Access denied for user ’ if0_36946361’@‘192.168.0.189’ (using password: YES) in /home/vol14_2/infinityfree.com/if0_36946361/htdocs/php/db/conection.php:3 Stack trace: #0 /home/vol14_2/infinityfree.com/if0_36946361/htdocs/php/db/conection.php(3): mysqli_connect(‘sql305.infinity…’, ‘\tif0_36946361’, Object(SensitiveParameterValue)) #1 /home/vol14_2/infinityfree.com/if0_36946361/htdocs/php/index.php(79): include(‘/home/vol14_2/i…’) #2 {main} thrown in /home/vol14_2/infinityfree.com/if0_36946361/htdocs/php/db/conection.php on line 3

Can you try one of these two solutions?

5 Likes

maybe i mustve put the wrong database or something but i did the config file again and now i can see the form.
thank you so much! :smiley:

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.