hello all
I have trouble Installation Contao cms .
please help me
**********************************
Fatal error: Uncaught exception Exception with message Query error: Table 'contao_hasan.tl_page' doesn't exist (SELECT id, dns, language, fallback FROM tl_page WHERE type='root' AND (dns='localhost' OR dns='www.localhost' OR dns='') AND (language IN('en') OR fallback=1) AND (start='' OR start<1310211853) AND (stop='' OR stop>1310211853) AND published=1 ORDER BY dns DESC, FIND_IN_SET(language, 'en'), sorting LIMIT 0,1) thrown in F:\wamp\www\3\system\libraries\Database.php on line 677
#0 F:\wamp\www\3\system\libraries\Database.php(624): Database_Statement->query()
#1 F:\wamp\www\3\system\modules\frontend\Frontend.php(132): Database_Statement->execute('localhost', 'www.localhost')
#2 F:\wamp\www\3\index.php(88): Frontend->getRootIdFromUrl()
#3 F:\wamp\www\3\index.php(344): Index->run()
#4 {main}
**********************************
Configuration file (localconfig.php):
<?php if (!defined('TL_ROOT')) die('You cannot access this file directly!');
// Disable the task center
$GLOBALS['TL_CONFIG']['websitePath'] = '';
$GLOBALS['TL_CONFIG']['installCount'] = 0;
$GLOBALS['TL_CONFIG']['installPassword'] = '77e9b7542ac04858d99a0eaaf77adf54b5e18910';
$GLOBALS['TL_CONFIG']['encryptionKey'] = 'encryptme';
$GLOBALS['TL_CONFIG']['dbDriver'] = 'MySQL';
$GLOBALS['TL_CONFIG']['dbHost'] = 'localhost'; //possibly localhost
$GLOBALS['TL_CONFIG']['dbUser'] = 'root';
$GLOBALS['TL_CONFIG']['dbPass'] = '';
$GLOBALS['TL_CONFIG']['dbDatabase'] = 'contao_hasan';
$GLOBALS['TL_CONFIG']['dbCharset'] = 'UTF8';
$GLOBALS['TL_CONFIG']['dbPort'] = 3306;
$GLOBALS['TL_CONFIG']['websiteTitle'] = 'Website Title';
$GLOBALS['TL_CONFIG']['adminEmail'] =
'ghanbarloo@yahoo.com';
$GLOBALS['TL_CONFIG']['timeZone'] = 'EST5EDT';
$GLOBALS['TL_CONFIG']['rewriteURL'] = false;
$GLOBALS['TL_CONFIG']['defaultChmod'] = 'a:8:{i:0;s:2:"u1";i:1;s:2:"u2";i:2;s:2:"u3";i:3;s:2:"u4";i:4;s:2:"u5";i:5;s:2:"u6";i:6;s:2:"g1";i:7;s:2:"g4";}';
$GLOBALS['TL_CONFIG']['dateFormat'] = 'm/d/y';
$GLOBALS['TL_CONFIG']['datimFormat'] = 'm/d/y H:i';
$GLOBALS['TL_CONFIG']['inactiveModules'] = 'a:8:{i:0;s:8:"calendar";i:1;s:8:"comments";i:2;s:11:"development";i:3;s:7:"listing";i:4;s:10:"newsletter";i:5;s:10:"pun_bridge";i:6;s:10:"rss_reader";i:7;s:12:"registration";}';
unset($GLOBALS['BE_MOD']['profile']['tasks']);
### INSTALL TOOL START ###
$GLOBALS['TL_CONFIG']['debugMode'] = false;
$GLOBALS['TL_CONFIG']['displayErrors'] = false;
### INSTALL SCRIPT START ###
$GLOBALS['TL_CONFIG']['websitePath'] = '/3';
$GLOBALS['TL_CONFIG']['displayErrors'] = true;
?>