I logged in to the siteadmin and tried to delete all the blogs created for testing, and i got a long list of errors like:
WordPress database error: [Table 'gathacol_nublogs.wp_105_options' doesn't exist]
SELECT option_value FROM wp_105_options WHERE option_name = 'wp_105_user_roles' LIMIT 1
WordPress database error: [Table 'gathacol_nublogs.wp_105_options' doesn't exist]
SELECT option_value FROM wp_105_options WHERE option_name = 'blogname' LIMIT 1
WordPress database error: [Table 'gathacol_nublogs.wp_105_options' doesn't exist]
SELECT option_value FROM wp_105_options WHERE option_name = 'siteurl' LIMIT 1
WordPress database error: [Table 'gathacol_nublogs.wp_105_options' doesn't exist]
SELECT option_value FROM wp_105_options WHERE option_name = 'post_count' LIMIT 1
WordPress database error: [Table 'gathacol_nublogs.wp_106_options' doesn't exist]
SELECT option_value FROM wp_106_options WHERE option_name = 'wp_106_user_roles' LIMIT 1
WordPress database error: [Table 'gathacol_nublogs.wp_106_options' doesn't exist]
SELECT option_value FROM wp_106_options WHERE option_name = 'blogname' LIMIT 1
WordPress database error: [Table 'gathacol_nublogs.wp_106_options' doesn't exist]
SELECT option_value FROM wp_106_options WHERE option_name = 'siteurl' LIMIT 1
WordPress database error: [Table 'gathacol_nublogs.wp_106_options' doesn't exist]
SELECT option_value FROM wp_106_options WHERE option_name = 'post_count' LIMIT 1
And so on with each blog.
At the end of the page it says:
Warning: Cannot modify header information - headers already sent by (output started at /home/gathacol/public_html/wp-includes/wp-db.php:135) in /home/gathacol/public_html/wp-includes/pluggable.php on line 334
Does this help in anything?