Simple Machines Community Forum

Archived Boards and Threads... => Archived Boards => Joomla Bridge Support => Topic started by: cmbehan on May 16, 2007, 10:32:00 PM

Title: Login Form error...
Post by: cmbehan on May 16, 2007, 10:32:00 PM
I'm getting the following error in the login form when I go to my wrapped forum....

8: Undefined variable: modSettings
File: /home/(domain)/public_html/forum/Themes/default/languages/index.english-utf8.php
Line: 104Database Error: Table 'threeput_joom1.smf_sessions' doesn't exist
File: /home/(domain)/public_html/forum/Sources/Load.php
Line: 2005


Can anyone help with this one?
Title: Re: Login Form error...
Post by: Orstio on May 16, 2007, 11:05:47 PM
QuoteFile: /home/(domain)/public_html/forum/Themes/default/languages/index.english-utf8.php

Open that file in a text editor, and add this near the beginning:

global $modSettings;