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
« Last Edit: August 04, 2005, 06:07:12 AM by moin339 »
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.
None of the text or images in this public website may be copied without the expressed written consent of the authors. Copyright 2005 by MamboHacks.com. Powered by Mambo. All rights reserved. TERMS OF USE