Home ›
Wildwood Lodges
user warning: Got error -1 from storage engine
query: SELECT DISTINCT(node.nid) AS nid,
node_data_field_lodging_image.field_lodging_image_fid AS node_data_field_lodging_image_field_lodging_image_fid,
node_data_field_lodging_image.field_lodging_image_list AS node_data_field_lodging_image_field_lodging_image_list,
node_data_field_lodging_image.field_lodging_image_data AS node_data_field_lodging_image_field_lodging_image_data,
node.type AS node_type,
node.vid AS node_vid,
node.title AS node_title,
node_data_field_lodging_image.field_lodge_rate_value AS node_data_field_lodging_image_field_lodge_rate_value,
node_data_field_lodging_image.field_lodge_rate_format AS node_data_field_lodging_image_field_lodge_rate_format,
0 AS all_tid_all_tids,
0 AS all_tid,
node_data_field_lodging_image.field_beds_value AS node_data_field_lodging_image_field_beds_value,
node_data_field_lodging_image.field_cabin_size_value AS node_data_field_lodging_image_field_cabin_size_value,
node_data_field_lodging_image.field_min_max_occupancy_value AS node_data_field_lodging_image_field_min_max_occupancy_value,
node_revisions.teaser AS node_revisions_teaser,
node_revisions.format AS node_revisions_format,
term_data.tid AS term_data_tid
FROM node node
LEFT JOIN content_type_lodging node_data_field_lodging_image ON node.vid = node_data_field_lodging_image.vid
LEFT JOIN node_revisions node_revisions ON node.vid = node_revisions.vid
LEFT JOIN term_node term_node ON node.vid = term_node.vid
LEFT JOIN term_data term_data ON term_node.tid = term_data.tid
WHERE (node.status <> 0) AND (node.type in ('lodging'))
GROUP BY nid
ORDER BY node_title ASC, term_data_tid ASC
in /var/www/websites/wildwoodd20/sites/all/modules/views/includes/view.inc on line 775.
Each cabin has a maximum occupancy. We insist that this number of guests is not exceeded. Children, regardless of age, do count as cabin guests. Our cabins are priced for basic occupancy. There is a $20 per person charge for all guests over the basic number, but NO more than cabin maximum. Children under 12 are free, but do count as a cabin guest. We monitor cabin occupants closely.

