Quantcast
Channel: help – WordPress.org Forums
Viewing all articles
Browse latest Browse all 13924

luisameglio on "[Plugin: WordPress MU Domain Mapping] Cannot add a domain on domain mapping."

$
0
0

Hello,

I found a workaround for this problem, here is a video I did to show you how to fix this problem meanwhile.

video: https://www.youtube.com/watch?v=X04PdZsru2c

SQL TABLE CODE:

-- phpMyAdmin SQL Dump
-- version 4.4.10
-- http://www.phpmyadmin.net
--
-- Host: localhost:3306
-- Generation Time: Jul 25, 2016 at 01:48 PM
-- Server version: 5.5.42
-- PHP Version: 5.6.10

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";

--
-- Database: wordpress_2
--

-- --------------------------------------------------------

--
-- Table structure for table wp_domain_mapping
--

CREATE TABLE wp_domain_mapping (
id bigint(20) NOT NULL,
blog_id bigint(20) NOT NULL,
domain varchar(255) NOT NULL,
active tinyint(4) DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Indexes for dumped tables
--

--
-- Indexes for table wp_domain_mapping
--
ALTER TABLE wp_domain_mapping
ADD PRIMARY KEY (id),
ADD KEY blog_id (blog_id,domain,active);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table wp_domain_mapping
--
ALTER TABLE wp_domain_mapping
MODIFY id bigint(20) NOT NULL AUTO_INCREMENT;


Viewing all articles
Browse latest Browse all 13924

Latest Images

Trending Articles



Latest Images