91³Ô¹ÏÍø

Watch CBS News

American among 7 tourists hospitalized after drinking cocktails at 5-star Fiji resort

Seven foreign tourists, including an American, were hospitalized in Fiji after drinking cocktails at a resort bar, Fijian authorities said on Monday, just weeks after six tourists died of suspected alcohol poisoning in a separate incident in Laos.

All seven were taken to hospital on Saturday night suffering from "nausea, vomiting and neurological symptoms," according to Fiji's health ministry.

They fell ill after drinking pina colada cocktails prepared at a bar in the five-star Warwick Fiji resort on the Coral Coast, about 45 miles west of the capital Suva, officials said.

A health ministry spokesperson said the seven guests, aged from 18 to 56, included four Australians, one American and two others whose nationalities were not given.

One of the patients had been discharged Sunday from the Sigatoka Hospital near the hotel, said the tourism minister, Viliame Gavoka.

The other six were transferred to the larger Lautoka Hospital on the island's west coast, he said, with two of them released earlier Monday and another two set to leave later in the day.

FIJI-HEALTH-TOURISM
This photo shows an aerial view of the five-star Warwick Fiji resort on the Coral Coast, about 70 kilometers west of capital city Suva, on December 16, 2024.  LEON LORDLEON LORD/AFP via Getty Images

The two patients remaining in Lautoka Hospital were in a "stable condition" in intensive care, he told a news conference.

David Sandoe, an Australian man who said his daughter and granddaughter were hospitalized, told Sky News Australia that his relatives had been released from the hospital and were due to fly home on Monday night.

Fiji's health ministry and police force were investigating the cause, Gavoka said, adding that results from "critical" toxicology tests normally take three or four days.

"Everyone is in a state of disbelief that this has happened," he said.

Asked whether the illness might be related to methanol poisoning, Gavoka said that was "something that we don't believe is possible in Fiji."

While declining to speculate about the cause, he said it was a "very isolated incident."

Fijian tourism, which attracts close to a million people each year, was "typically very safe," he said.

The minister said he did not believe it was the result of any deliberate action.

The hotel bar involved was "very busy" on the evening, he added, but only seven people were sickened by the pina coladas, which were normally "pretty harmless."

A spokesperson for the Warwick Fiji hotel said it was conducting an investigation and waiting for test results from the health authorities.

"At this moment, we do not have conclusive details, but we are committed to ensuring the safety and well-being of our guests," the spokesperson said.

Australia's foreign ministry said it was providing consular assistance to two families but declined further comment citing "privacy obligations."

In a separate incident in Laos last month, two Danish citizens, an American, a Briton and two Australians died of suspected methanol poisoning following what local media said was a night out in the town of Vang Vieng. The victims include , 28, two young Australians, Holly Bowles and her best friend Bianca Jones, , Anne-Sofie Orkild Coyman and Freja Vennervald Sorensen, the BBC . Only one of the victims, 57-year-old U.S. citizen James Louis Hutson, was male. 

Police detained the 34-year-old manager of the Nana Backpacker Hostel and seven other employees for interrogation.

The Associated Press contributed to this report.

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=296763317a51cab90faa73f1bb146d5c'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });