AntoineH on "[Plugin: Football Pool] Export ranking to a database table"
The ranking and points per user are saved in the table pool_wp_scorehistory. Only number of predictions is missing.
View Articlerobthirlby on "[Plugin: Pods - Custom Content Types and Fields] populate a...
Can I use phpmyadmin to populate a pod stored as a table or is there a data import function somewhere? The data is currently in mysql tables. The pods concerned have relationship fields....
View ArticleJosh Pollock on "[Plugin: Pods - Custom Content Types and Fields] populate a...
You can import the fat via phpmyadmin if you want. You should check out Pods::import() first and see if you can use that: http://pods.io/docs/code/pods/import
View Articlesponauglebl on "Register.php"
Hi there! I am trying to create a membership site and am having some trouble. I've found a tutorial on this, with a zip file including all of the code I will need to get started....
View ArticleKrissy on "Disabling auto updates"
I read the huge article written Andrew, I just want to confirm something: Where exactly am I adding the following term: # Disables all core updates: define( 'WP_AUTO_UPDATE_CORE', false ); wp-config?...
View ArticleKrishna on "Disabling auto updates"
wp-config? Yes. For other problems contact your host as it seems they are overenthusiastic about blocking everything for security.
View ArticleKrissy on "Disabling auto updates"
Thank you Krishna. I updated my wp-config file. I've already contacted my host, but I'm sure anyone hosted with HostGator could easily agree they're completely useless. They put a block on my .htaccess...
View ArticleKrishna on "Disabling auto updates"
I've already contacted my host, but I'm sure anyone hosted with HostGator could easily agree they're completely useless. I don't think so as I have seen in recent times that a lot of problems reported...
View ArticleKrissy on "Disabling auto updates"
While I agree with your statement, I'm also dealing with on-going non-stop problems with them over the course of the past three months. I honestly wasn't too surprised that they found yet another...
View ArticleJoepiooo on "[Plugin: Football Pool] Export ranking to a database table"
Ok I see... I´m using a script from DataTables.net to get ranking. It is a very nice Jquery tool with pagination, search, and select options. I got it working with pool_wp_scorehistory table but the...
View ArticleJoepiooo on "[Plugin: Football Pool] Export ranking to a database table"
Ok I see... I´m using a script from DataTables.net to get ranking. It is a very nice Jquery tool with pagination, search, and select options. I got it working with pool_wp_scorehistory table but the...
View ArticleAntoineH on "[Plugin: Football Pool] Export ranking to a database table"
You can define a VIEW in your database with a join between the scorehistory and the wp_users and use that view as the source 'table' for the datatable script.
View Articleoptimized-marketing.com on "Admin-ajax.php being Called from Admin Pages...
Here is some back story, my webhosting shut all my sites down because admin-ajax.php was creating DB connections and sleep for long periods of time. The highest sleep time I saw was 45s. What I...
View ArticleScriptrunner (Doug Sparling) on "Admin-ajax.php being Called from Admin Pages...
It's most likely the WordPress Heartbeat API introduced in WP 3.6. Using the WordPress Heartbeat API The Heartbeat API: Changing the Pulse I've not done this myself, so I'm not sure if this is the...
View ArticlePippin Williamson on "Admin-ajax.php being Called from Admin Pages Causing DB...
I've managed to bring down server servers by using the Heartbeat API on the frontend. You need to be very, very careful with it.
View Articleoptimized-marketing.com on "Admin-ajax.php being Called from Admin Pages...
Thanks, Someone else mentioned the Heartbeat API as a possible culprit. I will remove the action and see if that prevents it from being called. Will let you know how it goes. Greg
View Articleoptimized-marketing.com on "Admin-ajax.php being Called from Admin Pages...
I added remove_action( 'admin_init', 'wp_auth_check_load' ); to my functions.php file yet WP is still loads admin-ajax.php same as it did before. ever 2.5-3 min it does a POST It does seem to be...
View Articlebabawushika on "[Plugin: WP Marketplace - Complete eCommerce Solution]...
Hi, I am a consultant. A client just started using Market Place. She gave me an empty Market Place MySQL database, and asked me to import the data from a partner database into this MySQL. But she...
View ArticleScriptrunner (Doug Sparling) on "Admin-ajax.php being Called from Admin Pages...
Yes, given the time interval and given the log snippet you posted, I'd guess with confidence that it's the heartbeat api. (that's the normal time interval, though I do think it slows down after a...
View Articleoptimized-marketing.com on "Admin-ajax.php being Called from Admin Pages...
That is just how I work on WP sites, I may also be working on multiple WP sites at one time,which are hosted on the same server. I like to have multiple tabs open for each area so I don't have to keep...
View Article