I get a weird database error
QuoteDatabase Error: Table 'lanffasfam_majoom.aivbfbdfbebcago_sessions' doesn't exist
File: /home/lanzfsfa/public_html/mysiteofters/forums/Sources/Load.php
Line: 2003
Only when I Login and click on forums from the link in the menu bar.
url is www.mysite.com (http://www.mysite.com)
Have you checked the readme.html that comes with the bridge?
I fixed it by adding this
<?php include_once( $GLOBALS['mosConfig_absolute_path'] . '/includes/footer.php' ); ?>
<?php mosLoadModules( 'debug', -1 );?>
<?php mysql_select_db($GLOBALS['db_name']); ?>
</body>
</html>