Small Subdomain Issue - Joomla! Forum - community, help and support
hello joomloids, i have brief question i'm sure has gone though similar scenario , (as always) immensely appreciate assistance... i attempting create 10 subdomains separate joomla sites , databases, translating our site 10 different languages. , before ask have assessed best route this. now - created subdomain copied files , databases on - no problem, except error on every page on subdomain site: * @gnu general public license */ // no direct access defined('_jexec') or die('restricted access'); // register handler $mainframe->registerevent( 'onpreparecontent', 'plginserthtmleditorbutton' ); function plginserthtmleditorbutton( &$row, &$params, $page ) { global $mainframe; $pattern = '/\{html\}(.*?)\{\/html\}/i'; // match {html}...{/html} case no sensitive, execute php in string replace // security $acl =& jfactory::getacl(); if( $acl->getarogroup($row->created_by)->id >= 23 || $acl->getarogroup($row->modified_b...