Kev CC on "[Plugin: WordPress MU Domain Mapping] 3.6 Upgrade - Domain Mapping...
Hi Ron, Thanks for the reply, I tried commenting out the define( 'WP_DEBUG'... line, however it has no effect on the error message and now I can't access the admin area of the mapped subdomains, I have...
View ArticleRon Rennick on "[Plugin: WordPress MU Domain Mapping] 3.6 Upgrade - Domain...
Actually, it doesn't look like you have the latest version - http://plugins.trac.wordpress.org/browser/wordpress-mu-domain-mapping/trunk/domain_mapping.php?rev=685582#L673
View ArticleRon Rennick on "[Plugin: WordPress MU Domain Mapping] Second domain mapping...
Check to see if you have a redirect for that domain somewhere.
View Articlemmocholi on "[Plugin: WordPress MU Domain Mapping] Second domain mapping not...
Hello, the first, sorry for my english. I have a wordpress multisite installed in a subdomain news.mydomain.com I have content on the following websites: http://www.mydomain.com http://www.mydomain.es...
View Articlemmocholi on "[Plugin: WordPress MU Domain Mapping] Second domain mapping not...
I wrote wrong in the message this line: AliasMatch ./info(.*) /var/www/htdocs/news.mydomain.com$1
View Articlenmu1 on "[Plugin: WordPress MU Domain Mapping] Mapping to subdomains of two...
I want to have a multisite installation with one login. Problem is I have two subdomains of two separate domains that I have to use. I wanted the first to be: new.site1.com And the second to be:...
View ArticleJohanhorak on "[Plugin: WordPress MU Domain Mapping] Please Check Why My...
Hi Thanks for this plugin. I have Version 0.5.4.3 installed. I checked this procedure http://ottopress.com/2010/wordpress-3-0-multisite-domain-mapping-tutorial/ and noticed that I have no...
View ArticleMark Rowatt Anderson on "[Plugin: WordPress MU Domain Mapping] WP 3.6 outputs...
If you don't want to turn WP_DEBUG/WP_DEBUG_DISPLAY off, the following fix worked for me:- Replace the line:- $dm_domain = $wpdb->escape( $_SERVER[ 'HTTP_HOST' ] ); with:- $dm_domain = addslashes(...
View ArticleBackuPs on "[Plugin: WordPress MU Domain Mapping] WP 3.6 outputs NOTICE...
Hi you can use esc_sql() http://codex.wordpress.org/Function_Reference/esc_sql instead of the addslashes
View ArticleMark Rowatt Anderson on "[Plugin: WordPress MU Domain Mapping] WP 3.6 outputs...
Thanks. RTFM ;-) And having read the manual, it looks like they are equivalent anyway:- An alias for $wpdb->escape(). Prepares a string for use as an SQL query. A glorified addslashes() that works...
View Articlebarkgj on "[Plugin: WordPress MU Domain Mapping] WP 3.6 outputs NOTICE...
Ok thanks for your feedback all, I guess I can then mark the issue as resolved.
View ArticleRon Rennick on "[Plugin: WordPress MU Domain Mapping] Mapping to subdomains...
You can domain map either I wanted the first to be: new.site1.com And the second to be: new.site2.com or site1.com and site2.com You can either enabler remote login or run the dashboards under the...
View ArticleRon Rennick on "[Plugin: WordPress MU Domain Mapping] Please Check Why My...
Did you install through the plugin installer? If so then the location of domain_mapping.php is plugins/wordpress-mu-domain-mapping/domain_mapping.php. Domain Mapping does not change the internal...
View ArticleRon Rennick on "[Plugin: WordPress MU Domain Mapping] WP 3.6 outputs NOTICE...
Actually, it's already being escaped below so you should be able to replace $dm_domain = $wpdb->escape( $_SERVER[ 'HTTP_HOST' ] ); with $dm_domain = $_SERVER[ 'HTTP_HOST' ];
View ArticleRon Rennick on "[Plugin: WordPress MU Domain Mapping] Second domain mapping...
Why did you do this: I have edit table wp_x_options: siteurl: http://www.mydomain.com/news/ home: http://www.mydomain.com/news/ Domain mapping is for mapping domains, It is not for mapping domains and...
View Articlejashimili on "[Plugin: WordPress MU Domain Mapping] Second domain mapping not...
I have just deleted my website and did whole process again and now it's working.
View ArticleKev CC on "[Plugin: WordPress MU Domain Mapping] 3.6 Upgrade - Domain Mapping...
Oh, I just checked in my plugins section in superadmin and it's telling me I run the latest version. Is there a manual upgrade or is it a premium thing?
View ArticleJohanhorak on "[Plugin: WordPress MU Domain Mapping] Please Check Why My...
Hi Ron Thanks for the support. I used the plugin installer. I had a problem with my Jetpack stats. My historical data was lost and I contacted Jetpack. They send me the following email that confused me...
View Articlemmocholi on "[Plugin: WordPress MU Domain Mapping] Second domain mapping not...
I want one installation of WP for http://www.mydomain.com/news/ http://www.mydomain.es/noticias/ http://www.mydomain.fr/informations/ http://www.mydomain.de/info/ where the content of each website is...
View ArticleKev CC on "[Plugin: WordPress MU Domain Mapping] 3.6 Upgrade - Domain Mapping...
Hi, I just used the superadmin to delete the plugin (in the hopes of installing the latest version) and although the plugin is showing as deleted, all the sites are still domain mapped and the install...
View Article