profootballzone on "70,000 posts WP site lags when posting/editing"
I have the same problem my site locks up and I get the error estblishing database message, I have almost 13k posts
View Articlebob.passaro on "changing databases"
Long story about why I'm doing this, but I have made a clone of my blog's database -- has a different name, username, password than the original. It's on the same MySQL server as the original. I want...
View ArticleKrishna on "70,000 posts WP site lags when posting/editing"
@profootballzone, Instead of posting on this 8-month-old thread, please start your own topic. http://wordpress.org/support/forum/how-to-and-troubleshooting#postform
View Articleprofootballzone on "70,000 posts WP site lags when posting/editing"
o I didn't think duplicate topics were OK
View ArticleWPyogi on "70,000 posts WP site lags when posting/editing"
Some forums work that way, but here, not usually because it's unlikely that your issue is actually the same. Hence the forum welcome: "Unless you are using the same version of WordPress on the same...
View ArticleGabriel on "[Plugin: myCRED] MySQL version"
Planning on releasing next update tomorrow adjusting the requirements from 5.1 down to 5.0. This feature will also add support for Jetpack site and comment subscriptions.
View Articleallmyleagues on "[Plugin: myCRED] MySQL version"
You rock! Really looking forward to testing this plugin.
View Articletopsoftbe on "strange records in wp_options"
I have recently lots of strange records in my wp_options table. _site_transient_timeout_wporg_theme_feature_list _site_transient_wporg_theme_feature_list I have read an old post where these were...
View Articlephilttz on "trying-to-access-logged-in-user-data"
First off, I have little experience with either php or mysql. I have 2 tables inside mysql database running under wordpress. table 1 is 'wp_rebate' with stores users account data table 2 is 'wp_users'...
View Articlephilttz on "trying-to-access-logged-in-user-data"
// Get the current user $current_user = wp_get_current_user(); // Get the username of the user $username = $current_user->user_login;
View ArticleTara on "strange records in wp_options"
review these thraeds and see if info therein points you in the right direction: http://wordpress.org/search/_site_transient_timeout_wporg_theme_feature_list?forums=1
View Articlecaptinhack on "insert data from wordpress into different table"
hi, I'm hosting wordpress in my local machine and in fact it's a part of my project that incorporate WP, PHP forum and Android app. I want to insert from WP the address and contact details of some org....
View Articletopsoftbe on "strange records in wp_options"
Thanks, but they didn't point me in any direction at all. In fact, before posting, I had googled and searched myself. I am not a WP specialist, but I know that while applying an update there are a lot...
View Articleesmi on "strange records in wp_options"
WordPress core will clean up after itself and delete these records, so I can only guess that the rogue entries are being created by a plugin or (just possibly) your current theme. I don't recall seeing...
View Articleiuttu on "insert data from wordpress into different table"
You can use WP_Query to query WP database and use "normal" PHP functions to insert desired data on your own database.
View Articleesmi on "insert data from wordpress into different table"
Have you reviewed http://codex.wordpress.org/Class_Reference/wpdb
View ArticleComrade on "Left join slows down mysql query"
Hi everyone. I am using an ecommerce plugin with my WordPress installation to sell products. By default this plugin orders my product post type just like WordPress orders the default post type--newest...
View Articletopsoftbe on "strange records in wp_options"
Thanks for your reply. I am rather sure it's not the theme, iTheme2. After an update it decently cleans up everything. But I agree about the plugins. I installed two media category plugins and removed...
View Article