Dear joomlagt,
Please open file configuration.php and add a code as follow:
<?php .......
...............................................
var $smtphost = 'localhost';
var $MetaAuthor = '1';
var $MetaTitle = '1';
var $lifetime = '1000';
var $session_handler = 'database';
var $password = '';
var $sitename = 'Welcome Ja Urani';
var $MetaDesc = 'Joomla! - the dynamic portal engine and content management system';
var $MetaKeys = 'joomla, Joomla';
var $offline_message = 'This site is down for maintenance. Please check back again soon.';
}
define('_DEMO_MODE_', 1);
?>