I have a website which was made in Drupal.. I have successfully installed and configured Apache, Drupal and mysql .. Then I have imported all the modules and themes used in website to my local system in Drupal ..
When I run ... it gives the following error:
Fatal error: require_once() [function.require]: Failed opening required 'sites/localhost.dta/modules/dta/dta.pages.inc' (include_path='.:/usr/share/php:/home/hs/ZendGdata-1.10.0/library:/var/www/drupal/sites/all/modules/custom/dta') in /var/www/drupal/includes/menu.inc on line 346
Were working on a drupal website for our costumer. We don't want that anyone can see the website yet, accept we and our costumer. They have authenticated user account. But when in offline mode then can't see anything.
How can I block the website so only we and our costumer can see it.
Any ideas?