Simple Machines Community Forum

Archived Boards and Threads... => Archived Boards => Mambo Bridge Support => Topic started by: higherauthority on January 25, 2007, 06:44:08 PM

Title: DB error when embedding smf
Post by: higherauthority on January 25, 2007, 06:44:08 PM
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)
Title: Re: DB error when embedding smf
Post by: Orstio on January 25, 2007, 06:48:30 PM
Have you checked the readme.html that comes with the bridge?

Title: Re: DB error when embedding smf
Post by: higherauthority on January 25, 2007, 09:17:56 PM
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>