Simple Machines Community Forum

Archived Boards and Threads... => Archived Boards => Mambo Bridge Support => Topic started by: antonym66 on December 30, 2004, 03:36:12 PM

Title: I keep getting this error message...
Post by: antonym66 on December 30, 2004, 03:36:12 PM
i keep getting this error message when i go to my homepage, http://www.unitedgamers.2uk2.com/

Fatal error: Call to undefined function: requires() in /home2/unit2com/public_html/templates/rhuk_planetfall/index.php on line 25

by the way line 25 is:  requires ($smf_path."/SSI.php");
Title: Re: I keep getting this error message...
Post by: antonym66 on December 30, 2004, 03:38:15 PM
by the way my contact info is...

aim: antonym66
msn: [email protected]
email: [email protected]
Title: Re: I keep getting this error message...
Post by: Jerry on December 30, 2004, 03:40:55 PM
require(''$smf_path.'/SSI.php');
could try that. don't count on it though :P
Title: Re: I keep getting this error message...
Post by: antonym66 on December 30, 2004, 03:44:02 PM
ill try it and see what happens
Title: Re: I keep getting this error message...
Post by: Jerry on December 30, 2004, 03:44:56 PM
require(''.$smf_path.'/SSI.php');

oops soz forgot a . :P
Title: Re: I keep getting this error message...
Post by: antonym66 on December 30, 2004, 03:49:28 PM
jerry, i named the folder forums, waht do i have to change in what you gave me.
Title: Re: I keep getting this error message...
Post by: Kindred on December 30, 2004, 03:57:19 PM
Did you add the code for the bridge that is supposed to be added to the <head> tag of the mambo template?

Did you configure the smf.config.php (either directly or through the configuration menu in mambo-admin) to point to your correct smf path?
Title: Re: I keep getting this error message...
Post by: antonym66 on December 30, 2004, 04:06:26 PM
where is smf.config.php located, im gonna try ti fix that, becuase its all pointing to the wrong path

here is my hompage http://www.unitedgamers.2uk2.com/
Title: Re: I keep getting this error message...
Post by: Orstio on December 30, 2004, 05:48:50 PM
QuoteFatal error: Call to undefined function: requires() in /home2/unit2com/public_html/templates/rhuk_planetfall/index.php on line 25

by the way line 25 is:  requires ($smf_path."/SSI.php");

Take the "s" off require.  :P