Tagged Questions
0
votes
1answer
17 views
Is the wordpress user-model changed in wpmu?
I'm running wpmu on heroku using a postgres extension. It works great, but I have a plugin that needs to get the userId based on the e-mail-adress. This is how it does it:
$sql = 'SELECT id FROM ' . ...
0
votes
0answers
34 views
Host does not allow remote connection, so how do I transfer data to my WordPress site?
I spent the last week trying to get my PHP code on my website to connect to my remote "personal" computer to display some data on a webpage. I just found out today from my web host (ipage)
"our ...
0
votes
0answers
39 views
Trying to post information from a remote database to wordpress page
I'm fairly new to Wordpress and looking for some help.
Goal: I would like to stream data from my personal computer's Mysql database and display it on a webpage in my offsite Wordpress hosted site. ...
0
votes
1answer
36 views
Locking one blog of many in a multi user/blog Wordpress installation
I have a multi user /wordpress installation that is working fine. One of the blogs running on that multi user /wordpress installation will never be updated again but I want it there for historic ...
0
votes
1answer
29 views
WordPress Multisite platform for different city for single db
I have One WordPress Multisite installation.
myplatform.com (Main platform)
have custom post list for different city say city1, city2 & city3.
Now What I want is on
city1.myplatform.com (city1 ...
1
vote
0answers
44 views
Multisite 404 on pages - rewrite error breaks database
After updating my reading settings on my multisites, I get 404 errors on all my pages.
The only way to fix the issue is by reverting the database to previous version, that is the only way it can be ...
0
votes
2answers
95 views
How to run Two Wordpress blogs with different themes and with single database and same content
How do you run two Wordpress blogs with different themes using one database where the content remains the same in both sites? The issue that I am getting is at the Domain mapping in both blogs.
6
votes
2answers
126 views
How to check if image is already stored in a site's post database? (network)
I currently have configured Wordpress so that a post can be copied to other sites within a Wordpress network. However, a post may be broadcast more than once, and I want to check if the image is ...
0
votes
1answer
52 views
WPMU on MySQL limited to 1GB of space?
My MySQL databases are limited to 1024MB per 1 database but WPMU websites need to exceed that... Is there any way to make WPMU go and use database_2 when database_1 is already close to 1024MB?
I can ...
0
votes
1answer
47 views
Is there a full explanation on how to share a database with two Wordpress sites on same server?
I have read that you can have two wordpress database tables (using different table prefixes) to share the same database.
I understand the concept but does any know of or can anyone provide an outline ...
2
votes
1answer
138 views
Add Wordpress MU Network Admin via Database
I am working on getting a copy of a WordPress MU network up and running on my local machine for development purposes (using WordPress 3.2.1 at the moment). I need access to the network administration ...
2
votes
1answer
69 views
Importing Multiple DB to one MU database
I have three databases associated with three different WP sites. I set up one MU site, with one database. How should I import each of the three databases?
1
vote
1answer
249 views
Multiple multisite instances connecting to the same database
I like the idea of making developers connect their copies to the same database and just set WP_HOME and WP_SITEURL to configure the domain name as they like it. In this model, we don't need to keep ...
0
votes
1answer
26 views
why the posts queried from sql is more than those showed on the page?
i am using WordPress multisite, the issue i face is that the posts queried from sql is more than those showed on the page, the details is as follows:
mysql> select count(*) from wp_137_posts where ...
4
votes
1answer
135 views
WP Multisite: load content from site X on site Y
I'm running a WP multisite-network on my professional website (http://mydomain.com). I'd like to play around with jQuery Mobile and deliver a different website and web experience to mobile users, so I ...
1
vote
1answer
42 views
how to migrate wpmu from one host to the other?
this issus is different fromm How to migrate wordpress users from one blog to another
since i am using WPMU, i have backup the database, and then import it to the other host, also i have changed the ...
2
votes
2answers
96 views
Is it possible to import a wordpress backup from a single site in to a multi-site configuration?
I have a local development server with WordPress installed (my desktop Linux Mint 12 box). I'd like to use multi-site WordPress to manage my different client projects through one install, but I have a ...
1
vote
1answer
234 views
WPML tables not deleted when removing multisite subsite, need help clearing up my sql-file!
I´m building a WP Multisite for a client that wants a multilingual site. Before choosing WP Multisite, I bought and tried out WPML. However that plugin didn't fit for the job so I deleted it and got a ...
4
votes
1answer
175 views
find a random blogid across my multisite network that has at least one post published
I need to find a random blog across my multisite network that has at least one post published of a certain post_type, and return its blogid as a variable so I can use it in a switch_to_blog() call.
I ...
0
votes
1answer
70 views
Questions about MU database schema and how to list all blogs
What is the best way of retrieving a list of all blogs and their URLs in a MU network? Can I find them somewhere in the database?
I'm also confused about the database schema. I have two different ...
1
vote
1answer
193 views
Migrating WPMS from apache to IIS7 causes Database Error
// Be sure to read the updates at the bottom
I have a large multisite installation hosted on XAMPP on an XP 2003 server and am trying to move it from XAMPP/Apache to a new Windows 2008 server with ...
0
votes
1answer
197 views
Managing database tables in WordPress multisite
I'm working on plugin that creates and stores some data in database table (using global $wpdb->base_prefix). In WordPress multisite I want sub-website owners to have access only to data that they've ...
0
votes
1answer
266 views
Within the database, where is the flag which says that a user has Super Admin rights?
I have an user in a Wordpress Multisite installation and have access to the Mysql database, I would like to give myself super-admin rights to access the wp-admin/network page. Where can I do it on ...
0
votes
1answer
487 views
“Master” Wordpress Multisite - Database Sync
I've had an idea in my head about creating a Wordpress Multisite environment that would have Plugins along with them that would not only have "default" settings, but be able to update each blog's ...
1
vote
2answers
245 views
Bootstrapping Wordpress MultiSite Outsite of Wordpress - No $wpdb
I'm working on a plugin for a system to use Wordpress as the authentication backend, so that I can use my existing Wordpress users in another application. The plugin works great when running in single ...
0
votes
3answers
93 views
How does WP decide how to evaluate database integrity
I've upgraded a handful of WPMU sites from 2.9 to WP3. I've never had problems with that process .. until today, when all of a sudden, one install tells me that the DB is missing some tables. The ...
2
votes
1answer
252 views
How to create Sub Sub domain Multi User blogs?
Hi to all I would like to create a big Wordpress network with this structure:
sitename.com (Main website)
cat1.sitename.com (sub website)
cat11.cat1.sitename.com (sub-sub website)
...
0
votes
2answers
859 views
Does WordPress MultiSite use separate MySql databases?
I ask because I cannot find the options from a plug-in I created on my second blog.
Adding this plug-in to the main site and the options show up.
I am confused because there is a column in ...
0
votes
3answers
286 views
muliple wordpress installs (network) on different databases
I've installed a network for the main domain and the sub.domain.com
It works, but I do prefer to maintain in separate databases, how do I do this?
Thanks
0
votes
0answers
175 views
Share DB tables between two blogs on the same WP Multisite installation
Is it possible for two separate blogs running on the same multisite installation to share tables in the database?
By default, Wordpress adds the blog ID to the table prefix for all of the associated ...
4
votes
2answers
2k views
DB connection error after copying a WordPress Multisite instance to a second location
Here's my setup. I have a Multisite instance running at http://example.com, and I want to do development and staging. Moving an existing Multisite instance of WP onto localhost is a nightmare, so I'm ...
2
votes
1answer
346 views
Split a database will improve performance?
Hi to all I'm running a Wordpress MS installation and I would like to move a couple of heavy "sub" blogs on a different DB, will it encrease my performances? Actually I'm on a dedicated server with ...
6
votes
3answers
2k views
WordPress sharding: which multi-DB plugin to use?
I've got a WordPress multisite installation that's hosting enough blogs I need to shard the database. I see there are three plugins available to spread WordPress across multiple databases:
...
