WordPress : ERROR: “Table Prefix” must not be empty

Solution:

You need to define table prefix in your wp-config.php file.

Example:

$table_prefix = ‘chris_’;