luisameglio
Forum Replies Created
-
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Updating Match Issuefor sure, thanks for the quick fix!
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Updating Match IssueI updated it, is now working!! thanks a lot!
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Updating Match Issuehttps://monosnap.com/file/qkMvjg2XsbPQyDhUkVjTa9dHgHzCOf
video example
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Updating Match IssueSo I tried everything disabling plugins, switching themes, re-installing WordPress, re-installing the sports presstheme and plugin and nothing seems to work
Hi Thanks the issue was resolve by the woocommerce support team.
I wasn’t trying to map the domain to the main site… the problem was that the plugin didn’t create an table in the database,… check out the video I made.
solution I found so far.
Forum: Plugins
In reply to: [WordPress MU Domain Mapping] Cannot add a domain on domain mapping.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
— https://www.phpmyadmin.net
—
— Host: localhost:3306
— Generation Time: Jul 25, 2016 at 01:48 PM
— Server version: 5.5.42
— PHP Version: 5.6.10SET SQL_MODE = “NO_AUTO_VALUE_ON_ZERO”;
SET time_zone = “+00:00”;—
— Database:wordpress_2
—— ——————————————————–
—
— Table structure for tablewp_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 tablewp_domain_mapping
—
ALTER TABLEwp_domain_mapping
ADD PRIMARY KEY (id
),
ADD KEYblog_id
(blog_id
,domain
,active
);—
— AUTO_INCREMENT for dumped tables
——
— AUTO_INCREMENT for tablewp_domain_mapping
—
ALTER TABLEwp_domain_mapping
MODIFYid
bigint(20) NOT NULL AUTO_INCREMENT;Forum: Plugins
In reply to: [WordPress MU Domain Mapping] Cannot add a domain on domain mapping.whenever you edit the URL you get an Cookie Error and it won’t let you login
Forum: Plugins
In reply to: [WordPress MU Domain Mapping] Cannot add a domain on domain mapping.does anyone know how to resolve this problem!???