Edwin
I have created a rule to produce subdomains.
Created a fresh subdomain in the morning, and then went to do the same thing in the afternoon to create another one using the same template rule.
The second subdomain is created, or should I say listed in the site manager, but gives the following:
Error
Table/View Error [0] query [CREATE ALGORITHM=UNDEFINED DEFINER=`xxxxxxx`@`localhost` SQL SECURITY DEFINER VIEW `ms1home_users` AS select `ms1_users`.`id` AS `id`,`ms1_users`.`name` AS `name`,`ms1_users`.`username` AS `username`,`ms1_users`.`email` AS `email`,`ms1_users`.`password` AS `password`,`ms1_users`.`block` AS `block`,`ms1_users`.`sendEmail` AS `sendEmail`,`ms1_users`.`registerDate` AS `registerDate`,`ms1_users`.`lastvisitDate` AS `lastvisitDate`,`ms1_users`.`activation` AS `activation`,`ms1_users`.`params` AS `params`,`ms1_users`.`lastResetTime` AS `lastResetTime`,`ms1_users`.`resetCount` AS `resetCount`,`ms1_users`.`otpKey` AS `otpKey`,`ms1_users`.`otep` AS `otep` from `ms1_users` where `ms1_users`.`id` in (select `ms1home_multisites_users`.`user_id` from `ms1home_multisites_users` where (`ms1home_multisites_users`.`site_id` = 'front'))]. DB Error: SQL=CREATE ALGORITHM=UNDEFINED DEFINER=`xxxxxxx`@`localhost` SQL SECURITY DEFINER VIEW `ms1home_users` AS select `ms1_users`.`id` AS `id`,`ms1_users`.`name` AS `name`,`ms1_users`.`username` AS `username`,`ms1_users`.`email` AS `email`,`ms1_users`.`password` AS `password`,`ms1_users`.`block` AS `block`,`ms1_users`.`sendEmail` AS `sendEmail`,`ms1_users`.`registerDate` AS `registerDate`,`ms1_users`.`lastvisitDate` AS `lastvisitDate`,`ms1_users`.`activation` AS `activation`,`ms1_users`.`params` AS `params`,`ms1_users`.`lastResetTime` AS `lastResetTime`,`ms1_users`.`resetCount` AS `resetCount`,`ms1_users`.`otpKey` AS `otpKey`,`ms1_users`.`otep` AS `otep` from `ms1_users` where `ms1_users`.`id` in (select `ms1home_multisites_users`.`user_id` from `ms1home_multisites_users` where (`ms1home_multisites_users`.`site_id` = 'front'))
Have checked in FTP and not all folders have been created. Only cache, logs, templates, tmp and configuration.php have been produced.
All actions are being done within the same database, just copy one prefix to another. The main site and its subdomain are still working.
Just to test things I tried creating a fresh website in a different DB, and that worked.
Any ideas as to why this has happened? and a solution to it.
Using Multisites v 1.3.29
Joomla v 3.2.3
|