The line it complains about is this one:
require_once($_CONF['path'] . 'sql/' . $_DB_dbms . '_tableanddata.php');
So I'd suggest that you check what you entered for $_DB_dbms and $_CONF['path'] in your config.php. Pay special attention to things like double and single quotes. You have a typo there somewhere ...
bye, Dirk