View Single Post
Old 15.04.2004, 10:07   #24 (permalink)
mmx
Expert Mamber
 
Join Date: Apr 2004
Location: Virginia Beach, Virginia USA
Posts: 309
mmx is on a distinguished road
Send a message via MSN to mmx
Default Re: Multiple Mambo sites

In mambo.php in the _setConfig function, the parameter definitions in configuration.php are loaded and reloaded as needed. Around line 273, the following two lines should probably be added under db_prefix to assure that the variable definitions are loaded.

PHP Code:
        $this->_config->dbprefix $mosConfig_dbprefix;
        
$this->_config->users_dbprefix $mosConfig_users_dbprefix
The cookie code is in mambo.php. I'm looking at this now.
mmx is offline   Reply With Quote