alhaarth on "[Plugin: WP DB Driver] W3 Total Cache Conflict"
Yes, I can install it without any problem but unfortunately it doesn't stay there - the file is periodically removed.
View ArticleMarko Heijnen on "[Plugin: WP DB Driver] W3 Total Cache Conflict"
I can't really do something about that. It's something you need to discuss with Frederick Townes the developer of W3TC.
View ArticleKurt Payne on "[Plugin: WP DB Driver] W3 Total Cache Conflict"
If you have "database cache" enabled in W3TC, please disable it. This should prevent the file from being written. As I understand, the functionality is also superseded by the object cache, so you...
View Articlealhaarth on "[Plugin: W3 Total Cache] Conflict with WP DB Driver"
Hi, I have been attempting to use the WP DB Driver plugin which is the only solution I have been able to find to enable Wordpress to run on php 5.5 due to deprecation of MySql. This plugin creates a...
View Articlealhaarth on "[Plugin: WP DB Driver] W3 Total Cache Conflict"
Thanks Kurt, I did disable the database cache in W3TC and it does indeed prevent the file from being written. However, even with this function disabled, any file named db.php that is present in the...
View Articleplasticgoat on "[Plugin: Better WP Security] BWPS crash MySQL"
Hello, I just reinstalled my server and each time I tried to import the wordpress database, MySQL crashed (MySQL server has gone away). I finally found that it is due to BWPS insert into the options...
View Articlexnau on "Removing Participants Database Columns Completely from the MYSQL DB?"
When a field is deleted in the plugin admin, it is only deleted from the fields database, not from the main database. If you want to delete the corresponding fields from the main database too, go...
View Articlealhaarth on "[Plugin: WP DB Driver] W3 Total Cache Conflict"
Confirmed - W3TC is overwriting db.php when database caching is enabled and deleting db.php when database caching is disabled. I found a solution that seems to work, here:...
View Articleignaszeb on "utf-8 symbols not displaying correctly"
Hi, I have recently moved from wordpress 2.8 to 3.1.4 (that's as much as i can go, my hosting provider has only php 5.0 installed). And now i have to move from mysql 4 to mysql 5. I have dumped my old...
View ArticleAndy Sozot on "utf-8 symbols not displaying correctly"
You can set the server to UTF8 using the my.cnf configuration file.
View ArticleFPMSummer on "[Plugin: Blubrry PowerPress Podcasting plugin] Powerpress and...
In the past, Blubrry has stated that this error: WordPress database error MySQL server has gone away for query SELECT t.*, tt.* FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON tt.term_id =...
View Articlejazmo_ on "[Plugin: Weekly Class Schedule] Mysql errors"
When i try to install this plugin, it gives following errors: WordPress database error: [Specified key was too long; max key length is 767 bytes] CREATE TABLE wp_wcs2_class ( id int(11) NOT NULL...
View Articlejazmo_ on "[Plugin: Weekly Class Schedule] Mysql errors"
Oh, i see. I guess it's because of UTF8 encoding on my database and unique indexing those varchar fields. So this plugin has problem with UTF8 encoded mysql database.
View Articlejazmo_ on "[Plugin: Weekly Class Schedule] Mysql errors"
Problem can be solved by using shorter unique keys like this `UNIQUE KEY instructor_name (instructor_name(40)) How many times you've instructors that have first 10 letters the same? Not very often, i...
View ArticleMike on "utf-8 symbols not displaying correctly"
Remember that WordPress versions include security fixes as well as new features. If your host does not allow you to stay up to date with WordPress releases you are running a security risk.
View Articlesjoachim on "wp-config deleted - need to create a new database"
The site I manage was working fine until one day it randomly had an error establishing a database connection. Nothing was changed before this happened. In trying to solve this problem, the wp-config...
View Articleesmi on "wp-config deleted - need to create a new database"
You should be able to obtain the database username (and password) from your current hosts.
View Articlesjoachim on "wp-config deleted - need to create a new database"
That would be awesome if I can, but I don't know how to find that information. Do I find it out from Amazon AWS or from GoDaddy where I bought the domain?
View Articlegraticle on "wp-config deleted - need to create a new database"
You'll want to contact the company that is hosting your website. If you're unsure, call both companies and you'll get it figured out.
View Articlestephs8919 on "Password for MySQL Database when going live"
I have just finished developing my Wordpress site and handed over the directory and the MySQL database to my IT guy. He told me he can't get it to go live with out a password for the database. I told...
View Article