jefferytodd on "Where are the woocommerce orders stored in the database?"
Is there any way for the owner to get access to those then, it just has to be through the server. That doesn't seem very efficient. Hmm.
View Articleianhaycox on "Left join slows down mysql query"
Rather than the inner SELECT why not, LEFT JOIN $wpdb->postmeta stock ON $wpdb->posts.ID = stock.post_id AND stock.meta_key = 'product_stock' Ian
View Articletiagobugarin on "Migrate from Nucleus CMS to Wordpress 3.5.1"
This is an update to the OP. I gave up that job being unable to properly migrate the data from Nucleus to Wordpress. Shortly after the OP I went to pursue a different approach: export all Nucleus posts...
View ArticleComrade on "Left join slows down mysql query"
Of course! That does it, thank you very much. :)
View ArticleZeeshan Asif on "Create custom Dynamic field and store in DB Form plugin....
Please Help me. I want to create custom dynamic form field and store it in WordPress DataBase by using DB form plugin. Where User have to submit only 2 alphabets of his Name. and then that information...
View Articlecarlvanr on "[Theme: Twenty Twelve] Does it work in Wordpress 3.1?"
I built out a website using Wordpress 3.5.1 in the twenty twelve theme, exported it from mine and imported on what should be its new home on a differnet website with the twenty twelve theme, but that...
View Articlesabomiki on "[Theme: Twenty Twelve] Does it work in Wordpress 3.1?"
I already had twentytwelve on my site and just upgraded to 3.5.1... it works fine... and since twenty twelve is the default theme that seems pretty logic. It must be the PHP-version that is causing you...
View Articlealchymyth on "[Theme: Twenty Twelve] Does it work in Wordpress 3.1?"
Twenty Twelve uses functions which were introduced after wp3.1; therefore it will not work in wp3.1 and likely not work in any WordPresss versions below wp3.4 (?)
View Articlecarlvanr on "[Theme: Twenty Twelve] Does it work in Wordpress 3.1?"
Thanks for the reply alchymyth. Do you have any ideas on how to most efficiently convert a Twenty Twelve-themed website into the Twenty Ten theme (since that's the one compatible with 3.1)?
View Articlealchymyth on "[Theme: Twenty Twelve] Does it work in Wordpress 3.1?"
how to most efficiently convert a Twenty Twelve-themed website into the Twenty Ten theme this will need some (serious) css adaptations, and possibly some further tweaking of some of the templates;...
View ArticleDaniel on "[Plugin: UpdraftPlus Backup] Restore with workbench - how?"
Hi, I just messed up my installation by installing W3 Total Cache and activating it on my own server with runs iis6/mysql.. I have of course full local full access to my server and mysql, but no access...
View Articletalgalili on "[Plugin: FeedWordPress] SQL error in error logs?"
Using the latest FWP 20130504, I notice in my error log file the following: [04-May-2013 10:17:02] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to...
View Articlekshengelia on "Custom Taxonomies - postmeta or custom tables?"
Hello, I am going to run WordPress Multisite which will have one custom post type. This custom post type will have many taxonomies (like 10-15). I will use this custom post type for product and...
View ArticleScott Kingsley Clark on "Custom Taxonomies - postmeta or custom tables?"
The general consensus within the WordPress ecosystem is that custom tables are bad and should be avoided primarily because they operate outside of the normal architecture of WordPress itself. Something...
View Articlekshengelia on "Custom Taxonomies - postmeta or custom tables?"
Hello Scott, Thanks for your reply. It's quite optimistic for me :) Let me answer & ask more questions on some parts of your reply. The general consensus within the WordPress ecosystem is that...
View ArticleWillBontrager on "[Plugin: Insert PHP] Resource id #250"
I'm assuming the OP resolved the issue as there was no response.
View ArticleDiningOnDialysis on "MySQL Stops"
For some reason whenever I make a new post or update a post MySQL stops running and I have to SSH into my server and manually restart it. Anyone have any ideas as to why?
View Articlephirephoenix on "Secondary php plugin file isn't connected to the database"
I'm working on a plugin that uses AJAX to look up a user-inputted value (via a dropdown form) in the plugin DB table, and the plugin then returns the corresponding output from that database on the same...
View ArticleDavid Anderson on "[Plugin: UpdraftPlus Backup] Restore with workbench - how?"
Hi Daniel, We don't have/use MySQL Workbench, so can't say much about that. There are various articles with guidance on restoring using different methods, and decrypting encrypted databases in the...
View ArticleFrederick Townes on "[Plugin: UpdraftPlus Backup] Restore with workbench - how?"
Can someone please help me understand why W3TC is not compatible in this use case?
View Article