Replies: 0
Hi!
there is an error in the file located here:
wp-content -> plugins -> host-changer -> app -> filters -> WPHCFilterHook.php
When the prefix is set to any non-default value (which is “wp_”) – the PHP error log keeps on mentioning “wp_(table name).wp_options doesn’t exist”, the table name is correct but “wp_options” should be “(new table prefix)_options”.