DB error when embedding smf

Started by higherauthority, January 25, 2007, 06:44:08 PM

Previous topic - Next topic

higherauthority

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

Orstio

Have you checked the readme.html that comes with the bridge?


higherauthority

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>

Advertisement: