Daniel Hüsken on "[Plugin: BackWPup Free - WordPress Backup Plugin] Cannot...
How did you have connfihguerd the DB connection in wp-config.php?
View ArticleVVTinho on "[Plugin: SharDB] Migrate Sites"
Hi! For me the main thing of using SharDB plugin is to separate the wordpress multisite to different databases for each site. I dont really shore that SharDB plugin can do that, but I hope so :). I...
View Articlepogstar on "Count posts of child category in parent category"
Hallo Wordpress Community, I have a Woocommerce shop site with multiple authors. In the sidebar I want to display a list of woocommerce product categories by author (based on posts which an author...
View ArticleRon Rennick on "[Plugin: SharDB] Migrate Sites"
SharDB isn't tailored for implementing a different DB for each site. However, if you don't have a large number of sites, you can use the VIP DB configuration to use a separate DB for each site. Does...
View ArticleJukeBoxWhiz on "what's wrong with this php mysql code?"
Trying to learn how retrieve data from a database for display on a wordpress page. I'm using the sakila database. I'm using this to display names: global $wpdb; $customers =...
View Articlenightbook on "[Plugin: BackWPup Free - WordPress Backup Plugin] Cannot...
Hi Daniel, I set up the database through Netfirms, it's an sql database. DB Setup // ** MySQL settings - You can get this info from your web host ** // /** The name of the database for WordPress */...
View Articlecatacaustic on "what's wrong with this php mysql code?"
You're on the right track, but a bit off on the execution (but not by much!) Where you've gone wrong is in two places. Firstly, when you use $wpdb->get_results() you don't need to use...
View ArticleVVTinho on "[Plugin: SharDB] Migrate Sites"
Hi! Ok, I understand, thanks... where can I find a installation guide for VIP DB configuration to use a separate DB for each site? Do I have to manually install the new VIP DB databases? Is not a local...
View Articleallampatu on "[Plugin: Event Organiser] Get events from database"
Hello Developer, I have two running wp site in a same database and in one of them I've setup your event plugin. I've added the code below to get the same events on other site pulling out directly from...
View ArticleDaniel Hüsken on "[Plugin: BackWPup Free - WordPress Backup Plugin] Cannot...
Hi, that looks all normal. Pelace see the anwere from http://wordpress.stackexchange.com/questions/169268/mysqli-real-connect-authentication-method-unknown-to-the-client-warnings that is the same...
View ArticleVVTinho on "[Plugin: SharDB] Migrate Sites"
Please, some help on getting the plugin to work, thanks...
View ArticleStephen Harris on "[Plugin: Event Organiser] Get events from database"
You'll need join the eo_events table.
View Articleallampatu on "[Plugin: Event Organiser] Get events from database"
you mean this? $events = $mydb->get_results("SELECT post_title, post_name, StartDate FROM wp_posts, INNER JOIN eo_events WHERE post_type = 'event'"); thanks
View ArticleRon Rennick on "[Plugin: SharDB] Migrate Sites"
If WP cannot select the database but the database exists then the WP DB_USER does not have permissions to access the database. VIP databases: - you have to create these & migrate the sites tables...
View Articlevibhu000 on "Optimize SQL"
Hi there, I have a website where the server response time is ultra slow. There's no problem with my hosting provider as they are one of the premium hosting provider and I pay 55 USD per month for its...
View Articlelinux4me2 on "Optimize SQL"
The /etc/my.cnf file is a simple text file on your VPS that you can edit. Do a text search for the variable you want to change. However, before you do that, I would optimize Wordpress first, which will...
View ArticlePintolus on "Two WP installs with same database, content and users."
I've spent a lot of time creating a new wordpress site, where people can register, submit their own content (posts, images etc.) and interact with each other (private messages, comments etc.). I use...
View ArticlePintolus on "Two WP installs with same database, content and users."
I've spent a lot of time creating a new wordpress site, where people can register, submit their own content (posts, images etc.) and interact with each other (private messages, comments etc.). I use...
View Articleleejosepho on "Two WP installs with same database, content and users."
Is it possible install another copy of wordpress and only share the databases for users, posts and the data stored by the plugins? Shared users is not terribly difficult to set up, but having two sites...
View Article