Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Tried everything possible. A week of dancing with a tambourine. But I found a working solution. I described it in full, with pictures here https://anpostudio.ru/blog/all/krossdomennaya-avto...
Ready-made solutions one or two and miscalculated. I did not check it myself:
Option 1
Option 2
The second option has disappeared somewhere from the Joomla Extensions Directory, which is suspicious. It could be rubbed from there due to unpatched vulnerabilities, for example.
As another crutch option: synchronize database tables with users of both sites via mysqldump / mysql console commands:
# выгружаем таблицу с юзерами первого сайта
mysqldump -u пользователь_бд_первого_сайта -pПАРОЛЬ имя_базы_первого_сайта название_таблицы_с_юзерами_первого_сайта > /директория_куда_выгрузить_дамп/дамп.sql
# заливаем дамп таблицы первого сайта в БД второго сайта
mysql -u пользователь_бд_второго_сайта -pПАРОЛЬ имя_базы_второго_сайта название_таблицы_с_юзерами_второго_сайта < /директория_куда_выгружался_дамп/дамп.sql
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question