Issues when testing mysql database

Hello everyone
I’m trying to learn creating MySQL database and connect them to the website. i have a test (html, php, and DB). I’m using (MySQL DB Name, MySQL User Name, vPanel Password, and MySQL Host Name) found in control panel page. The test is failing and the current error i encounter is:
Failed to load resource: the server responded with a status of 500 ()
VM6:646 Uncaught TypeError: Cannot read properties of null (reading ‘classList’)
at HTMLDocument.onDocumentLoad (VM6:646:19)

onDocumentLoad @ VM6:646

the url: https://forestrylink.42web.io/?i=1

Well… thats an intresting error isn’t it.

Might be worth trying turning on the full error 500 reporting (as below) as this will give you a more detailed error, including which line of the file the error occoured on.

8 Likes

Thanks a lot
solved

3 Likes

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