Deltakid, I just thought of this but now that all the posts are going into a single database, how easy/hard would it be to have the search function on the main blog search all the posts on the site?
Also found my first error:
WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'an', '2006-09-14 14:29:53', '84')' at line 4]
INSERT IGNORE INTO wp_global_posts (ID, blog_id, title, category, timestamp, post_id) VALUES ('', 19, '\'Ethical Sayings of the Prophet Muhammad\'', 'Qur'an', '2006-09-14 14:29:53', '84')
WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 's rihla', '2006-09-14 14:29:53', '84')' at line 4]
INSERT IGNORE INTO wp_global_posts (ID, blog_id, title, category, timestamp, post_id) VALUES ('', 19, '\'Ethical Sayings of the Prophet Muhammad\'', 'saliha's rihla', '2006-09-14 14:29:53', '84')
Warning: Cannot modify header information - headers already sent by (output started at /home/..../public_html/wp-includes/wp-db.php:111) in /home/..../public_html/wp-content/mu-plugins/tw-autosave.php on line 119
Warning: Cannot modify header information - headers already sent by (output started at /home/..../public_html/wp-includes/wp-db.php:111) in /home/...../public_html/wp-content/mu-plugins/tw-autosave.php on line 119
Warning: Cannot modify header information - headers already sent by (output started at /home/..../public_html/wp-includes/wp-db.php:111) in /home/..../public_html/wp-includes/pluggable.php on line 281
Happened on only *one* blog where I was trying to edit and save each post (so they would be added into the global categories database).
Oddly enough it happened only sparingly depending on the post I was working on and not on every post I edited and saved.