esmi on "I would love for plugins to state if and how many tables they add."
Not got the email thus far. If you prefer, there's a contact form on my site that you can use. The mail will come straight to me and no one else.
View Articlekirkward on "Aggregating Usermeta From Blogs To Custom Table"
Okay ... some progress. I removed the sl_id from the data array. The table was updated, with new rows, but no data was inserted. I noted that the first field, sl_store, was blank, and all the others...
View Article12sp on "I would love for plugins to state if and how many tables they add."
Hum... will use your contact form. Thanks.
View Articlelinux4me2 on "Aggregating Usermeta From Blogs To Custom Table"
Yes, trying to insert the blog id in an autoincrement field would cause a problem. You could add a field of type integer and add it there, though if you wanted it. You shouldn't need quotes arount the...
View Articlekirkward on "Aggregating Usermeta From Blogs To Custom Table"
I have added code to echo each of the fields before the wpdb query is run and am using the same variable I echo as values in the array. I put the quotes around the variables, and yes, they were...
View Articlelinux4me2 on "Aggregating Usermeta From Blogs To Custom Table"
I don't know if this could be causing a problem or not, but you do have extra parentheses in some of your varable statements: $kw_fname = (get_user_meta($current_site_admin, 'first_name', true));...
View Articlekirkward on "Aggregating Usermeta From Blogs To Custom Table"
Progress. One record added out of six test records. Still experimenting ... but here is the current version of the code: <?php $bcount = get_blog_count(); global $wpdb; $blogs =...
View Articlekirkward on "Aggregating Usermeta From Blogs To Custom Table"
Okay, got it finally. Moved the $wpdb array and query code to above the tag and apparently that put it inside the foreach loop. All sample data was added to the data base. Thank you! Thank you! Thank...
View Articlenehul on "Multiple Database for one site"
Hello, I have a website http://www.newsleaks.in its having a database of about 700 MB i want this database to be split into some 3-4 databases and want to use as one. Is there any way to do that? My...
View ArticleMichael Simpson on "[Plugin: Contact Form 7 to Database Extension] Contact...
There is not an easy way. I've been intending to add an CSV file import for quite some time but haven't had time to do it. So you are stuck with trying to write a script you can run in MySQL to insert...
View ArticleZachary DuBois on "Database management feature request"
Revisions are really taking a toll on my database. I have set the max amount of revisions for WordPress to keep and yet its still filling up. I would be nice to see some database cleanup utilities that...
View Articlegerald@wpcustoms on "Database management feature request"
Hi Zach, there are a few great plugins around for cleaning up the database (post revisions etc.) WP-optimize will do exactly what you are looking for: http://wordpress.org/extend/plugins/wp-optimize/...
View Articlepreitybansal on "How to query database"
Hi Chris Thanks a lot.. it worked.. You were so helpful.. Really appreciate that.
View Articles0206 on "Looking for a wordpress specialist"
Hello All Not sure this is the correct place to put this but I am in need of a wordpress specialist. I have a high traffic site that needs some work to it, in particular the database. I have had a...
View ArticleWPyogi on "Looking for a wordpress specialist"
You can post a listing on this page: http://jobs.wordpress.net/
View ArticleDirty Bill on "[Plugin: FeedWordPress] Database warning"
I've begun receiving database warnings in my logs: WordPress database error Unknown column 'wp_postmeta.meta_value' in 'where clause' for query SELECT SQL_CALC_FOUND_ROWS More detail: MYDB.meta_key =...
View Articles0206 on "Looking for a wordpress specialist"
Thank you! [topic closed per forum rules - http://codex.wordpress.org/Forum_Welcome#Offering_to_Pay ]
View ArticleIpstenu (Mika Epstein) on "Multiple Database for one site"
http://wordpress.org/extend/plugins/shardb/ http://wordpress.org/extend/plugins/hyperdb/ Those would be the DB splitting plugins :)
View Articlenehul on "Multiple Database for one site"
Thank you, your reply means me a lot. Yes i know these Plugins. How can i make then split automaticaly? i mean when the size of the database crosses the 100 MB then it will create a new database in my...
View Article