Quote:
Originally Posted by digitalfantasies
Are you sure your table prefixes are the same?
Looks like you have prefix wp_afflctable while the standard prefix is wp_
you can change the prefix in your wordpress configuration file in the line
$table_prefix = 'wp_';
|
This turned out to be the problem. All sorted now. Many thanks.