A PHP Error was encountered

Severity: Warning

Message: fopen(/home/nmhmyna/tmp/ci_session5263de4b706717ee695a1ffc3ee5c40639e33d2f): Failed to open stream: No space left on device

Filename: drivers/Session_files_driver.php

Line Number: 172

Backtrace:

File: /home/nmhmyna/web/my.na/public_html/application/core/MY_Loader.php
Line: 254
Function: library

File: /home/nmhmyna/web/my.na/public_html/application/core/MY_Loader.php
Line: 154
Function: ci_autoloader

File: /home/nmhmyna/web/my.na/public_html/application/core/MY_Loader.php
Line: 67
Function: initialize

File: /home/nmhmyna/web/my.na/public_html/application/controllers/A.php
Line: 7
Function: __construct

File: /home/nmhmyna/web/my.na/public_html/index.php
Line: 320
Function: require_once

A PHP Error was encountered

Severity: Warning

Message: session_start(): Failed to read session data: user (path: /home/nmhmyna/tmp)

Filename: Session/Session.php

Line Number: 143

Backtrace:

File: /home/nmhmyna/web/my.na/public_html/application/core/MY_Loader.php
Line: 254
Function: library

File: /home/nmhmyna/web/my.na/public_html/application/core/MY_Loader.php
Line: 154
Function: ci_autoloader

File: /home/nmhmyna/web/my.na/public_html/application/core/MY_Loader.php
Line: 67
Function: initialize

File: /home/nmhmyna/web/my.na/public_html/application/controllers/A.php
Line: 7
Function: __construct

File: /home/nmhmyna/web/my.na/public_html/index.php
Line: 320
Function: require_once

0 Results Sort by:
Kohero Bed & Breakfast

Kohero Bed & Breakfast

Farm Kohero 113 District Omaruru

Kohero Bed & Breakfast located at Farm Kohero 113 Omaruru District in , Erongo Omaruru

Bed and Breakfast

View Business Listing
Kohero Bed & Breakfast - NTB Member
Klippenberg Guesthouse

Klippenberg Guesthouse

Karibib, Namibia

Klippenberg Guesthouse is situated close to Klippenberg Mountain, hence its name. It has a tennis courts, a restaurant/pub and a small golf course.

Guest House

View Business Listing
Klippenberg Guesthouse - NTB Member
Taranga Safari Camp

Taranga Safari Camp

B10 Nkurenkuru Main Road, Halili Village Namibia

Taranga Safari Camp is a tourist camp destined for tourists of the Rundu District.

Rest Camp

View Business Listing
Schwalbenheim

Schwalbenheim

14 Bismark Street

SCHWALBENHEIM offers Namibian hospitality combined with comfort, security, privacy and independence - making your stay in Windhoek unique and memorable. The word itself means "Home for the swallows" and this is really what we offer: A...

Guest House

View Business Listing
Nambezi Lodge t/a  Nzouhu Hunting Adventures

Nambezi Lodge t/a Nzouhu Hunting Adventures

khan River Lodge farm Claustal Windhoek

Nambezi Lodge t/a Nzouhu Hunting Adventures located at khan River Lodge farm Claustal in , Khomas Windhoek

Lodge

View Business Listing
Nambezi Lodge t/a  Nzouhu Hunting Adventures - NTB Member
Hartmann Guesthouse

Hartmann Guesthouse

Erf 505 corner of bismark and banhoff street Lüderitz

Hartmann Guesthouse located at Erf 505 corner of bismark and banhoff street in , KARAS Lüderitz

Guest House

View Business Listing
Hartmann Guesthouse - NTB Member
Bahai Susan

Bahai Susan

NA

NA

Bed and Breakfast

View Business Listing
Oropoko Lodge

Oropoko Lodge

58Km from Okahandja

Oropoko Lodge is located on an 11 000 hectare farm and was built in 1993. It is about 130 km from Windhoek and can be reached by car, bus or light aircraft. Oropoko is the...

Lodge

View Business Listing
Okajo Safari Lodge

Okajo Safari Lodge

Farm Otjakatjongo No 3 Omaruru

Okajo Safari Lodge located at Farm Otjakatjongo No 3 in , Erongo Omaruru

Lodge

View Business Listing
Okajo Safari Lodge - NTB Member
Hansa Haus

Hansa Haus

5 Mabel Street, Lüderitz Namibia

This traditional German house dates back to 1908 and sits in an elevated position at the top of Mabel Street, overlooking the town and the bay. The family that owns the property lives on the...

Guest House

View Business Listing

Namibia Map

To benefit from this, make sure that you have location services enabled for this website.


Events and Conferences in js - jquery.custom.js

https://www.my.na/map/result_ajax/", 'data': { 'cat': cat, 'type': type }, 'dataType': "json", 'success': function (data) { locations = data; deleteMarkers(); //geolocate(map); setMarkers(map, locations); } }); } $('#sort_asc').on('click', function(e){ $('#sortby').val('ASC'); var frm = $('#search-main_b'); frm.serialize(); frm.submit(); }); $('#sort_desc').on('click', function(e){ $('#sortby').val('DESC'); var frm = $('#search-main_b'); frm.serialize(); frm.submit(); }); $('#sort_rate').on('click', function(e){ $('#sortby').val(''); var frm = $('#search-main_b'); frm.serialize(); frm.submit(); }); // Sets the map on all markers in the array. function setAllMap(map) { for (var i = 0; i < markers.length; i++) { markers[i].setMap(map); } } // Removes the markers from the map, but keeps them in the array. function clearMarkers() { setAllMap(null); } // Shows any markers currently in the array. function showMarkers() { setAllMap(map); } // Deletes all markers in the array by removing references to them. function deleteMarkers() { clearMarkers(); markers = []; } var styles = [{"featureType":"administrative","elementType":"all","stylers":[{"visibility":"simplified"}]},{"featureType":"landscape","elementType":"geometry","stylers":[{"visibility":"simplified"},{"color":"#fcfcfc"}]},{"featureType":"poi","elementType":"geometry","stylers":[{"visibility":"simplified"},{"color":"#fcfcfc"}]},{"featureType":"road.highway","elementType":"geometry","stylers":[{"visibility":"simplified"},{"color":"#dddddd"}]},{"featureType":"road.arterial","elementType":"geometry","stylers":[{"visibility":"simplified"},{"color":"#dddddd"}]},{"featureType":"road.local","elementType":"geometry","stylers":[{"visibility":"simplified"},{"color":"#eeeeee"}]},{"featureType":"water","elementType":"geometry","stylers":[{"visibility":"simplified"},{"color":"#dddddd"}]}];