|
Title: problem with patched index.php Post by: moin339 on August 04, 2005, 05:54:43 AM Hi!
Mambo + SMF are working very well. So I tried to install Gallery 1.5 too. But I'm getting an error on some Gallery Pages which is produced by the changes of the smf-bridge in the mambo index.php. If I delete this code in the index.php Gallery is working: Code: //MAMBOHACKS.COM $_TMP = $_REQUEST; if (file_exists($mosConfig_absolute_path."/administrator/components/com_smf/config.smf.php")) require_once ("administrator/components/com_smf/config.smf.php"); if (file_exists($smf_path."/SSI.php")) require_once ($smf_path."/SSI.php"); $_REQUEST = $_TMP; Can you explain me why the two files must be included? Thanks Title: Re: problem with patched index.php Post by: Editor (cowboy) on August 05, 2005, 11:26:11 AM That line is added just to support the other modules. You can try removing that line and see what happens. Otherwise, we will just resolve this conflicts on the next official release.
Title: Re: problem with patched index.php Post by: moin339 on August 05, 2005, 12:21:59 PM I'm now using Gallery2 Beta without this problem :D
Title: Re: problem with patched index.php Post by: googirama on November 22, 2005, 09:52:46 PM Commenting out the mambohacks section/line in mambo index.php gets rid of the util.php errors. This works on Gallery 1.5.
Joomla Forum | Powered by SMF 1.1 RC1.
© 2001-2005, Lewis Media. All Rights Reserved. Joomla Bridge by JoomlaHacks.com |