PatWill on "Maria DB database"
I am curious as to whether anyone has used WordPress with MariaDB. MariaDB is an extension of MySQL, and is developed by the original MySQL creators. Thus, my thinking is that it would be possible....
View ArticleTara on "Maria DB database"
Thre many thresd on this topic: http://wordpress.org/search/MariaDB?forums=1
View ArticleJoe Lowery on "WP not seeing current PHP version and preventing upgrade"
I have a client on Yahoo!@ Small Business web hosting who recently got hacked. I tried to upgrade to the latest version of WP, I got this error message: You cannot update because WordPress 3.6.1...
View Articledvharrison on "Problem in error_log"
Hi A couple of times a day I get an error message in my error log. Its always the same: [10-Aug-2013 03:24:39 UTC] WordPress database error MySQL server has gone away for query SELECT option_value FROM...
View Articleindietravel on "Problem in error_log"
I haven't seen this particular query before, but looks like it's related to cron. If the SQL database is going away, that normally means it's timing out/failing - often due to limits on memory or...
View Articledvharrison on "Problem in error_log"
Wow, thanks for the very quick response and the resource guide. I shall try all that and keep you posted. Thanks Again.
View Articlecasart2 on "How to permanently delete Attributes in WooCommerce for WP?"
I'm using Woocommerce for WP to set up my new eCommerce website. I need to start from scratch with our Attributes in order to use a csv importer. WP is remembering all the previous Attributes that were...
View ArticleWPyogi on "How to permanently delete Attributes in WooCommerce for WP?"
You can ask WooCommerce here: http://wordpress.org/support/plugin/woocommerce
View Articlecasart2 on "How to permanently delete Attributes in WooCommerce for WP?"
Thank you for pointing me in the right direction. I didn't see any answers relevant to this question but I've submitted a support ticket to WooCommerce.
View Articledvharrison on "Problem in error_log"
Hi indietravel I did try repair and install the database yesterday. I checked it this morning and overnight that error has occurred again.
View Articleindietravel on "Problem in error_log"
I might be wrong, but it looks like you need that database tuned up then: maybe it needs a longer timeout limit, more memory, bigger cache, or an object cache on the front end to let it do its thing....
View Articleguillegm on "mysql query"
Hi, I tried doing this query but don't work. What am I doing wrong? $post_id = get_the_ID(); $inici = $wpdb->get_results( "SELECT start FROM $wpdb->ai1ec_events where post_id = ".$post_id );
View ArticleBiswadip on "MySQL query not working with wp_posts table"
I am trying to write a MYSQL query to pull some bbpress forums data out of my wp_posts table. As long as there is one condition like: $query="SELECT * FROM wp_posts WHERE post_type = 'forum'; it works...
View ArticleScriptrunner (Doug Sparling) on "MySQL query not working with wp_posts table"
With the information you've given, the query SELECT * FROM wp_posts WHERE post_type = 'forum' AND post_title = 'Business Intelligence'; looks perfectly valid. I'm going to ask the obvious. Are you...
View Articledvharrison on "Problem in error_log"
I have put it to the support team. I hope they come through for me. I have also looked at wp_cron.php. I know some PHP to the extent of following patterns but was particularly drawn to the timeout...
View ArticleBiswadip on "MySQL query not working with wp_posts table"
Yes I made the obvious error of not checking if my script was connected to the same database! Thank you for taking the time to answer my question so promptly and helping me to correct my own oversight...
View ArticleScriptrunner (Doug Sparling) on "MySQL query not working with wp_posts table"
You're quite welcome and no, not a waste of time at all. In fact, you benefited from my experience of doing the same exact thing a time or two in the past. Good luck and happy coding!
View Article