Ross Hanney on "[Plugin: Google Calendar Events] Error while loading...
Hello, Could you let me know the feed URL you're using?
View Articlearnoldwender on "[Plugin: Google Calendar Events] Error while loading...
Hello, I just uploaded the new site to the live server and the issue is gone, on local server is not working. Thanks!!!
View Articledhshultz on "Cannot Edit Existing Posts"
After 2+ hours of hands-on analysis two days ago, Anca Mosoiu of Tech Liminal in Oakland, CA solved my problem - which was pretty obscure, and while we know where it was, we don't know exactly what it...
View Articlecarmaine on "[Plugin: WooCommerce - excelling eCommerce] Where is the product...
Hi! I need to check if all our products has a product shipping class assigned and would like to run a SQL query. Unfortunately I can't seem to find which table and column it may be found. I've tried to...
View Articlecarmaine on "[Plugin: WooCommerce - excelling eCommerce] Where is the product...
Never mind, I found it. The product_shipping_class is in nor_term_taxonomy table and the products can be found in nor_term_relationships.
View Articlephillbooth on "MySql privileges: Run WP with SELECT only"
Hello I need to set up a static website just as an example, I will not want any plugins on it and wont be updating it at all so just as a quick question for security purposes only can I run the WP site...
View Articlestudiosx on "Mysql mass replace"
I have a WordPress site and I want to make some mass changes in database. I have for every post a custom field called short_link in wp_postmeta. I want to copy meta_value of the custom field to...
View Articlematmushroom on "[Plugin: Pronamic Google Maps] Need correct MySQL query to...
Hi guys, I would like to list nearby posts based on m geo position. I have populated the lat & long fields of Pronamic Google Maps. My problem is that the MySQL query is not working, because...
View Articleinfazz on "mySQL Performance fix"
Hey, Why not to use this fix to speed up the WP? http://www.mysqlperformanceblog.com/2014/01/16/analyzing-wordpress-mysql-queries-query-analytics/ if it's still not in there yet... :)
View Articlezumzam123 on "Admin-ajax.php being Called from Admin Pages Causing DB...
I have the same problem! The code is not working for me. Deactivating the email function cannot be the solution, have not tried it yet but I want to keep this function alive. The load time of the...
View Articlemichelem on "[Plugin: WassUp Real Time Analytics] Fatal Error with SQlite"
I'm sorry but Mysql is the main requirement. There are too many mysql queries to change to work with sqlite. No way to implement this in the future. Sorry.
View ArticleChris Olbekson on "mySQL Performance fix"
This is being considered in a future release. Trac ticket: https://core.trac.wordpress.org/ticket/26858
View Articlemessica on "[Plugin: Paid Memberships Pro] Database error from PMP"
Marking this as resolved.
View Articleverdo on "Wordpress - MySql connection pool"
I am running a couple of sites on AWS (t1.micros - I realize they are small) and maybe once every few months some of the sites cannot connect to the database. The fix is easy, just restart the mysql...
View ArticleRemco Tolsma on "[Plugin: Pronamic Google Maps] Need correct MySQL query to...
Unfortunately i can't help you with that query. Maybe you can make things easier to create an extra custom table to store post locations in. CREATE TABLE wp_post_locations ( id BIGINT(20) UNSIGNED NOT...
View Articlepoddys on "Admin-ajax.php being Called from Admin Pages Causing DB Connection...
Where do you add this into the Theme's functions./php file, at the beginning, end or before the first function definition? Our backend is incredibly slow and this is the first real option I have seen...
View Articlematmushroom on "[Plugin: Pronamic Google Maps] Need correct MySQL query to...
The query was generally correct but there was a mistake in it: FROM wp_posts p INNER JOIN wp_postmeta pm1 ON p.id = pm1.post_id AND pm1.meta_key = '_pronamic_google_maps_latitude' INNER JOIN...
View Articlegcoulby on "Escaping SQL with the wordpress API"
I know I am revisiting this, but I have one more question. If I escape the CREATE part of the CRUD do I need to escape the READ parts. For example if when adding a new value that value is entered as an...
View Articleoskarkxyz on "User_login from wp_users to wp_usermeta"
Hello. I need to do a script for my wordpress and I really need a wp_login in wp_usermeta. In wp_usermeta I can see only their ID and in wp_users I can see their ID and login. Is there a way to copy...
View ArticleChristian1012 on "User_login from wp_users to wp_usermeta"
I don't think that's really what you want to do. They are in different tables for a reason, why would you want to duplicate tables in the same database? Can't you just include it in your query?...
View Article