XF 1.1 MSQLi Error

Xarcell

Well-known member
I recently had to change hosts(again!).

After setting everything up, I received this error via source code:

<!-- Mysqli prepare error: Table 'xarcell_chology.xf_option' doesn't exist -->

Do I just try to create a table for this? How do I do it properly?

Thanks.
 
That's a missing table. That means the backup is incomplete. You should redo the database move with a new backup.

Or if the table does exist in the database then make sure the library/config.php info is pointing to the correct database.
 
Top Bottom