First of your products rocks out the box and and it makes it easy runny 15,185 sites and 15,274 users.
Here is the list of things i need you guys to have a look at
1) Multi-DB Some Fixes was made
wp-config
define(‘DB_NAME’, ‘blogline_global’:wink:;
define(‘DB_CHARSET’, ‘utf8’:wink:;
define(‘DB_COLLATE’, ‘utf8_general_ci’:wink:;
We also fixed the encoding of all 17 DB
https://wpmudev.com/forums/topic/multi-db-v31#post-147306
2) ProSites Some fixes i have made with the help of a MySQL Coder
We have done this as the log was full of errs were ProSites was trying to add new DB tables were it was not needed
$table1 = “CREATE TABLE IF NOT EXISTS {$wpdb->base_prefix}pro_sites
$table2 = “CREATE TABLE IF NOT EXISTS {$wpdb->base_prefix}pro_sites_signup_stats
$table3 = “CREATE TABLE IF NOT EXISTS {$wpdb->base_prefix}pro_sites_daily_stats
Err Log http://pastebin.com/1uXrMZ6V (This is from /home/blogline/public_html/) all 900 lines :slight_frown:
wp-cron.php THE SERVER KILLER I hate this but here is how we fixed
define(‘DISABLE_WP_CRON’, true); (If you ever have a load problem on your box just add this line)
Now we added a plug from WP-Cron Control – http://hitchhackerguide.com/ this sanitize cron to only run with a secret number set in wp-config
define( ‘WP_CRON_CONTROL_SECRET’, ‘000’ );
We then set up cron jobs on Cpanel to run 62 websites on BlogLines.co.za
I know this is a mouth full but i tough i would put every thing down on paper and then post it here for you guys to have a look at
Again Thank you for always helping and yes with out WPMU BlogLines.co.za will not be as power full as what it is today THANK YOU WPMU