vnt87 on "WP encounters DB error after disabling plugins"
Okay I managed to fix that by enabling the DB_CHARSET value in the wp-config.php file and set it to the default utf8 I still don't know what happened but I'm glad it's fixed now
View ArticleOlaf24 on "[Plugin: Content Aware Sidebars] Database error: [Unknown column...
Hi, I have a brand new installation of WordPress 3.5.1 with newest version of Content Aware Sidebars. The Sidebars do work fine with Host-Sidebars. Two Custom Post Types are involved in my widgets. Now...
View ArticleOlaf24 on "[Plugin: Content Aware Sidebars] Database error: [Unknown column...
Hi again, sorry for bad preparation: It is just the same with the creation of ordinary Pages. So not only CPTs are affected. But the error does not appear while creating ordinary (Blog-)Posts. Olaf
View ArticleJoachim Jensen (Intox Studio) on "[Plugin: Content Aware Sidebars] Database...
Thanks for your feedback. Your issue is caused by the feature that lets the plugin automatically select children of a given post type in your current sidebars. Therefore the error is not seen with...
View ArticleOlaf24 on "[Plugin: Content Aware Sidebars] Database error: [Unknown column...
Thank you so much Joachim for taking care! When I altered my CPTs to hierarchical=false the problem was gone there. To get rid of it with my Pages too, I deactivated all other plugins, but the problem...
View ArticleJoachim Jensen (Intox Studio) on "[Plugin: Content Aware Sidebars] Database...
There should be no resistent data. Do your projects use the same server? I.e. are the versions of PHP, MySQL etc the same? I simply use the get_posts() function to do the query, so if the issue is in...
View ArticleOlaf24 on "[Plugin: Content Aware Sidebars] Database error: [Unknown column...
Hello Joachim, yes, everything is the same, on my development machine. The error shows up on every page creation. But OK, the error seems to be so unprobably, that I dare going online these days and...
View ArticleJoachim Jensen (Intox Studio) on "[Plugin: Content Aware Sidebars] Database...
It is nice that you got it working, however I still do not know why you got the error. Before even running the query, the code checks whether the post type is hierarchical (true for page) and if the...
View ArticleOlaf24 on "[Plugin: Content Aware Sidebars] Database error: [Unknown column...
Now I have no child pages at all (only top level), but the error does still occur in this single project. I can send you the complete project to your website-mail-adresse, if you want: WP-Project and...
View ArticleJoachim Jensen (Intox Studio) on "[Plugin: Content Aware Sidebars] Database...
You can do that. jv[at]intox.dk I will take a look at it when I get time and get back if I find the root of the problem.
View ArticleApathetic012 on "A bunch of WordPress database error table doesn't exist on...
OS: Debian PHP Version: 5.4.13-1 Webserver: NginX Mysql Version: 5.5.30-1 I change wp-config-sample.php -> wp-config.php and set the keys, db info. Then when I tried accessing it, there are a bunch...
View ArticleJ.D. Grimes on "[Plugin: Google Analytics for WordPress] WordPress database...
I'm getting this error: [08-Apr-2013 13:48:12 UTC] WordPress database error Table 'mytable.wp_users' doesn't exist for query SELECT COUNT(*) FROM wp_users INNER JOIN wp_usermeta ON (wp_users.ID =...
View ArticlePipe Ten Hosting on "A bunch of WordPress database error table doesn't exist...
Hi Apathetic012, This isn't the correct way to install WordPress. You will need to leave the wp-config-sample.php in tact. Upload all the files to your server, then visit the URL to begin the...
View Articleamadex on "[Plugin: Google Analytics for WordPress] WordPress database error...
This is problematic... Any fix for the next release?...
View ArticleBandonRandon on "[Plugin: Google Analytics for WordPress] WordPress database...
This can be vefified by looking at Trunk: 'users' => $wpdb->get_var( "SELECT COUNT(*) FROM wp_users INNER JOIN wp_usermeta ON (wp_users.ID = wp_usermeta.user_id) WHERE 1 = 1 AND (...
View ArticleJ.D. Grimes on "[Plugin: Google Analytics for WordPress] WordPress database...
Actually, would look like this (untested): 'users' => $wpdb->get_var( "SELECT COUNT(*) FROM $wpdb->users INNER JOIN $wpdb->usermeta ON ($wpdb->users.ID = $wpdb->usermeta.user_id)...
View Articleaycrew on "Error Establishing Database connection"
Greetings, any support or feedback really appreciated. I recently ran the plugin wp_dbmanager optimise database function and experienced very slow site loading. Have then disabled the plugin and now...
View Articleesmi on "Error Establishing Database connection"
I think you may need the help of your hosts to get this one sorted out. I've tagged this topic for the attention of one of their support team. In the meantime, have you tried breaking that backup .sql...
View Articlealisondoyle on "[Plugin: podPress] Error in WP Logs"
Hi there, keep seeing this error in my WordPress error logs. WordPress database error Query was empty for query made by require('wp-blog-header.php'), require_once('wp-load.php'),...
View ArticleSudeep Acharya on "Not able to log in to the dashboard , showing database...
Hi, I am not able to log in to the wordpress dashboard as it is showing the following error. One or more database tables are unavailable. The database may need to be repaired. though the front-end is...
View Article