Posted - 09/05/2022 : 09:54:29
Hi I recently changed hosting companies and am now getting an error. Unknown column 'htmlemails' in 'field list' Fatal error: Uncaught Error: Call to a member function fetch_assoc() on bool in /home/sozotmel/public_html/vsadmin/inc/incfunctions.php:1896 Stack trace: #0 /home/sozotmel/public_html/vsadmin/inc/incfunctions.php(77): ect_fetch_assoc(false) #1 /home/sozotmel/public_html/vsadmin/inc/incloginfunctions.php(22): getadminsettings() #2 /home/sozotmel/public_html/vsadmin/login.php(17): include('/home/sozotmel/...') #3 {main} thrown in /home/sozotmel/public_html/vsadmin/inc/incfunctions.php on line 1896
I created a database on my webhosting server, Entered in I believe the appropriate info into my db_conn.php Example: $db_username = "****"; // Your database login username $db_password = "*********"; // Your database login password $db_name = "****"; // The name of the database you wish to use $db_host = "localhost"; // The address of the database. Often this is localhost, but may be for example db.yoursite.com
installed the database data at https://sozobodycare.com/createdb.php
The hompage loads, but the dynamically generated pages throw that error code
website: https://sozobodycare.com
Any Ideas?
|