Subject: Wordpress white screen table prefix database addon
The following message was sent by our staff regarding the above subject:
Hello,
I think we've figured out the problem. It appears that multiple addons are using the same database for Wordpress installations. That is -only- a problem when the same table prefix is used. You have multiple sites writing to the same tables and that is causing chaos. You can try to change the table prefix and start again by editing the wp-config.php files and changing this line:
$table_prefix = 'wp_';
to something like
$table_prefix = 'wpa1_'; (changing for each name)
We recommend creating a totally separate database for each Wordpress installation using the Database Administrator and then editing each wp-config.php to reflect. This will keep all of your data totally separate.
Please feel free to contact us again if you have any other questions or issues. Thank you for contacting us.
Best regards,
WEBMASTERS.COM
Support Team |