Plesk

Broken WordPress installation after migration to Plesk via Site Import: it does not seem that this WordPress website is working

Symptoms

Cause

Case sensitivity of the created database table prefix.

Resolution

Change the $table_prefix to the actual table prefix of the tables abcdfg_ in the wp-config.php file:

  1. Log in to Plesk.

  2. Go to Domains > example.com > WordPress > root directory and open the wp-config.php file.

  3. Change $table_prefix to actual tables prefix and save the changes:

    $table_prefix = 'abcdfg_';

  4. Go to Domains > example.com > WordPress tab > Open WP Toolkit and refresh the instance:

Exit mobile version