Notice (8): Undefined offset: 0 [APP/Controller/PropertiesController.php, line 114]Code Context
$info = $this->Property->query("SELECT * FROM gh_properties as Property INNER JOIN gh_landloards as Landloard ON Property.landloard_id = Landloard.id WHERE Landloard.isStatus ='1' AND Property.isActive ='1' AND Property.id ='".$propertyID."'");
$this->set('info',$info[0]);
$property_id = '454' $rand = (int) 2532 $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $info = array()PropertiesController::view() - APP/Controller/PropertiesController.php, line 114 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 499 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Undefined offset: 0 [APP/Controller/PropertiesController.php, line 159]Code Context$this->set('featured_properties',$featured_properties);
$similar_properties = $this->Property->query("SELECT * FROM gh_properties as Property INNER JOIN gh_landloards as Landloard ON Property.landloard_id = Landloard.id WHERE Landloard.isStatus ='1' AND Property.isActive ='1' AND Property.id !='".$info[0]['Property']['id']."' AND Property.category ='".$info[0]['Property']['category']."' AND Property.city ='".$info[0]['Property']['city']."' AND Property.state ='".$info[0]['Property']['state']."' AND Property.property_type ='".$info[0]['Property']['property_type']."' ORDER BY Property.id DESC");
$property_id = '454' $rand = (int) 2532 $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $info = array() $countPropertiesFeature = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesFloor = (int) 0 $countpropertiesNearBy = (int) 0 $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) )PropertiesController::view() - APP/Controller/PropertiesController.php, line 159 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 499 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/Controller/PropertiesController.php, line 159]Code Context$this->set('featured_properties',$featured_properties);
$similar_properties = $this->Property->query("SELECT * FROM gh_properties as Property INNER JOIN gh_landloards as Landloard ON Property.landloard_id = Landloard.id WHERE Landloard.isStatus ='1' AND Property.isActive ='1' AND Property.id !='".$info[0]['Property']['id']."' AND Property.category ='".$info[0]['Property']['category']."' AND Property.city ='".$info[0]['Property']['city']."' AND Property.state ='".$info[0]['Property']['state']."' AND Property.property_type ='".$info[0]['Property']['property_type']."' ORDER BY Property.id DESC");
$property_id = '454' $rand = (int) 2532 $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $info = array() $countPropertiesFeature = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesFloor = (int) 0 $countpropertiesNearBy = (int) 0 $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) )PropertiesController::view() - APP/Controller/PropertiesController.php, line 159 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 499 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/Controller/PropertiesController.php, line 159]Code Context$this->set('featured_properties',$featured_properties);
$similar_properties = $this->Property->query("SELECT * FROM gh_properties as Property INNER JOIN gh_landloards as Landloard ON Property.landloard_id = Landloard.id WHERE Landloard.isStatus ='1' AND Property.isActive ='1' AND Property.id !='".$info[0]['Property']['id']."' AND Property.category ='".$info[0]['Property']['category']."' AND Property.city ='".$info[0]['Property']['city']."' AND Property.state ='".$info[0]['Property']['state']."' AND Property.property_type ='".$info[0]['Property']['property_type']."' ORDER BY Property.id DESC");
$property_id = '454' $rand = (int) 2532 $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $info = array() $countPropertiesFeature = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesFloor = (int) 0 $countpropertiesNearBy = (int) 0 $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) )PropertiesController::view() - APP/Controller/PropertiesController.php, line 159 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 499 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Undefined offset: 0 [APP/Controller/PropertiesController.php, line 159]Code Context$this->set('featured_properties',$featured_properties);
$similar_properties = $this->Property->query("SELECT * FROM gh_properties as Property INNER JOIN gh_landloards as Landloard ON Property.landloard_id = Landloard.id WHERE Landloard.isStatus ='1' AND Property.isActive ='1' AND Property.id !='".$info[0]['Property']['id']."' AND Property.category ='".$info[0]['Property']['category']."' AND Property.city ='".$info[0]['Property']['city']."' AND Property.state ='".$info[0]['Property']['state']."' AND Property.property_type ='".$info[0]['Property']['property_type']."' ORDER BY Property.id DESC");
$property_id = '454' $rand = (int) 2532 $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $info = array() $countPropertiesFeature = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesFloor = (int) 0 $countpropertiesNearBy = (int) 0 $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) )PropertiesController::view() - APP/Controller/PropertiesController.php, line 159 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 499 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/Controller/PropertiesController.php, line 159]Code Context$this->set('featured_properties',$featured_properties);
$similar_properties = $this->Property->query("SELECT * FROM gh_properties as Property INNER JOIN gh_landloards as Landloard ON Property.landloard_id = Landloard.id WHERE Landloard.isStatus ='1' AND Property.isActive ='1' AND Property.id !='".$info[0]['Property']['id']."' AND Property.category ='".$info[0]['Property']['category']."' AND Property.city ='".$info[0]['Property']['city']."' AND Property.state ='".$info[0]['Property']['state']."' AND Property.property_type ='".$info[0]['Property']['property_type']."' ORDER BY Property.id DESC");
$property_id = '454' $rand = (int) 2532 $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $info = array() $countPropertiesFeature = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesFloor = (int) 0 $countpropertiesNearBy = (int) 0 $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) )PropertiesController::view() - APP/Controller/PropertiesController.php, line 159 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 499 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/Controller/PropertiesController.php, line 159]Code Context$this->set('featured_properties',$featured_properties);
$similar_properties = $this->Property->query("SELECT * FROM gh_properties as Property INNER JOIN gh_landloards as Landloard ON Property.landloard_id = Landloard.id WHERE Landloard.isStatus ='1' AND Property.isActive ='1' AND Property.id !='".$info[0]['Property']['id']."' AND Property.category ='".$info[0]['Property']['category']."' AND Property.city ='".$info[0]['Property']['city']."' AND Property.state ='".$info[0]['Property']['state']."' AND Property.property_type ='".$info[0]['Property']['property_type']."' ORDER BY Property.id DESC");
$property_id = '454' $rand = (int) 2532 $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $info = array() $countPropertiesFeature = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesFloor = (int) 0 $countpropertiesNearBy = (int) 0 $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) )PropertiesController::view() - APP/Controller/PropertiesController.php, line 159 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 499 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Undefined offset: 0 [APP/Controller/PropertiesController.php, line 159]Code Context$this->set('featured_properties',$featured_properties);
$similar_properties = $this->Property->query("SELECT * FROM gh_properties as Property INNER JOIN gh_landloards as Landloard ON Property.landloard_id = Landloard.id WHERE Landloard.isStatus ='1' AND Property.isActive ='1' AND Property.id !='".$info[0]['Property']['id']."' AND Property.category ='".$info[0]['Property']['category']."' AND Property.city ='".$info[0]['Property']['city']."' AND Property.state ='".$info[0]['Property']['state']."' AND Property.property_type ='".$info[0]['Property']['property_type']."' ORDER BY Property.id DESC");
$property_id = '454' $rand = (int) 2532 $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $info = array() $countPropertiesFeature = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesFloor = (int) 0 $countpropertiesNearBy = (int) 0 $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) )PropertiesController::view() - APP/Controller/PropertiesController.php, line 159 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 499 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/Controller/PropertiesController.php, line 159]Code Context$this->set('featured_properties',$featured_properties);
$similar_properties = $this->Property->query("SELECT * FROM gh_properties as Property INNER JOIN gh_landloards as Landloard ON Property.landloard_id = Landloard.id WHERE Landloard.isStatus ='1' AND Property.isActive ='1' AND Property.id !='".$info[0]['Property']['id']."' AND Property.category ='".$info[0]['Property']['category']."' AND Property.city ='".$info[0]['Property']['city']."' AND Property.state ='".$info[0]['Property']['state']."' AND Property.property_type ='".$info[0]['Property']['property_type']."' ORDER BY Property.id DESC");
$property_id = '454' $rand = (int) 2532 $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $info = array() $countPropertiesFeature = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesFloor = (int) 0 $countpropertiesNearBy = (int) 0 $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) )PropertiesController::view() - APP/Controller/PropertiesController.php, line 159 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 499 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/Controller/PropertiesController.php, line 159]Code Context$this->set('featured_properties',$featured_properties);
$similar_properties = $this->Property->query("SELECT * FROM gh_properties as Property INNER JOIN gh_landloards as Landloard ON Property.landloard_id = Landloard.id WHERE Landloard.isStatus ='1' AND Property.isActive ='1' AND Property.id !='".$info[0]['Property']['id']."' AND Property.category ='".$info[0]['Property']['category']."' AND Property.city ='".$info[0]['Property']['city']."' AND Property.state ='".$info[0]['Property']['state']."' AND Property.property_type ='".$info[0]['Property']['property_type']."' ORDER BY Property.id DESC");
$property_id = '454' $rand = (int) 2532 $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $info = array() $countPropertiesFeature = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesFloor = (int) 0 $countpropertiesNearBy = (int) 0 $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) )PropertiesController::view() - APP/Controller/PropertiesController.php, line 159 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 499 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Undefined offset: 0 [APP/Controller/PropertiesController.php, line 159]Code Context$this->set('featured_properties',$featured_properties);
$similar_properties = $this->Property->query("SELECT * FROM gh_properties as Property INNER JOIN gh_landloards as Landloard ON Property.landloard_id = Landloard.id WHERE Landloard.isStatus ='1' AND Property.isActive ='1' AND Property.id !='".$info[0]['Property']['id']."' AND Property.category ='".$info[0]['Property']['category']."' AND Property.city ='".$info[0]['Property']['city']."' AND Property.state ='".$info[0]['Property']['state']."' AND Property.property_type ='".$info[0]['Property']['property_type']."' ORDER BY Property.id DESC");
$property_id = '454' $rand = (int) 2532 $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $info = array() $countPropertiesFeature = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesFloor = (int) 0 $countpropertiesNearBy = (int) 0 $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) )PropertiesController::view() - APP/Controller/PropertiesController.php, line 159 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 499 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/Controller/PropertiesController.php, line 159]Code Context$this->set('featured_properties',$featured_properties);
$similar_properties = $this->Property->query("SELECT * FROM gh_properties as Property INNER JOIN gh_landloards as Landloard ON Property.landloard_id = Landloard.id WHERE Landloard.isStatus ='1' AND Property.isActive ='1' AND Property.id !='".$info[0]['Property']['id']."' AND Property.category ='".$info[0]['Property']['category']."' AND Property.city ='".$info[0]['Property']['city']."' AND Property.state ='".$info[0]['Property']['state']."' AND Property.property_type ='".$info[0]['Property']['property_type']."' ORDER BY Property.id DESC");
$property_id = '454' $rand = (int) 2532 $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $info = array() $countPropertiesFeature = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesFloor = (int) 0 $countpropertiesNearBy = (int) 0 $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) )PropertiesController::view() - APP/Controller/PropertiesController.php, line 159 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 499 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/Controller/PropertiesController.php, line 159]Code Context$this->set('featured_properties',$featured_properties);
$similar_properties = $this->Property->query("SELECT * FROM gh_properties as Property INNER JOIN gh_landloards as Landloard ON Property.landloard_id = Landloard.id WHERE Landloard.isStatus ='1' AND Property.isActive ='1' AND Property.id !='".$info[0]['Property']['id']."' AND Property.category ='".$info[0]['Property']['category']."' AND Property.city ='".$info[0]['Property']['city']."' AND Property.state ='".$info[0]['Property']['state']."' AND Property.property_type ='".$info[0]['Property']['property_type']."' ORDER BY Property.id DESC");
$property_id = '454' $rand = (int) 2532 $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $info = array() $countPropertiesFeature = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesFloor = (int) 0 $countpropertiesNearBy = (int) 0 $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) )PropertiesController::view() - APP/Controller/PropertiesController.php, line 159 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 499 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Undefined offset: 0 [APP/Controller/PropertiesController.php, line 159]Code Context$this->set('featured_properties',$featured_properties);
$similar_properties = $this->Property->query("SELECT * FROM gh_properties as Property INNER JOIN gh_landloards as Landloard ON Property.landloard_id = Landloard.id WHERE Landloard.isStatus ='1' AND Property.isActive ='1' AND Property.id !='".$info[0]['Property']['id']."' AND Property.category ='".$info[0]['Property']['category']."' AND Property.city ='".$info[0]['Property']['city']."' AND Property.state ='".$info[0]['Property']['state']."' AND Property.property_type ='".$info[0]['Property']['property_type']."' ORDER BY Property.id DESC");
$property_id = '454' $rand = (int) 2532 $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $info = array() $countPropertiesFeature = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesFloor = (int) 0 $countpropertiesNearBy = (int) 0 $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) )PropertiesController::view() - APP/Controller/PropertiesController.php, line 159 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 499 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/Controller/PropertiesController.php, line 159]Code Context$this->set('featured_properties',$featured_properties);
$similar_properties = $this->Property->query("SELECT * FROM gh_properties as Property INNER JOIN gh_landloards as Landloard ON Property.landloard_id = Landloard.id WHERE Landloard.isStatus ='1' AND Property.isActive ='1' AND Property.id !='".$info[0]['Property']['id']."' AND Property.category ='".$info[0]['Property']['category']."' AND Property.city ='".$info[0]['Property']['city']."' AND Property.state ='".$info[0]['Property']['state']."' AND Property.property_type ='".$info[0]['Property']['property_type']."' ORDER BY Property.id DESC");
$property_id = '454' $rand = (int) 2532 $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $info = array() $countPropertiesFeature = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesFloor = (int) 0 $countpropertiesNearBy = (int) 0 $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) )PropertiesController::view() - APP/Controller/PropertiesController.php, line 159 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 499 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/Controller/PropertiesController.php, line 159]Code Context$this->set('featured_properties',$featured_properties);
$similar_properties = $this->Property->query("SELECT * FROM gh_properties as Property INNER JOIN gh_landloards as Landloard ON Property.landloard_id = Landloard.id WHERE Landloard.isStatus ='1' AND Property.isActive ='1' AND Property.id !='".$info[0]['Property']['id']."' AND Property.category ='".$info[0]['Property']['category']."' AND Property.city ='".$info[0]['Property']['city']."' AND Property.state ='".$info[0]['Property']['state']."' AND Property.property_type ='".$info[0]['Property']['property_type']."' ORDER BY Property.id DESC");
$property_id = '454' $rand = (int) 2532 $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $info = array() $countPropertiesFeature = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesFloor = (int) 0 $countpropertiesNearBy = (int) 0 $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) )PropertiesController::view() - APP/Controller/PropertiesController.php, line 159 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 499 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 65]Code Context<div class="col-lg-7 col-xl-8">
<div class="single_property_title mt30-767 mb30-767">
<h2><?php echo stripslashes($info['Property']['title']); ?></h2>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 65 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 65]Code Context<div class="col-lg-7 col-xl-8">
<div class="single_property_title mt30-767 mb30-767">
<h2><?php echo stripslashes($info['Property']['title']); ?></h2>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 65 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 66]Code Context<div class="single_property_title mt30-767 mb30-767">
<h2><?php echo stripslashes($info['Property']['title']); ?></h2>
<p><?php echo stripslashes($info['Property']['address']); ?>, <?php echo stripslashes($info['Property']['city']); ?>,<?php echo $info['Property']['state']; ?> <?php echo $info['Property']['zip']; ?></p>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 66 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 66],Code Context<div class="single_property_title mt30-767 mb30-767">
<h2><?php echo stripslashes($info['Property']['title']); ?></h2>
<p><?php echo stripslashes($info['Property']['address']); ?>, <?php echo stripslashes($info['Property']['city']); ?>,<?php echo $info['Property']['state']; ?> <?php echo $info['Property']['zip']; ?></p>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 66 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 66]Code Context<div class="single_property_title mt30-767 mb30-767">
<h2><?php echo stripslashes($info['Property']['title']); ?></h2>
<p><?php echo stripslashes($info['Property']['address']); ?>, <?php echo stripslashes($info['Property']['city']); ?>,<?php echo $info['Property']['state']; ?> <?php echo $info['Property']['zip']; ?></p>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 66 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 66],Code Context<div class="single_property_title mt30-767 mb30-767">
<h2><?php echo stripslashes($info['Property']['title']); ?></h2>
<p><?php echo stripslashes($info['Property']['address']); ?>, <?php echo stripslashes($info['Property']['city']); ?>,<?php echo $info['Property']['state']; ?> <?php echo $info['Property']['zip']; ?></p>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 66 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 66]Code Context<div class="single_property_title mt30-767 mb30-767">
<h2><?php echo stripslashes($info['Property']['title']); ?></h2>
<p><?php echo stripslashes($info['Property']['address']); ?>, <?php echo stripslashes($info['Property']['city']); ?>,<?php echo $info['Property']['state']; ?> <?php echo $info['Property']['zip']; ?></p>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 66 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 66]Code Context<div class="single_property_title mt30-767 mb30-767">
<h2><?php echo stripslashes($info['Property']['title']); ?></h2>
<p><?php echo stripslashes($info['Property']['address']); ?>, <?php echo stripslashes($info['Property']['city']); ?>,<?php echo $info['Property']['state']; ?> <?php echo $info['Property']['zip']; ?></p>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 66 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 66]Code Context<div class="single_property_title mt30-767 mb30-767">
<h2><?php echo stripslashes($info['Property']['title']); ?></h2>
<p><?php echo stripslashes($info['Property']['address']); ?>, <?php echo stripslashes($info['Property']['city']); ?>,<?php echo $info['Property']['state']; ?> <?php echo $info['Property']['zip']; ?></p>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 66 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 66]Code Context<div class="single_property_title mt30-767 mb30-767">
<h2><?php echo stripslashes($info['Property']['title']); ?></h2>
<p><?php echo stripslashes($info['Property']['address']); ?>, <?php echo stripslashes($info['Property']['city']); ?>,<?php echo $info['Property']['state']; ?> <?php echo $info['Property']['zip']; ?></p>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 66 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 72]Code Context<div class="single_property_social_share">
<div class="price float-left fn-400">
<h2>$<?php echo $info['Property']['price']; ?><small>/<?php if($info['Property']['price_type'] == 1){ echo"mo"; } else { echo"night"; } ?></small></h2>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 72 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 72]/Code Context<div class="single_property_social_share">
<div class="price float-left fn-400">
<h2>$<?php echo $info['Property']['price']; ?><small>/<?php if($info['Property']['price_type'] == 1){ echo"mo"; } else { echo"night"; } ?></small></h2>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 72 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 72]Code Context<div class="single_property_social_share">
<div class="price float-left fn-400">
<h2>$<?php echo $info['Property']['price']; ?><small>/<?php if($info['Property']['price_type'] == 1){ echo"mo"; } else { echo"night"; } ?></small></h2>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 72 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 72]nightCode Context<div class="single_property_social_share">
<div class="price float-left fn-400">
<h2>$<?php echo $info['Property']['price']; ?><small>/<?php if($info['Property']['price_type'] == 1){ echo"mo"; } else { echo"night"; } ?></small></h2>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 72 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 91]Code Context<div class="lsd_list">
<ul class="mb0">
<?php if($info['Property']['property_type'] != 0){ ?><li class="list-inline-item"><a href="javascript:void(0);"><?php echo $this->common->getProperyTypeName($info['Property']['property_type']); ?></a></li><?php } ?>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 91 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 91]Code Context<div class="lsd_list">
<ul class="mb0">
<?php if($info['Property']['property_type'] != 0){ ?><li class="list-inline-item"><a href="javascript:void(0);"><?php echo $this->common->getProperyTypeName($info['Property']['property_type']); ?></a></li><?php } ?>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 91 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 92]Code Context<ul class="mb0">
<?php if($info['Property']['property_type'] != 0){ ?><li class="list-inline-item"><a href="javascript:void(0);"><?php echo $this->common->getProperyTypeName($info['Property']['property_type']); ?></a></li><?php } ?>
<li class="list-inline-item"><a href="javascript:void(0);">Beds: <?php echo $info['Property']['bedrooms']; ?></a></li>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 92 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 92]Code Context<ul class="mb0">
<?php if($info['Property']['property_type'] != 0){ ?><li class="list-inline-item"><a href="javascript:void(0);"><?php echo $this->common->getProperyTypeName($info['Property']['property_type']); ?></a></li><?php } ?>
<li class="list-inline-item"><a href="javascript:void(0);">Beds: <?php echo $info['Property']['bedrooms']; ?></a></li>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 92 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 93]Code Context<?php if($info['Property']['property_type'] != 0){ ?><li class="list-inline-item"><a href="javascript:void(0);"><?php echo $this->common->getProperyTypeName($info['Property']['property_type']); ?></a></li><?php } ?>
<li class="list-inline-item"><a href="javascript:void(0);">Beds: <?php echo $info['Property']['bedrooms']; ?></a></li>
<li class="list-inline-item"><a href="javascript:void(0);">Baths: <?php echo $info['Property']['bathrooms']; ?></a></li>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 93 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 93]Code Context<?php if($info['Property']['property_type'] != 0){ ?><li class="list-inline-item"><a href="javascript:void(0);"><?php echo $this->common->getProperyTypeName($info['Property']['property_type']); ?></a></li><?php } ?>
<li class="list-inline-item"><a href="javascript:void(0);">Beds: <?php echo $info['Property']['bedrooms']; ?></a></li>
<li class="list-inline-item"><a href="javascript:void(0);">Baths: <?php echo $info['Property']['bathrooms']; ?></a></li>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 93 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 94]Code Context<li class="list-inline-item"><a href="javascript:void(0);">Beds: <?php echo $info['Property']['bedrooms']; ?></a></li>
<li class="list-inline-item"><a href="javascript:void(0);">Baths: <?php echo $info['Property']['bathrooms']; ?></a></li>
<li class="list-inline-item"><a href="javascript:void(0);">Sq Ft: <?php echo $info['Property']['tot_property_size']; ?></a></li>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 94 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 94]Code Context<li class="list-inline-item"><a href="javascript:void(0);">Beds: <?php echo $info['Property']['bedrooms']; ?></a></li>
<li class="list-inline-item"><a href="javascript:void(0);">Baths: <?php echo $info['Property']['bathrooms']; ?></a></li>
<li class="list-inline-item"><a href="javascript:void(0);">Sq Ft: <?php echo $info['Property']['tot_property_size']; ?></a></li>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 94 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 95]Code Context<li class="list-inline-item"><a href="javascript:void(0);">Baths: <?php echo $info['Property']['bathrooms']; ?></a></li>
<li class="list-inline-item"><a href="javascript:void(0);">Sq Ft: <?php echo $info['Property']['tot_property_size']; ?></a></li>
<?php if($info['Property']['isFeatured'] == 1){ ?>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 95 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 95]Code Context<li class="list-inline-item"><a href="javascript:void(0);">Baths: <?php echo $info['Property']['bathrooms']; ?></a></li>
<li class="list-inline-item"><a href="javascript:void(0);">Sq Ft: <?php echo $info['Property']['tot_property_size']; ?></a></li>
<?php if($info['Property']['isFeatured'] == 1){ ?>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 95 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 101]Code Context</div>
<h4 class="mb30">Description</h4>
<p class="gpara second_para white_goverlay mt10 mb10"><?php echo $info['Property']['description']; ?></p>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 101 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 101]Code Context</div>
<h4 class="mb30">Description</h4>
<p class="gpara second_para white_goverlay mt10 mb10"><?php echo $info['Property']['description']; ?></p>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 101 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 104]Code Context<div class="collapse" id="collapseExample">
<div class="card card-body">
<p class="mt10 mb10"><?php echo stripslashes($info['Property']['description']); ?></p>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 104 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 104]Code Context<div class="collapse" id="collapseExample">
<div class="card card-body">
<p class="mt10 mb10"><?php echo stripslashes($info['Property']['description']); ?></p>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 104 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Property ID :
Price :
Property Size :
Year Built :
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 128]
</ul>
<ul class="list-inline-item">
<li><p><span><?php echo stripslashes($info['Property']['property_id']); ?></span></p></li>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp'
$dataForView = array(
'properties_reviews' => array(),
'similar_properties' => array(),
'featured_properties' => array(
(int) 0 => array(
'Property' => array(
[maximum depth reached]
),
'Landloard' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'Property' => array(
[maximum depth reached]
),
'Landloard' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'Property' => array(
[maximum depth reached]
),
'Landloard' => array(
[maximum depth reached]
)
)
),
'categories' => array(
(int) 0 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 3 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 4 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
)
),
'countpropertiesNearBy' => (int) 0,
'countpropertiesFloor' => (int) 0,
'countPropertiesBanner' => (int) 0,
'countpropertiesDocument' => (int) 0,
'countPropertiesFeature' => (int) 0,
'info' => null,
'travel_categories' => array(
(int) 1 => 'Business',
(int) 2 => 'Travel',
(int) 3 => 'Medical',
(int) 4 => 'Study',
(int) 5 => 'Getaway ',
(int) 6 => 'Vacation',
(int) 7 => 'Work Related'
),
'properties_types' => array(
(int) 0 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 3 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 4 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 5 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 6 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 7 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 8 => array(
'PropertiesType' => array(
[maximum depth reached]
)
)
),
'rand' => (int) 2532,
'UserType' => null,
'landloardID' => null,
'affiliatedUserID' => null,
'notification' => array(),
'pages' => array(
'Page' => array(
'page_title' => '',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'google_analytics' => ''
)
),
'siteSetting' => array(
'SiteSetting' => array(
'id' => '1',
'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ',
'notification_start_date' => '2022-01-07',
'notification_end_date' => '2022-01-27',
'facebook_url' => 'https://www.facebook.com/GrandistHive',
'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee',
'twitter_url' => '',
'instagram_url' => '',
'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654',
'site_phone' => '(727) 855-4544',
'site_fax' => '(727) 855-4548',
'site_email' => 'info@grandisthive.com',
'site_licence' => '.',
'admin_email' => 'info@grandisthive.com',
'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved',
'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.',
'google_code' => '',
'stripe_private_key' => '',
'stripe_public_key' => '',
'paypal_username' => '',
'paypal_password' => '',
'paypal_signature' => '',
'register_now_text_big' => 'List Your Property OR Book Your Request Here',
'register_now_text_small' => 'We only work with the best companies around the globe',
'smtp_hostname' => 'smtp.sendgrid.net',
'smtp_port' => '25',
'smtp_username' => 'apikey',
'smtp_password' => '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',
'map_radius' => '10',
'map_default_lat' => '27.9506',
'map_default_lng' => '-82.4572',
'sms_username' => '',
'sms_password' => '',
'sms_api_url' => ''
)
)
)
$properties_reviews = array()
$similar_properties = array()
$featured_properties = array(
(int) 0 => array(
'Property' => array(
'id' => '3',
'property_id' => 'GH3',
'landloard_id' => '1',
'property_type' => '1',
'category' => '1',
'title' => 'Luxury Family Apartment ^',
'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p>
<p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>',
'address' => '12300 Bermuda Road, Henderson, NV, USA',
'zip' => '33202',
'city' => 'NV',
'state' => 'New Jersey',
'latitude' => '35.9649204',
'longitude' => '-115.1519353',
'image' => '211229210805.jpg',
'video' => '',
'bedrooms' => '2',
'bathrooms' => '2',
'garage' => '1',
'kitchen' => '1',
'drawing_room' => '1',
'balcony' => '1',
'shared_room' => '0',
'shared_bathroom' => '0',
'shared_kitchen' => '0',
'shared_drawing_room' => '0',
'subLeasing' => '0',
'shortTermRental' => '0',
'tot_property_size' => '1250',
'year_built' => '1996',
'price_type' => '0',
'price' => '1000.00',
'isFeatured' => '1',
'isCreater' => '1',
'isActive' => '1',
'snooze_start_date' => null,
'snooze_end_date' => null,
'min_trip_length' => null,
'max_trip_length' => null,
'restricted_check_in' => null,
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'viewCount' => '0',
'modified' => '2022-01-19 05:02:12',
'created' => '2021-12-29 21:08:05'
),
'Landloard' => array(
'password' => '*****',
'id' => '1',
'first_name' => 'John',
'last_name' => 'Ray',
'profile_image' => '211222205023.jpg',
'primary_phone' => '+9136541201',
'secondary_phone' => '',
'primary_email' => 'john@mailinator.com',
'secondary_email' => 'john@mailinator.com',
'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p>
',
'address' => '18B, Sea street',
'city' => 'Tampa',
'zip' => '33605',
'state' => 'Florida',
'facebook_socialmedia' => '',
'twitter_socialmedia' => '',
'instagram_socialmedia' => '',
'ip' => '116.206.203.23',
'isVerfied' => '1',
'isPhoneVerfied' => '0',
'isStatus' => '1',
'user_type' => '0',
'isCurrentMembership' => '1',
'acceptPayment' => '0',
'membership_plan_end_date' => '2022-12-22',
'affiliated_id' => '0',
'iscCreaterType' => '1',
'modified' => '2023-03-30 12:19:59',
'created' => '2021-12-22 20:40:35'
)
),
(int) 1 => array(
'Property' => array(
'id' => '2',
'property_id' => 'GH2',
'landloard_id' => '2',
'property_type' => '6',
'category' => '1',
'title' => 'Clean & Comfy room *mins away *Free Parking',
'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\">
<div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br />
Take in all of Tampa, FL as you’ll be only minutes away from everything!<br />
<br />
• Designed with your needs in mind, we created a space as your home away from home .<br />
• Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br />
<br />
What you’ll love ❤️:<br />
- An incredible room, with gorgeous views.<br />
- With comfy Mattress enjoy a long peaceful sleep<br />
<br />
Note: Our cleaners are one-call away</div>
</div>
<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\">
<div style=\"box-sizing: border-box;\">
<div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\">
<h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3>
</div>
You don't have to give up comfort when traveling.<br />
<br />
Our 3 Bedrooms/2 Bathroom House 〰<br />
1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br />
<br />
* Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br />
<br />
* All linens are high-quality cotton for your cleanliness and comfort.<br />
<br />
* The pillows are pure goose down for maximum relaxation.<br />
<br />
Forget something?<br />
<br />
*Our bathrooms are stocked with all the essential toiletries for your convenience.<br />
<br />
〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br />
<br />
〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br />
Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div>
</div>',
'address' => '4235 East Curtis Street, Tampa, FL, USA',
'zip' => '33610',
'city' => 'Tampa',
'state' => 'Florida',
'latitude' => '27.9879158',
'longitude' => '-82.4094794',
'image' => '220104071054.jpg',
'video' => '',
'bedrooms' => '1',
'bathrooms' => '1',
'garage' => '1',
'kitchen' => '1',
'drawing_room' => '1',
'balcony' => '1',
'shared_room' => '1',
'shared_bathroom' => '0',
'shared_kitchen' => '0',
'shared_drawing_room' => '0',
'subLeasing' => '0',
'shortTermRental' => '0',
'tot_property_size' => '450',
'year_built' => '1995',
'price_type' => '0',
'price' => '45.00',
'isFeatured' => '1',
'isCreater' => '0',
'isActive' => '1',
'snooze_start_date' => null,
'snooze_end_date' => null,
'min_trip_length' => '3',
'max_trip_length' => '30',
'restricted_check_in' => 'monday,wednesday,friday,sunday',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'viewCount' => '0',
'modified' => '2022-01-24 21:47:27',
'created' => '2021-12-22 21:39:10'
),
'Landloard' => array(
'password' => '*****',
'id' => '2',
'first_name' => 'Petersonn',
'last_name' => 'Suffrena',
'profile_image' => '211227173709.jpg',
'primary_phone' => '+18135887188',
'secondary_phone' => '8136664161',
'primary_email' => 'petesmovers@gmail.com',
'secondary_email' => 'petesmovers@gmail.com',
'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ',
'address' => '4235 E Curtis St',
'city' => 'Tampa',
'zip' => '33610',
'state' => 'Florida',
'facebook_socialmedia' => '',
'twitter_socialmedia' => '',
'instagram_socialmedia' => '',
'ip' => '97.106.255.46',
'isVerfied' => '1',
'isPhoneVerfied' => '0',
'isStatus' => '1',
'user_type' => '0',
'isCurrentMembership' => '1',
'acceptPayment' => '0',
'membership_plan_end_date' => '2022-12-22',
'affiliated_id' => '0',
'iscCreaterType' => '0',
'modified' => '2022-02-17 11:26:02',
'created' => '2021-12-22 21:31:06'
)
),
(int) 2 => array(
'Property' => array(
'id' => '1',
'property_id' => 'GH1',
'landloard_id' => '1',
'property_type' => '1',
'category' => '1',
'title' => 'Luxury Family Apartment',
'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p>
',
'address' => '1250 Waters Place,',
'zip' => '10006',
'city' => 'Bronx',
'state' => 'New York',
'latitude' => '40.709329',
'longitude' => '-74.0131196',
'image' => '211222210606.jpg',
'video' => '',
'bedrooms' => '1',
'bathrooms' => '1',
'garage' => '0',
'kitchen' => '1',
'drawing_room' => '1',
'balcony' => '0',
'shared_room' => '0',
'shared_bathroom' => '0',
'shared_kitchen' => '0',
'shared_drawing_room' => '0',
'subLeasing' => '0',
'shortTermRental' => '0',
'tot_property_size' => '1250',
'year_built' => '2015',
'price_type' => '0',
'price' => '1000.00',
'isFeatured' => '1',
'isCreater' => '1',
'isActive' => '1',
'snooze_start_date' => null,
'snooze_end_date' => null,
'min_trip_length' => null,
'max_trip_length' => null,
'restricted_check_in' => null,
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'viewCount' => '0',
'modified' => '2022-02-17 04:21:34',
'created' => '2021-12-22 21:06:06'
),
'Landloard' => array(
'password' => '*****',
'id' => '1',
'first_name' => 'John',
'last_name' => 'Ray',
'profile_image' => '211222205023.jpg',
'primary_phone' => '+9136541201',
'secondary_phone' => '',
'primary_email' => 'john@mailinator.com',
'secondary_email' => 'john@mailinator.com',
'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p>
',
'address' => '18B, Sea street',
'city' => 'Tampa',
'zip' => '33605',
'state' => 'Florida',
'facebook_socialmedia' => '',
'twitter_socialmedia' => '',
'instagram_socialmedia' => '',
'ip' => '116.206.203.23',
'isVerfied' => '1',
'isPhoneVerfied' => '0',
'isStatus' => '1',
'user_type' => '0',
'isCurrentMembership' => '1',
'acceptPayment' => '0',
'membership_plan_end_date' => '2022-12-22',
'affiliated_id' => '0',
'iscCreaterType' => '1',
'modified' => '2023-03-30 12:19:59',
'created' => '2021-12-22 20:40:35'
)
)
)
$categories = array(
(int) 0 => array(
'Property' => array(
'property_type' => '1'
),
'PropertiesType' => array(
'name' => 'Apartment',
'slug' => 'apartment'
)
),
(int) 1 => array(
'Property' => array(
'property_type' => '3'
),
'PropertiesType' => array(
'name' => 'Condo',
'slug' => 'condo'
)
),
(int) 2 => array(
'Property' => array(
'property_type' => '4'
),
'PropertiesType' => array(
'name' => 'House',
'slug' => 'house'
)
),
(int) 3 => array(
'Property' => array(
'property_type' => '6'
),
'PropertiesType' => array(
'name' => 'Single Room',
'slug' => 'single-room'
)
),
(int) 4 => array(
'Property' => array(
'property_type' => '9'
),
'PropertiesType' => array(
'name' => 'Townhouse',
'slug' => 'townhouse'
)
)
)
$countpropertiesNearBy = (int) 0
$countpropertiesFloor = (int) 0
$countPropertiesBanner = (int) 0
$countpropertiesDocument = (int) 0
$countPropertiesFeature = (int) 0
$info = null
$travel_categories = array(
(int) 1 => 'Business',
(int) 2 => 'Travel',
(int) 3 => 'Medical',
(int) 4 => 'Study',
(int) 5 => 'Getaway ',
(int) 6 => 'Vacation',
(int) 7 => 'Work Related'
)
$properties_types = array(
(int) 0 => array(
'PropertiesType' => array(
'id' => '1',
'name' => 'Apartment',
'slug' => 'apartment',
'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments',
'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.',
'meta_keyword' => 'Apartment for Rent',
'isActive' => '1',
'modified' => '2022-03-12 08:25:16',
'created' => '2021-12-04 04:00:00'
)
),
(int) 1 => array(
'PropertiesType' => array(
'id' => '2',
'name' => 'Bungalow',
'slug' => 'bungalow',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:32:05',
'created' => '2021-12-04 05:00:00'
)
),
(int) 2 => array(
'PropertiesType' => array(
'id' => '3',
'name' => 'Condo',
'slug' => 'condo',
'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive',
'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ',
'meta_keyword' => 'Condos for Rent',
'isActive' => '1',
'modified' => '2022-03-04 05:23:19',
'created' => '2021-12-04 04:09:00'
)
),
(int) 3 => array(
'PropertiesType' => array(
'id' => '4',
'name' => 'House',
'slug' => 'house',
'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive',
'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.',
'meta_keyword' => 'Houses for Rent',
'isActive' => '1',
'modified' => '2022-03-04 05:16:54',
'created' => '2021-12-04 03:06:00'
)
),
(int) 4 => array(
'PropertiesType' => array(
'id' => '5',
'name' => 'Land',
'slug' => 'land',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:32:51',
'created' => '2021-12-04 04:00:00'
)
),
(int) 5 => array(
'PropertiesType' => array(
'id' => '6',
'name' => 'Single Room',
'slug' => 'single-room',
'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive',
'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.',
'meta_keyword' => 'single room',
'isActive' => '1',
'modified' => '2022-03-04 04:29:29',
'created' => '2021-12-04 06:00:22'
)
),
(int) 6 => array(
'PropertiesType' => array(
'id' => '7',
'name' => 'Double Room',
'slug' => 'double-room',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:32:30',
'created' => '2021-12-04 06:00:00'
)
),
(int) 7 => array(
'PropertiesType' => array(
'id' => '8',
'name' => 'Shared Room',
'slug' => 'shared-room',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:33:08',
'created' => '2021-12-04 07:00:17'
)
),
(int) 8 => array(
'PropertiesType' => array(
'id' => '9',
'name' => 'Townhouse',
'slug' => 'townhouse',
'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive',
'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.',
'meta_keyword' => 'Townhouses for Rent',
'isActive' => '1',
'modified' => '2022-03-04 05:14:14',
'created' => '2022-01-27 22:32:38'
)
)
)
$rand = (int) 2532
$UserType = null
$landloardID = null
$affiliatedUserID = null
$notification = array()
$pages = array(
'Page' => array(
'page_title' => '',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'google_analytics' => ''
)
)
$siteSetting = array(
'SiteSetting' => array(
'id' => '1',
'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ',
'notification_start_date' => '2022-01-07',
'notification_end_date' => '2022-01-27',
'facebook_url' => 'https://www.facebook.com/GrandistHive',
'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee',
'twitter_url' => '',
'instagram_url' => '',
'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654',
'site_phone' => '(727) 855-4544',
'site_fax' => '(727) 855-4548',
'site_email' => 'info@grandisthive.com',
'site_licence' => '.',
'admin_email' => 'info@grandisthive.com',
'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved',
'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.',
'google_code' => '',
'stripe_private_key' => '',
'stripe_public_key' => '',
'paypal_username' => '',
'paypal_password' => '',
'paypal_signature' => '',
'register_now_text_big' => 'List Your Property OR Book Your Request Here',
'register_now_text_small' => 'We only work with the best companies around the globe',
'smtp_hostname' => 'smtp.sendgrid.net',
'smtp_port' => '25',
'smtp_username' => 'apikey',
'smtp_password' => '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',
'map_radius' => '10',
'map_default_lat' => '27.9506',
'map_default_lng' => '-82.4572',
'sms_username' => '',
'sms_password' => '',
'sms_api_url' => ''
)
)
include - APP/View/Properties/view.ctp, line 128
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 968
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 128]
</ul>
<ul class="list-inline-item">
<li><p><span><?php echo stripslashes($info['Property']['property_id']); ?></span></p></li>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp'
$dataForView = array(
'properties_reviews' => array(),
'similar_properties' => array(),
'featured_properties' => array(
(int) 0 => array(
'Property' => array(
[maximum depth reached]
),
'Landloard' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'Property' => array(
[maximum depth reached]
),
'Landloard' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'Property' => array(
[maximum depth reached]
),
'Landloard' => array(
[maximum depth reached]
)
)
),
'categories' => array(
(int) 0 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 3 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 4 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
)
),
'countpropertiesNearBy' => (int) 0,
'countpropertiesFloor' => (int) 0,
'countPropertiesBanner' => (int) 0,
'countpropertiesDocument' => (int) 0,
'countPropertiesFeature' => (int) 0,
'info' => null,
'travel_categories' => array(
(int) 1 => 'Business',
(int) 2 => 'Travel',
(int) 3 => 'Medical',
(int) 4 => 'Study',
(int) 5 => 'Getaway ',
(int) 6 => 'Vacation',
(int) 7 => 'Work Related'
),
'properties_types' => array(
(int) 0 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 3 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 4 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 5 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 6 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 7 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 8 => array(
'PropertiesType' => array(
[maximum depth reached]
)
)
),
'rand' => (int) 2532,
'UserType' => null,
'landloardID' => null,
'affiliatedUserID' => null,
'notification' => array(),
'pages' => array(
'Page' => array(
'page_title' => '',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'google_analytics' => ''
)
),
'siteSetting' => array(
'SiteSetting' => array(
'id' => '1',
'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ',
'notification_start_date' => '2022-01-07',
'notification_end_date' => '2022-01-27',
'facebook_url' => 'https://www.facebook.com/GrandistHive',
'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee',
'twitter_url' => '',
'instagram_url' => '',
'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654',
'site_phone' => '(727) 855-4544',
'site_fax' => '(727) 855-4548',
'site_email' => 'info@grandisthive.com',
'site_licence' => '.',
'admin_email' => 'info@grandisthive.com',
'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved',
'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.',
'google_code' => '',
'stripe_private_key' => '',
'stripe_public_key' => '',
'paypal_username' => '',
'paypal_password' => '',
'paypal_signature' => '',
'register_now_text_big' => 'List Your Property OR Book Your Request Here',
'register_now_text_small' => 'We only work with the best companies around the globe',
'smtp_hostname' => 'smtp.sendgrid.net',
'smtp_port' => '25',
'smtp_username' => 'apikey',
'smtp_password' => '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',
'map_radius' => '10',
'map_default_lat' => '27.9506',
'map_default_lng' => '-82.4572',
'sms_username' => '',
'sms_password' => '',
'sms_api_url' => ''
)
)
)
$properties_reviews = array()
$similar_properties = array()
$featured_properties = array(
(int) 0 => array(
'Property' => array(
'id' => '3',
'property_id' => 'GH3',
'landloard_id' => '1',
'property_type' => '1',
'category' => '1',
'title' => 'Luxury Family Apartment ^',
'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p>
<p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>',
'address' => '12300 Bermuda Road, Henderson, NV, USA',
'zip' => '33202',
'city' => 'NV',
'state' => 'New Jersey',
'latitude' => '35.9649204',
'longitude' => '-115.1519353',
'image' => '211229210805.jpg',
'video' => '',
'bedrooms' => '2',
'bathrooms' => '2',
'garage' => '1',
'kitchen' => '1',
'drawing_room' => '1',
'balcony' => '1',
'shared_room' => '0',
'shared_bathroom' => '0',
'shared_kitchen' => '0',
'shared_drawing_room' => '0',
'subLeasing' => '0',
'shortTermRental' => '0',
'tot_property_size' => '1250',
'year_built' => '1996',
'price_type' => '0',
'price' => '1000.00',
'isFeatured' => '1',
'isCreater' => '1',
'isActive' => '1',
'snooze_start_date' => null,
'snooze_end_date' => null,
'min_trip_length' => null,
'max_trip_length' => null,
'restricted_check_in' => null,
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'viewCount' => '0',
'modified' => '2022-01-19 05:02:12',
'created' => '2021-12-29 21:08:05'
),
'Landloard' => array(
'password' => '*****',
'id' => '1',
'first_name' => 'John',
'last_name' => 'Ray',
'profile_image' => '211222205023.jpg',
'primary_phone' => '+9136541201',
'secondary_phone' => '',
'primary_email' => 'john@mailinator.com',
'secondary_email' => 'john@mailinator.com',
'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p>
',
'address' => '18B, Sea street',
'city' => 'Tampa',
'zip' => '33605',
'state' => 'Florida',
'facebook_socialmedia' => '',
'twitter_socialmedia' => '',
'instagram_socialmedia' => '',
'ip' => '116.206.203.23',
'isVerfied' => '1',
'isPhoneVerfied' => '0',
'isStatus' => '1',
'user_type' => '0',
'isCurrentMembership' => '1',
'acceptPayment' => '0',
'membership_plan_end_date' => '2022-12-22',
'affiliated_id' => '0',
'iscCreaterType' => '1',
'modified' => '2023-03-30 12:19:59',
'created' => '2021-12-22 20:40:35'
)
),
(int) 1 => array(
'Property' => array(
'id' => '2',
'property_id' => 'GH2',
'landloard_id' => '2',
'property_type' => '6',
'category' => '1',
'title' => 'Clean & Comfy room *mins away *Free Parking',
'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\">
<div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br />
Take in all of Tampa, FL as you’ll be only minutes away from everything!<br />
<br />
• Designed with your needs in mind, we created a space as your home away from home .<br />
• Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br />
<br />
What you’ll love ❤️:<br />
- An incredible room, with gorgeous views.<br />
- With comfy Mattress enjoy a long peaceful sleep<br />
<br />
Note: Our cleaners are one-call away</div>
</div>
<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\">
<div style=\"box-sizing: border-box;\">
<div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\">
<h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3>
</div>
You don't have to give up comfort when traveling.<br />
<br />
Our 3 Bedrooms/2 Bathroom House 〰<br />
1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br />
<br />
* Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br />
<br />
* All linens are high-quality cotton for your cleanliness and comfort.<br />
<br />
* The pillows are pure goose down for maximum relaxation.<br />
<br />
Forget something?<br />
<br />
*Our bathrooms are stocked with all the essential toiletries for your convenience.<br />
<br />
〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br />
<br />
〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br />
Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div>
</div>',
'address' => '4235 East Curtis Street, Tampa, FL, USA',
'zip' => '33610',
'city' => 'Tampa',
'state' => 'Florida',
'latitude' => '27.9879158',
'longitude' => '-82.4094794',
'image' => '220104071054.jpg',
'video' => '',
'bedrooms' => '1',
'bathrooms' => '1',
'garage' => '1',
'kitchen' => '1',
'drawing_room' => '1',
'balcony' => '1',
'shared_room' => '1',
'shared_bathroom' => '0',
'shared_kitchen' => '0',
'shared_drawing_room' => '0',
'subLeasing' => '0',
'shortTermRental' => '0',
'tot_property_size' => '450',
'year_built' => '1995',
'price_type' => '0',
'price' => '45.00',
'isFeatured' => '1',
'isCreater' => '0',
'isActive' => '1',
'snooze_start_date' => null,
'snooze_end_date' => null,
'min_trip_length' => '3',
'max_trip_length' => '30',
'restricted_check_in' => 'monday,wednesday,friday,sunday',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'viewCount' => '0',
'modified' => '2022-01-24 21:47:27',
'created' => '2021-12-22 21:39:10'
),
'Landloard' => array(
'password' => '*****',
'id' => '2',
'first_name' => 'Petersonn',
'last_name' => 'Suffrena',
'profile_image' => '211227173709.jpg',
'primary_phone' => '+18135887188',
'secondary_phone' => '8136664161',
'primary_email' => 'petesmovers@gmail.com',
'secondary_email' => 'petesmovers@gmail.com',
'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ',
'address' => '4235 E Curtis St',
'city' => 'Tampa',
'zip' => '33610',
'state' => 'Florida',
'facebook_socialmedia' => '',
'twitter_socialmedia' => '',
'instagram_socialmedia' => '',
'ip' => '97.106.255.46',
'isVerfied' => '1',
'isPhoneVerfied' => '0',
'isStatus' => '1',
'user_type' => '0',
'isCurrentMembership' => '1',
'acceptPayment' => '0',
'membership_plan_end_date' => '2022-12-22',
'affiliated_id' => '0',
'iscCreaterType' => '0',
'modified' => '2022-02-17 11:26:02',
'created' => '2021-12-22 21:31:06'
)
),
(int) 2 => array(
'Property' => array(
'id' => '1',
'property_id' => 'GH1',
'landloard_id' => '1',
'property_type' => '1',
'category' => '1',
'title' => 'Luxury Family Apartment',
'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p>
',
'address' => '1250 Waters Place,',
'zip' => '10006',
'city' => 'Bronx',
'state' => 'New York',
'latitude' => '40.709329',
'longitude' => '-74.0131196',
'image' => '211222210606.jpg',
'video' => '',
'bedrooms' => '1',
'bathrooms' => '1',
'garage' => '0',
'kitchen' => '1',
'drawing_room' => '1',
'balcony' => '0',
'shared_room' => '0',
'shared_bathroom' => '0',
'shared_kitchen' => '0',
'shared_drawing_room' => '0',
'subLeasing' => '0',
'shortTermRental' => '0',
'tot_property_size' => '1250',
'year_built' => '2015',
'price_type' => '0',
'price' => '1000.00',
'isFeatured' => '1',
'isCreater' => '1',
'isActive' => '1',
'snooze_start_date' => null,
'snooze_end_date' => null,
'min_trip_length' => null,
'max_trip_length' => null,
'restricted_check_in' => null,
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'viewCount' => '0',
'modified' => '2022-02-17 04:21:34',
'created' => '2021-12-22 21:06:06'
),
'Landloard' => array(
'password' => '*****',
'id' => '1',
'first_name' => 'John',
'last_name' => 'Ray',
'profile_image' => '211222205023.jpg',
'primary_phone' => '+9136541201',
'secondary_phone' => '',
'primary_email' => 'john@mailinator.com',
'secondary_email' => 'john@mailinator.com',
'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p>
',
'address' => '18B, Sea street',
'city' => 'Tampa',
'zip' => '33605',
'state' => 'Florida',
'facebook_socialmedia' => '',
'twitter_socialmedia' => '',
'instagram_socialmedia' => '',
'ip' => '116.206.203.23',
'isVerfied' => '1',
'isPhoneVerfied' => '0',
'isStatus' => '1',
'user_type' => '0',
'isCurrentMembership' => '1',
'acceptPayment' => '0',
'membership_plan_end_date' => '2022-12-22',
'affiliated_id' => '0',
'iscCreaterType' => '1',
'modified' => '2023-03-30 12:19:59',
'created' => '2021-12-22 20:40:35'
)
)
)
$categories = array(
(int) 0 => array(
'Property' => array(
'property_type' => '1'
),
'PropertiesType' => array(
'name' => 'Apartment',
'slug' => 'apartment'
)
),
(int) 1 => array(
'Property' => array(
'property_type' => '3'
),
'PropertiesType' => array(
'name' => 'Condo',
'slug' => 'condo'
)
),
(int) 2 => array(
'Property' => array(
'property_type' => '4'
),
'PropertiesType' => array(
'name' => 'House',
'slug' => 'house'
)
),
(int) 3 => array(
'Property' => array(
'property_type' => '6'
),
'PropertiesType' => array(
'name' => 'Single Room',
'slug' => 'single-room'
)
),
(int) 4 => array(
'Property' => array(
'property_type' => '9'
),
'PropertiesType' => array(
'name' => 'Townhouse',
'slug' => 'townhouse'
)
)
)
$countpropertiesNearBy = (int) 0
$countpropertiesFloor = (int) 0
$countPropertiesBanner = (int) 0
$countpropertiesDocument = (int) 0
$countPropertiesFeature = (int) 0
$info = null
$travel_categories = array(
(int) 1 => 'Business',
(int) 2 => 'Travel',
(int) 3 => 'Medical',
(int) 4 => 'Study',
(int) 5 => 'Getaway ',
(int) 6 => 'Vacation',
(int) 7 => 'Work Related'
)
$properties_types = array(
(int) 0 => array(
'PropertiesType' => array(
'id' => '1',
'name' => 'Apartment',
'slug' => 'apartment',
'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments',
'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.',
'meta_keyword' => 'Apartment for Rent',
'isActive' => '1',
'modified' => '2022-03-12 08:25:16',
'created' => '2021-12-04 04:00:00'
)
),
(int) 1 => array(
'PropertiesType' => array(
'id' => '2',
'name' => 'Bungalow',
'slug' => 'bungalow',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:32:05',
'created' => '2021-12-04 05:00:00'
)
),
(int) 2 => array(
'PropertiesType' => array(
'id' => '3',
'name' => 'Condo',
'slug' => 'condo',
'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive',
'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ',
'meta_keyword' => 'Condos for Rent',
'isActive' => '1',
'modified' => '2022-03-04 05:23:19',
'created' => '2021-12-04 04:09:00'
)
),
(int) 3 => array(
'PropertiesType' => array(
'id' => '4',
'name' => 'House',
'slug' => 'house',
'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive',
'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.',
'meta_keyword' => 'Houses for Rent',
'isActive' => '1',
'modified' => '2022-03-04 05:16:54',
'created' => '2021-12-04 03:06:00'
)
),
(int) 4 => array(
'PropertiesType' => array(
'id' => '5',
'name' => 'Land',
'slug' => 'land',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:32:51',
'created' => '2021-12-04 04:00:00'
)
),
(int) 5 => array(
'PropertiesType' => array(
'id' => '6',
'name' => 'Single Room',
'slug' => 'single-room',
'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive',
'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.',
'meta_keyword' => 'single room',
'isActive' => '1',
'modified' => '2022-03-04 04:29:29',
'created' => '2021-12-04 06:00:22'
)
),
(int) 6 => array(
'PropertiesType' => array(
'id' => '7',
'name' => 'Double Room',
'slug' => 'double-room',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:32:30',
'created' => '2021-12-04 06:00:00'
)
),
(int) 7 => array(
'PropertiesType' => array(
'id' => '8',
'name' => 'Shared Room',
'slug' => 'shared-room',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:33:08',
'created' => '2021-12-04 07:00:17'
)
),
(int) 8 => array(
'PropertiesType' => array(
'id' => '9',
'name' => 'Townhouse',
'slug' => 'townhouse',
'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive',
'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.',
'meta_keyword' => 'Townhouses for Rent',
'isActive' => '1',
'modified' => '2022-03-04 05:14:14',
'created' => '2022-01-27 22:32:38'
)
)
)
$rand = (int) 2532
$UserType = null
$landloardID = null
$affiliatedUserID = null
$notification = array()
$pages = array(
'Page' => array(
'page_title' => '',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'google_analytics' => ''
)
)
$siteSetting = array(
'SiteSetting' => array(
'id' => '1',
'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ',
'notification_start_date' => '2022-01-07',
'notification_end_date' => '2022-01-27',
'facebook_url' => 'https://www.facebook.com/GrandistHive',
'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee',
'twitter_url' => '',
'instagram_url' => '',
'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654',
'site_phone' => '(727) 855-4544',
'site_fax' => '(727) 855-4548',
'site_email' => 'info@grandisthive.com',
'site_licence' => '.',
'admin_email' => 'info@grandisthive.com',
'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved',
'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.',
'google_code' => '',
'stripe_private_key' => '',
'stripe_public_key' => '',
'paypal_username' => '',
'paypal_password' => '',
'paypal_signature' => '',
'register_now_text_big' => 'List Your Property OR Book Your Request Here',
'register_now_text_small' => 'We only work with the best companies around the globe',
'smtp_hostname' => 'smtp.sendgrid.net',
'smtp_port' => '25',
'smtp_username' => 'apikey',
'smtp_password' => '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',
'map_radius' => '10',
'map_default_lat' => '27.9506',
'map_default_lng' => '-82.4572',
'sms_username' => '',
'sms_password' => '',
'sms_api_url' => ''
)
)
include - APP/View/Properties/view.ctp, line 128
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 968
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 119
$Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 129]
<ul class="list-inline-item">
<li><p><span><?php echo stripslashes($info['Property']['property_id']); ?></span></p></li>
<li><p><span>$<?php echo stripslashes($info['Property']['price']); ?></span><b>/<?php if($info['Property']['price_type'] == 1){ echo"mo"; } else { echo"night"; } ?></b></p></li>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp'
$dataForView = array(
'properties_reviews' => array(),
'similar_properties' => array(),
'featured_properties' => array(
(int) 0 => array(
'Property' => array(
[maximum depth reached]
),
'Landloard' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'Property' => array(
[maximum depth reached]
),
'Landloard' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'Property' => array(
[maximum depth reached]
),
'Landloard' => array(
[maximum depth reached]
)
)
),
'categories' => array(
(int) 0 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 3 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 4 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
)
),
'countpropertiesNearBy' => (int) 0,
'countpropertiesFloor' => (int) 0,
'countPropertiesBanner' => (int) 0,
'countpropertiesDocument' => (int) 0,
'countPropertiesFeature' => (int) 0,
'info' => null,
'travel_categories' => array(
(int) 1 => 'Business',
(int) 2 => 'Travel',
(int) 3 => 'Medical',
(int) 4 => 'Study',
(int) 5 => 'Getaway ',
(int) 6 => 'Vacation',
(int) 7 => 'Work Related'
),
'properties_types' => array(
(int) 0 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 3 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 4 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 5 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 6 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 7 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 8 => array(
'PropertiesType' => array(
[maximum depth reached]
)
)
),
'rand' => (int) 2532,
'UserType' => null,
'landloardID' => null,
'affiliatedUserID' => null,
'notification' => array(),
'pages' => array(
'Page' => array(
'page_title' => '',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'google_analytics' => ''
)
),
'siteSetting' => array(
'SiteSetting' => array(
'id' => '1',
'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ',
'notification_start_date' => '2022-01-07',
'notification_end_date' => '2022-01-27',
'facebook_url' => 'https://www.facebook.com/GrandistHive',
'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee',
'twitter_url' => '',
'instagram_url' => '',
'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654',
'site_phone' => '(727) 855-4544',
'site_fax' => '(727) 855-4548',
'site_email' => 'info@grandisthive.com',
'site_licence' => '.',
'admin_email' => 'info@grandisthive.com',
'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved',
'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.',
'google_code' => '',
'stripe_private_key' => '',
'stripe_public_key' => '',
'paypal_username' => '',
'paypal_password' => '',
'paypal_signature' => '',
'register_now_text_big' => 'List Your Property OR Book Your Request Here',
'register_now_text_small' => 'We only work with the best companies around the globe',
'smtp_hostname' => 'smtp.sendgrid.net',
'smtp_port' => '25',
'smtp_username' => 'apikey',
'smtp_password' => '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',
'map_radius' => '10',
'map_default_lat' => '27.9506',
'map_default_lng' => '-82.4572',
'sms_username' => '',
'sms_password' => '',
'sms_api_url' => ''
)
)
)
$properties_reviews = array()
$similar_properties = array()
$featured_properties = array(
(int) 0 => array(
'Property' => array(
'id' => '3',
'property_id' => 'GH3',
'landloard_id' => '1',
'property_type' => '1',
'category' => '1',
'title' => 'Luxury Family Apartment ^',
'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p>
<p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>',
'address' => '12300 Bermuda Road, Henderson, NV, USA',
'zip' => '33202',
'city' => 'NV',
'state' => 'New Jersey',
'latitude' => '35.9649204',
'longitude' => '-115.1519353',
'image' => '211229210805.jpg',
'video' => '',
'bedrooms' => '2',
'bathrooms' => '2',
'garage' => '1',
'kitchen' => '1',
'drawing_room' => '1',
'balcony' => '1',
'shared_room' => '0',
'shared_bathroom' => '0',
'shared_kitchen' => '0',
'shared_drawing_room' => '0',
'subLeasing' => '0',
'shortTermRental' => '0',
'tot_property_size' => '1250',
'year_built' => '1996',
'price_type' => '0',
'price' => '1000.00',
'isFeatured' => '1',
'isCreater' => '1',
'isActive' => '1',
'snooze_start_date' => null,
'snooze_end_date' => null,
'min_trip_length' => null,
'max_trip_length' => null,
'restricted_check_in' => null,
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'viewCount' => '0',
'modified' => '2022-01-19 05:02:12',
'created' => '2021-12-29 21:08:05'
),
'Landloard' => array(
'password' => '*****',
'id' => '1',
'first_name' => 'John',
'last_name' => 'Ray',
'profile_image' => '211222205023.jpg',
'primary_phone' => '+9136541201',
'secondary_phone' => '',
'primary_email' => 'john@mailinator.com',
'secondary_email' => 'john@mailinator.com',
'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p>
',
'address' => '18B, Sea street',
'city' => 'Tampa',
'zip' => '33605',
'state' => 'Florida',
'facebook_socialmedia' => '',
'twitter_socialmedia' => '',
'instagram_socialmedia' => '',
'ip' => '116.206.203.23',
'isVerfied' => '1',
'isPhoneVerfied' => '0',
'isStatus' => '1',
'user_type' => '0',
'isCurrentMembership' => '1',
'acceptPayment' => '0',
'membership_plan_end_date' => '2022-12-22',
'affiliated_id' => '0',
'iscCreaterType' => '1',
'modified' => '2023-03-30 12:19:59',
'created' => '2021-12-22 20:40:35'
)
),
(int) 1 => array(
'Property' => array(
'id' => '2',
'property_id' => 'GH2',
'landloard_id' => '2',
'property_type' => '6',
'category' => '1',
'title' => 'Clean & Comfy room *mins away *Free Parking',
'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\">
<div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br />
Take in all of Tampa, FL as you’ll be only minutes away from everything!<br />
<br />
• Designed with your needs in mind, we created a space as your home away from home .<br />
• Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br />
<br />
What you’ll love ❤️:<br />
- An incredible room, with gorgeous views.<br />
- With comfy Mattress enjoy a long peaceful sleep<br />
<br />
Note: Our cleaners are one-call away</div>
</div>
<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\">
<div style=\"box-sizing: border-box;\">
<div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\">
<h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3>
</div>
You don't have to give up comfort when traveling.<br />
<br />
Our 3 Bedrooms/2 Bathroom House 〰<br />
1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br />
<br />
* Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br />
<br />
* All linens are high-quality cotton for your cleanliness and comfort.<br />
<br />
* The pillows are pure goose down for maximum relaxation.<br />
<br />
Forget something?<br />
<br />
*Our bathrooms are stocked with all the essential toiletries for your convenience.<br />
<br />
〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br />
<br />
〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br />
Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div>
</div>',
'address' => '4235 East Curtis Street, Tampa, FL, USA',
'zip' => '33610',
'city' => 'Tampa',
'state' => 'Florida',
'latitude' => '27.9879158',
'longitude' => '-82.4094794',
'image' => '220104071054.jpg',
'video' => '',
'bedrooms' => '1',
'bathrooms' => '1',
'garage' => '1',
'kitchen' => '1',
'drawing_room' => '1',
'balcony' => '1',
'shared_room' => '1',
'shared_bathroom' => '0',
'shared_kitchen' => '0',
'shared_drawing_room' => '0',
'subLeasing' => '0',
'shortTermRental' => '0',
'tot_property_size' => '450',
'year_built' => '1995',
'price_type' => '0',
'price' => '45.00',
'isFeatured' => '1',
'isCreater' => '0',
'isActive' => '1',
'snooze_start_date' => null,
'snooze_end_date' => null,
'min_trip_length' => '3',
'max_trip_length' => '30',
'restricted_check_in' => 'monday,wednesday,friday,sunday',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'viewCount' => '0',
'modified' => '2022-01-24 21:47:27',
'created' => '2021-12-22 21:39:10'
),
'Landloard' => array(
'password' => '*****',
'id' => '2',
'first_name' => 'Petersonn',
'last_name' => 'Suffrena',
'profile_image' => '211227173709.jpg',
'primary_phone' => '+18135887188',
'secondary_phone' => '8136664161',
'primary_email' => 'petesmovers@gmail.com',
'secondary_email' => 'petesmovers@gmail.com',
'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ',
'address' => '4235 E Curtis St',
'city' => 'Tampa',
'zip' => '33610',
'state' => 'Florida',
'facebook_socialmedia' => '',
'twitter_socialmedia' => '',
'instagram_socialmedia' => '',
'ip' => '97.106.255.46',
'isVerfied' => '1',
'isPhoneVerfied' => '0',
'isStatus' => '1',
'user_type' => '0',
'isCurrentMembership' => '1',
'acceptPayment' => '0',
'membership_plan_end_date' => '2022-12-22',
'affiliated_id' => '0',
'iscCreaterType' => '0',
'modified' => '2022-02-17 11:26:02',
'created' => '2021-12-22 21:31:06'
)
),
(int) 2 => array(
'Property' => array(
'id' => '1',
'property_id' => 'GH1',
'landloard_id' => '1',
'property_type' => '1',
'category' => '1',
'title' => 'Luxury Family Apartment',
'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p>
',
'address' => '1250 Waters Place,',
'zip' => '10006',
'city' => 'Bronx',
'state' => 'New York',
'latitude' => '40.709329',
'longitude' => '-74.0131196',
'image' => '211222210606.jpg',
'video' => '',
'bedrooms' => '1',
'bathrooms' => '1',
'garage' => '0',
'kitchen' => '1',
'drawing_room' => '1',
'balcony' => '0',
'shared_room' => '0',
'shared_bathroom' => '0',
'shared_kitchen' => '0',
'shared_drawing_room' => '0',
'subLeasing' => '0',
'shortTermRental' => '0',
'tot_property_size' => '1250',
'year_built' => '2015',
'price_type' => '0',
'price' => '1000.00',
'isFeatured' => '1',
'isCreater' => '1',
'isActive' => '1',
'snooze_start_date' => null,
'snooze_end_date' => null,
'min_trip_length' => null,
'max_trip_length' => null,
'restricted_check_in' => null,
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'viewCount' => '0',
'modified' => '2022-02-17 04:21:34',
'created' => '2021-12-22 21:06:06'
),
'Landloard' => array(
'password' => '*****',
'id' => '1',
'first_name' => 'John',
'last_name' => 'Ray',
'profile_image' => '211222205023.jpg',
'primary_phone' => '+9136541201',
'secondary_phone' => '',
'primary_email' => 'john@mailinator.com',
'secondary_email' => 'john@mailinator.com',
'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p>
',
'address' => '18B, Sea street',
'city' => 'Tampa',
'zip' => '33605',
'state' => 'Florida',
'facebook_socialmedia' => '',
'twitter_socialmedia' => '',
'instagram_socialmedia' => '',
'ip' => '116.206.203.23',
'isVerfied' => '1',
'isPhoneVerfied' => '0',
'isStatus' => '1',
'user_type' => '0',
'isCurrentMembership' => '1',
'acceptPayment' => '0',
'membership_plan_end_date' => '2022-12-22',
'affiliated_id' => '0',
'iscCreaterType' => '1',
'modified' => '2023-03-30 12:19:59',
'created' => '2021-12-22 20:40:35'
)
)
)
$categories = array(
(int) 0 => array(
'Property' => array(
'property_type' => '1'
),
'PropertiesType' => array(
'name' => 'Apartment',
'slug' => 'apartment'
)
),
(int) 1 => array(
'Property' => array(
'property_type' => '3'
),
'PropertiesType' => array(
'name' => 'Condo',
'slug' => 'condo'
)
),
(int) 2 => array(
'Property' => array(
'property_type' => '4'
),
'PropertiesType' => array(
'name' => 'House',
'slug' => 'house'
)
),
(int) 3 => array(
'Property' => array(
'property_type' => '6'
),
'PropertiesType' => array(
'name' => 'Single Room',
'slug' => 'single-room'
)
),
(int) 4 => array(
'Property' => array(
'property_type' => '9'
),
'PropertiesType' => array(
'name' => 'Townhouse',
'slug' => 'townhouse'
)
)
)
$countpropertiesNearBy = (int) 0
$countpropertiesFloor = (int) 0
$countPropertiesBanner = (int) 0
$countpropertiesDocument = (int) 0
$countPropertiesFeature = (int) 0
$info = null
$travel_categories = array(
(int) 1 => 'Business',
(int) 2 => 'Travel',
(int) 3 => 'Medical',
(int) 4 => 'Study',
(int) 5 => 'Getaway ',
(int) 6 => 'Vacation',
(int) 7 => 'Work Related'
)
$properties_types = array(
(int) 0 => array(
'PropertiesType' => array(
'id' => '1',
'name' => 'Apartment',
'slug' => 'apartment',
'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments',
'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.',
'meta_keyword' => 'Apartment for Rent',
'isActive' => '1',
'modified' => '2022-03-12 08:25:16',
'created' => '2021-12-04 04:00:00'
)
),
(int) 1 => array(
'PropertiesType' => array(
'id' => '2',
'name' => 'Bungalow',
'slug' => 'bungalow',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:32:05',
'created' => '2021-12-04 05:00:00'
)
),
(int) 2 => array(
'PropertiesType' => array(
'id' => '3',
'name' => 'Condo',
'slug' => 'condo',
'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive',
'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ',
'meta_keyword' => 'Condos for Rent',
'isActive' => '1',
'modified' => '2022-03-04 05:23:19',
'created' => '2021-12-04 04:09:00'
)
),
(int) 3 => array(
'PropertiesType' => array(
'id' => '4',
'name' => 'House',
'slug' => 'house',
'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive',
'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.',
'meta_keyword' => 'Houses for Rent',
'isActive' => '1',
'modified' => '2022-03-04 05:16:54',
'created' => '2021-12-04 03:06:00'
)
),
(int) 4 => array(
'PropertiesType' => array(
'id' => '5',
'name' => 'Land',
'slug' => 'land',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:32:51',
'created' => '2021-12-04 04:00:00'
)
),
(int) 5 => array(
'PropertiesType' => array(
'id' => '6',
'name' => 'Single Room',
'slug' => 'single-room',
'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive',
'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.',
'meta_keyword' => 'single room',
'isActive' => '1',
'modified' => '2022-03-04 04:29:29',
'created' => '2021-12-04 06:00:22'
)
),
(int) 6 => array(
'PropertiesType' => array(
'id' => '7',
'name' => 'Double Room',
'slug' => 'double-room',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:32:30',
'created' => '2021-12-04 06:00:00'
)
),
(int) 7 => array(
'PropertiesType' => array(
'id' => '8',
'name' => 'Shared Room',
'slug' => 'shared-room',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:33:08',
'created' => '2021-12-04 07:00:17'
)
),
(int) 8 => array(
'PropertiesType' => array(
'id' => '9',
'name' => 'Townhouse',
'slug' => 'townhouse',
'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive',
'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.',
'meta_keyword' => 'Townhouses for Rent',
'isActive' => '1',
'modified' => '2022-03-04 05:14:14',
'created' => '2022-01-27 22:32:38'
)
)
)
$rand = (int) 2532
$UserType = null
$landloardID = null
$affiliatedUserID = null
$notification = array()
$pages = array(
'Page' => array(
'page_title' => '',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'google_analytics' => ''
)
)
$siteSetting = array(
'SiteSetting' => array(
'id' => '1',
'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ',
'notification_start_date' => '2022-01-07',
'notification_end_date' => '2022-01-27',
'facebook_url' => 'https://www.facebook.com/GrandistHive',
'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee',
'twitter_url' => '',
'instagram_url' => '',
'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654',
'site_phone' => '(727) 855-4544',
'site_fax' => '(727) 855-4548',
'site_email' => 'info@grandisthive.com',
'site_licence' => '.',
'admin_email' => 'info@grandisthive.com',
'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved',
'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.',
'google_code' => '',
'stripe_private_key' => '',
'stripe_public_key' => '',
'paypal_username' => '',
'paypal_password' => '',
'paypal_signature' => '',
'register_now_text_big' => 'List Your Property OR Book Your Request Here',
'register_now_text_small' => 'We only work with the best companies around the globe',
'smtp_hostname' => 'smtp.sendgrid.net',
'smtp_port' => '25',
'smtp_username' => 'apikey',
'smtp_password' => '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',
'map_radius' => '10',
'map_default_lat' => '27.9506',
'map_default_lng' => '-82.4572',
'sms_username' => '',
'sms_password' => '',
'sms_api_url' => ''
)
)
include - APP/View/Properties/view.ctp, line 129
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 968
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 129]
/ <ul class="list-inline-item">
<li><p><span><?php echo stripslashes($info['Property']['property_id']); ?></span></p></li>
<li><p><span>$<?php echo stripslashes($info['Property']['price']); ?></span><b>/<?php if($info['Property']['price_type'] == 1){ echo"mo"; } else { echo"night"; } ?></b></p></li>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp'
$dataForView = array(
'properties_reviews' => array(),
'similar_properties' => array(),
'featured_properties' => array(
(int) 0 => array(
'Property' => array(
[maximum depth reached]
),
'Landloard' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'Property' => array(
[maximum depth reached]
),
'Landloard' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'Property' => array(
[maximum depth reached]
),
'Landloard' => array(
[maximum depth reached]
)
)
),
'categories' => array(
(int) 0 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 3 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 4 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
)
),
'countpropertiesNearBy' => (int) 0,
'countpropertiesFloor' => (int) 0,
'countPropertiesBanner' => (int) 0,
'countpropertiesDocument' => (int) 0,
'countPropertiesFeature' => (int) 0,
'info' => null,
'travel_categories' => array(
(int) 1 => 'Business',
(int) 2 => 'Travel',
(int) 3 => 'Medical',
(int) 4 => 'Study',
(int) 5 => 'Getaway ',
(int) 6 => 'Vacation',
(int) 7 => 'Work Related'
),
'properties_types' => array(
(int) 0 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 3 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 4 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 5 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 6 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 7 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 8 => array(
'PropertiesType' => array(
[maximum depth reached]
)
)
),
'rand' => (int) 2532,
'UserType' => null,
'landloardID' => null,
'affiliatedUserID' => null,
'notification' => array(),
'pages' => array(
'Page' => array(
'page_title' => '',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'google_analytics' => ''
)
),
'siteSetting' => array(
'SiteSetting' => array(
'id' => '1',
'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ',
'notification_start_date' => '2022-01-07',
'notification_end_date' => '2022-01-27',
'facebook_url' => 'https://www.facebook.com/GrandistHive',
'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee',
'twitter_url' => '',
'instagram_url' => '',
'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654',
'site_phone' => '(727) 855-4544',
'site_fax' => '(727) 855-4548',
'site_email' => 'info@grandisthive.com',
'site_licence' => '.',
'admin_email' => 'info@grandisthive.com',
'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved',
'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.',
'google_code' => '',
'stripe_private_key' => '',
'stripe_public_key' => '',
'paypal_username' => '',
'paypal_password' => '',
'paypal_signature' => '',
'register_now_text_big' => 'List Your Property OR Book Your Request Here',
'register_now_text_small' => 'We only work with the best companies around the globe',
'smtp_hostname' => 'smtp.sendgrid.net',
'smtp_port' => '25',
'smtp_username' => 'apikey',
'smtp_password' => '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',
'map_radius' => '10',
'map_default_lat' => '27.9506',
'map_default_lng' => '-82.4572',
'sms_username' => '',
'sms_password' => '',
'sms_api_url' => ''
)
)
)
$properties_reviews = array()
$similar_properties = array()
$featured_properties = array(
(int) 0 => array(
'Property' => array(
'id' => '3',
'property_id' => 'GH3',
'landloard_id' => '1',
'property_type' => '1',
'category' => '1',
'title' => 'Luxury Family Apartment ^',
'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p>
<p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>',
'address' => '12300 Bermuda Road, Henderson, NV, USA',
'zip' => '33202',
'city' => 'NV',
'state' => 'New Jersey',
'latitude' => '35.9649204',
'longitude' => '-115.1519353',
'image' => '211229210805.jpg',
'video' => '',
'bedrooms' => '2',
'bathrooms' => '2',
'garage' => '1',
'kitchen' => '1',
'drawing_room' => '1',
'balcony' => '1',
'shared_room' => '0',
'shared_bathroom' => '0',
'shared_kitchen' => '0',
'shared_drawing_room' => '0',
'subLeasing' => '0',
'shortTermRental' => '0',
'tot_property_size' => '1250',
'year_built' => '1996',
'price_type' => '0',
'price' => '1000.00',
'isFeatured' => '1',
'isCreater' => '1',
'isActive' => '1',
'snooze_start_date' => null,
'snooze_end_date' => null,
'min_trip_length' => null,
'max_trip_length' => null,
'restricted_check_in' => null,
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'viewCount' => '0',
'modified' => '2022-01-19 05:02:12',
'created' => '2021-12-29 21:08:05'
),
'Landloard' => array(
'password' => '*****',
'id' => '1',
'first_name' => 'John',
'last_name' => 'Ray',
'profile_image' => '211222205023.jpg',
'primary_phone' => '+9136541201',
'secondary_phone' => '',
'primary_email' => 'john@mailinator.com',
'secondary_email' => 'john@mailinator.com',
'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p>
',
'address' => '18B, Sea street',
'city' => 'Tampa',
'zip' => '33605',
'state' => 'Florida',
'facebook_socialmedia' => '',
'twitter_socialmedia' => '',
'instagram_socialmedia' => '',
'ip' => '116.206.203.23',
'isVerfied' => '1',
'isPhoneVerfied' => '0',
'isStatus' => '1',
'user_type' => '0',
'isCurrentMembership' => '1',
'acceptPayment' => '0',
'membership_plan_end_date' => '2022-12-22',
'affiliated_id' => '0',
'iscCreaterType' => '1',
'modified' => '2023-03-30 12:19:59',
'created' => '2021-12-22 20:40:35'
)
),
(int) 1 => array(
'Property' => array(
'id' => '2',
'property_id' => 'GH2',
'landloard_id' => '2',
'property_type' => '6',
'category' => '1',
'title' => 'Clean & Comfy room *mins away *Free Parking',
'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\">
<div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br />
Take in all of Tampa, FL as you’ll be only minutes away from everything!<br />
<br />
• Designed with your needs in mind, we created a space as your home away from home .<br />
• Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br />
<br />
What you’ll love ❤️:<br />
- An incredible room, with gorgeous views.<br />
- With comfy Mattress enjoy a long peaceful sleep<br />
<br />
Note: Our cleaners are one-call away</div>
</div>
<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\">
<div style=\"box-sizing: border-box;\">
<div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\">
<h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3>
</div>
You don't have to give up comfort when traveling.<br />
<br />
Our 3 Bedrooms/2 Bathroom House 〰<br />
1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br />
<br />
* Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br />
<br />
* All linens are high-quality cotton for your cleanliness and comfort.<br />
<br />
* The pillows are pure goose down for maximum relaxation.<br />
<br />
Forget something?<br />
<br />
*Our bathrooms are stocked with all the essential toiletries for your convenience.<br />
<br />
〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br />
<br />
〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br />
Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div>
</div>',
'address' => '4235 East Curtis Street, Tampa, FL, USA',
'zip' => '33610',
'city' => 'Tampa',
'state' => 'Florida',
'latitude' => '27.9879158',
'longitude' => '-82.4094794',
'image' => '220104071054.jpg',
'video' => '',
'bedrooms' => '1',
'bathrooms' => '1',
'garage' => '1',
'kitchen' => '1',
'drawing_room' => '1',
'balcony' => '1',
'shared_room' => '1',
'shared_bathroom' => '0',
'shared_kitchen' => '0',
'shared_drawing_room' => '0',
'subLeasing' => '0',
'shortTermRental' => '0',
'tot_property_size' => '450',
'year_built' => '1995',
'price_type' => '0',
'price' => '45.00',
'isFeatured' => '1',
'isCreater' => '0',
'isActive' => '1',
'snooze_start_date' => null,
'snooze_end_date' => null,
'min_trip_length' => '3',
'max_trip_length' => '30',
'restricted_check_in' => 'monday,wednesday,friday,sunday',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'viewCount' => '0',
'modified' => '2022-01-24 21:47:27',
'created' => '2021-12-22 21:39:10'
),
'Landloard' => array(
'password' => '*****',
'id' => '2',
'first_name' => 'Petersonn',
'last_name' => 'Suffrena',
'profile_image' => '211227173709.jpg',
'primary_phone' => '+18135887188',
'secondary_phone' => '8136664161',
'primary_email' => 'petesmovers@gmail.com',
'secondary_email' => 'petesmovers@gmail.com',
'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ',
'address' => '4235 E Curtis St',
'city' => 'Tampa',
'zip' => '33610',
'state' => 'Florida',
'facebook_socialmedia' => '',
'twitter_socialmedia' => '',
'instagram_socialmedia' => '',
'ip' => '97.106.255.46',
'isVerfied' => '1',
'isPhoneVerfied' => '0',
'isStatus' => '1',
'user_type' => '0',
'isCurrentMembership' => '1',
'acceptPayment' => '0',
'membership_plan_end_date' => '2022-12-22',
'affiliated_id' => '0',
'iscCreaterType' => '0',
'modified' => '2022-02-17 11:26:02',
'created' => '2021-12-22 21:31:06'
)
),
(int) 2 => array(
'Property' => array(
'id' => '1',
'property_id' => 'GH1',
'landloard_id' => '1',
'property_type' => '1',
'category' => '1',
'title' => 'Luxury Family Apartment',
'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p>
',
'address' => '1250 Waters Place,',
'zip' => '10006',
'city' => 'Bronx',
'state' => 'New York',
'latitude' => '40.709329',
'longitude' => '-74.0131196',
'image' => '211222210606.jpg',
'video' => '',
'bedrooms' => '1',
'bathrooms' => '1',
'garage' => '0',
'kitchen' => '1',
'drawing_room' => '1',
'balcony' => '0',
'shared_room' => '0',
'shared_bathroom' => '0',
'shared_kitchen' => '0',
'shared_drawing_room' => '0',
'subLeasing' => '0',
'shortTermRental' => '0',
'tot_property_size' => '1250',
'year_built' => '2015',
'price_type' => '0',
'price' => '1000.00',
'isFeatured' => '1',
'isCreater' => '1',
'isActive' => '1',
'snooze_start_date' => null,
'snooze_end_date' => null,
'min_trip_length' => null,
'max_trip_length' => null,
'restricted_check_in' => null,
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'viewCount' => '0',
'modified' => '2022-02-17 04:21:34',
'created' => '2021-12-22 21:06:06'
),
'Landloard' => array(
'password' => '*****',
'id' => '1',
'first_name' => 'John',
'last_name' => 'Ray',
'profile_image' => '211222205023.jpg',
'primary_phone' => '+9136541201',
'secondary_phone' => '',
'primary_email' => 'john@mailinator.com',
'secondary_email' => 'john@mailinator.com',
'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p>
',
'address' => '18B, Sea street',
'city' => 'Tampa',
'zip' => '33605',
'state' => 'Florida',
'facebook_socialmedia' => '',
'twitter_socialmedia' => '',
'instagram_socialmedia' => '',
'ip' => '116.206.203.23',
'isVerfied' => '1',
'isPhoneVerfied' => '0',
'isStatus' => '1',
'user_type' => '0',
'isCurrentMembership' => '1',
'acceptPayment' => '0',
'membership_plan_end_date' => '2022-12-22',
'affiliated_id' => '0',
'iscCreaterType' => '1',
'modified' => '2023-03-30 12:19:59',
'created' => '2021-12-22 20:40:35'
)
)
)
$categories = array(
(int) 0 => array(
'Property' => array(
'property_type' => '1'
),
'PropertiesType' => array(
'name' => 'Apartment',
'slug' => 'apartment'
)
),
(int) 1 => array(
'Property' => array(
'property_type' => '3'
),
'PropertiesType' => array(
'name' => 'Condo',
'slug' => 'condo'
)
),
(int) 2 => array(
'Property' => array(
'property_type' => '4'
),
'PropertiesType' => array(
'name' => 'House',
'slug' => 'house'
)
),
(int) 3 => array(
'Property' => array(
'property_type' => '6'
),
'PropertiesType' => array(
'name' => 'Single Room',
'slug' => 'single-room'
)
),
(int) 4 => array(
'Property' => array(
'property_type' => '9'
),
'PropertiesType' => array(
'name' => 'Townhouse',
'slug' => 'townhouse'
)
)
)
$countpropertiesNearBy = (int) 0
$countpropertiesFloor = (int) 0
$countPropertiesBanner = (int) 0
$countpropertiesDocument = (int) 0
$countPropertiesFeature = (int) 0
$info = null
$travel_categories = array(
(int) 1 => 'Business',
(int) 2 => 'Travel',
(int) 3 => 'Medical',
(int) 4 => 'Study',
(int) 5 => 'Getaway ',
(int) 6 => 'Vacation',
(int) 7 => 'Work Related'
)
$properties_types = array(
(int) 0 => array(
'PropertiesType' => array(
'id' => '1',
'name' => 'Apartment',
'slug' => 'apartment',
'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments',
'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.',
'meta_keyword' => 'Apartment for Rent',
'isActive' => '1',
'modified' => '2022-03-12 08:25:16',
'created' => '2021-12-04 04:00:00'
)
),
(int) 1 => array(
'PropertiesType' => array(
'id' => '2',
'name' => 'Bungalow',
'slug' => 'bungalow',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:32:05',
'created' => '2021-12-04 05:00:00'
)
),
(int) 2 => array(
'PropertiesType' => array(
'id' => '3',
'name' => 'Condo',
'slug' => 'condo',
'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive',
'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ',
'meta_keyword' => 'Condos for Rent',
'isActive' => '1',
'modified' => '2022-03-04 05:23:19',
'created' => '2021-12-04 04:09:00'
)
),
(int) 3 => array(
'PropertiesType' => array(
'id' => '4',
'name' => 'House',
'slug' => 'house',
'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive',
'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.',
'meta_keyword' => 'Houses for Rent',
'isActive' => '1',
'modified' => '2022-03-04 05:16:54',
'created' => '2021-12-04 03:06:00'
)
),
(int) 4 => array(
'PropertiesType' => array(
'id' => '5',
'name' => 'Land',
'slug' => 'land',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:32:51',
'created' => '2021-12-04 04:00:00'
)
),
(int) 5 => array(
'PropertiesType' => array(
'id' => '6',
'name' => 'Single Room',
'slug' => 'single-room',
'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive',
'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.',
'meta_keyword' => 'single room',
'isActive' => '1',
'modified' => '2022-03-04 04:29:29',
'created' => '2021-12-04 06:00:22'
)
),
(int) 6 => array(
'PropertiesType' => array(
'id' => '7',
'name' => 'Double Room',
'slug' => 'double-room',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:32:30',
'created' => '2021-12-04 06:00:00'
)
),
(int) 7 => array(
'PropertiesType' => array(
'id' => '8',
'name' => 'Shared Room',
'slug' => 'shared-room',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:33:08',
'created' => '2021-12-04 07:00:17'
)
),
(int) 8 => array(
'PropertiesType' => array(
'id' => '9',
'name' => 'Townhouse',
'slug' => 'townhouse',
'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive',
'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.',
'meta_keyword' => 'Townhouses for Rent',
'isActive' => '1',
'modified' => '2022-03-04 05:14:14',
'created' => '2022-01-27 22:32:38'
)
)
)
$rand = (int) 2532
$UserType = null
$landloardID = null
$affiliatedUserID = null
$notification = array()
$pages = array(
'Page' => array(
'page_title' => '',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'google_analytics' => ''
)
)
$siteSetting = array(
'SiteSetting' => array(
'id' => '1',
'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ',
'notification_start_date' => '2022-01-07',
'notification_end_date' => '2022-01-27',
'facebook_url' => 'https://www.facebook.com/GrandistHive',
'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee',
'twitter_url' => '',
'instagram_url' => '',
'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654',
'site_phone' => '(727) 855-4544',
'site_fax' => '(727) 855-4548',
'site_email' => 'info@grandisthive.com',
'site_licence' => '.',
'admin_email' => 'info@grandisthive.com',
'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved',
'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.',
'google_code' => '',
'stripe_private_key' => '',
'stripe_public_key' => '',
'paypal_username' => '',
'paypal_password' => '',
'paypal_signature' => '',
'register_now_text_big' => 'List Your Property OR Book Your Request Here',
'register_now_text_small' => 'We only work with the best companies around the globe',
'smtp_hostname' => 'smtp.sendgrid.net',
'smtp_port' => '25',
'smtp_username' => 'apikey',
'smtp_password' => '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',
'map_radius' => '10',
'map_default_lat' => '27.9506',
'map_default_lng' => '-82.4572',
'sms_username' => '',
'sms_password' => '',
'sms_api_url' => ''
)
)
include - APP/View/Properties/view.ctp, line 129
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 968
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 129]
<ul class="list-inline-item">
<li><p><span><?php echo stripslashes($info['Property']['property_id']); ?></span></p></li>
<li><p><span>$<?php echo stripslashes($info['Property']['price']); ?></span><b>/<?php if($info['Property']['price_type'] == 1){ echo"mo"; } else { echo"night"; } ?></b></p></li>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp'
$dataForView = array(
'properties_reviews' => array(),
'similar_properties' => array(),
'featured_properties' => array(
(int) 0 => array(
'Property' => array(
[maximum depth reached]
),
'Landloard' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'Property' => array(
[maximum depth reached]
),
'Landloard' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'Property' => array(
[maximum depth reached]
),
'Landloard' => array(
[maximum depth reached]
)
)
),
'categories' => array(
(int) 0 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 3 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 4 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
)
),
'countpropertiesNearBy' => (int) 0,
'countpropertiesFloor' => (int) 0,
'countPropertiesBanner' => (int) 0,
'countpropertiesDocument' => (int) 0,
'countPropertiesFeature' => (int) 0,
'info' => null,
'travel_categories' => array(
(int) 1 => 'Business',
(int) 2 => 'Travel',
(int) 3 => 'Medical',
(int) 4 => 'Study',
(int) 5 => 'Getaway ',
(int) 6 => 'Vacation',
(int) 7 => 'Work Related'
),
'properties_types' => array(
(int) 0 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 3 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 4 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 5 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 6 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 7 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 8 => array(
'PropertiesType' => array(
[maximum depth reached]
)
)
),
'rand' => (int) 2532,
'UserType' => null,
'landloardID' => null,
'affiliatedUserID' => null,
'notification' => array(),
'pages' => array(
'Page' => array(
'page_title' => '',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'google_analytics' => ''
)
),
'siteSetting' => array(
'SiteSetting' => array(
'id' => '1',
'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ',
'notification_start_date' => '2022-01-07',
'notification_end_date' => '2022-01-27',
'facebook_url' => 'https://www.facebook.com/GrandistHive',
'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee',
'twitter_url' => '',
'instagram_url' => '',
'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654',
'site_phone' => '(727) 855-4544',
'site_fax' => '(727) 855-4548',
'site_email' => 'info@grandisthive.com',
'site_licence' => '.',
'admin_email' => 'info@grandisthive.com',
'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved',
'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.',
'google_code' => '',
'stripe_private_key' => '',
'stripe_public_key' => '',
'paypal_username' => '',
'paypal_password' => '',
'paypal_signature' => '',
'register_now_text_big' => 'List Your Property OR Book Your Request Here',
'register_now_text_small' => 'We only work with the best companies around the globe',
'smtp_hostname' => 'smtp.sendgrid.net',
'smtp_port' => '25',
'smtp_username' => 'apikey',
'smtp_password' => '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',
'map_radius' => '10',
'map_default_lat' => '27.9506',
'map_default_lng' => '-82.4572',
'sms_username' => '',
'sms_password' => '',
'sms_api_url' => ''
)
)
)
$properties_reviews = array()
$similar_properties = array()
$featured_properties = array(
(int) 0 => array(
'Property' => array(
'id' => '3',
'property_id' => 'GH3',
'landloard_id' => '1',
'property_type' => '1',
'category' => '1',
'title' => 'Luxury Family Apartment ^',
'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p>
<p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>',
'address' => '12300 Bermuda Road, Henderson, NV, USA',
'zip' => '33202',
'city' => 'NV',
'state' => 'New Jersey',
'latitude' => '35.9649204',
'longitude' => '-115.1519353',
'image' => '211229210805.jpg',
'video' => '',
'bedrooms' => '2',
'bathrooms' => '2',
'garage' => '1',
'kitchen' => '1',
'drawing_room' => '1',
'balcony' => '1',
'shared_room' => '0',
'shared_bathroom' => '0',
'shared_kitchen' => '0',
'shared_drawing_room' => '0',
'subLeasing' => '0',
'shortTermRental' => '0',
'tot_property_size' => '1250',
'year_built' => '1996',
'price_type' => '0',
'price' => '1000.00',
'isFeatured' => '1',
'isCreater' => '1',
'isActive' => '1',
'snooze_start_date' => null,
'snooze_end_date' => null,
'min_trip_length' => null,
'max_trip_length' => null,
'restricted_check_in' => null,
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'viewCount' => '0',
'modified' => '2022-01-19 05:02:12',
'created' => '2021-12-29 21:08:05'
),
'Landloard' => array(
'password' => '*****',
'id' => '1',
'first_name' => 'John',
'last_name' => 'Ray',
'profile_image' => '211222205023.jpg',
'primary_phone' => '+9136541201',
'secondary_phone' => '',
'primary_email' => 'john@mailinator.com',
'secondary_email' => 'john@mailinator.com',
'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p>
',
'address' => '18B, Sea street',
'city' => 'Tampa',
'zip' => '33605',
'state' => 'Florida',
'facebook_socialmedia' => '',
'twitter_socialmedia' => '',
'instagram_socialmedia' => '',
'ip' => '116.206.203.23',
'isVerfied' => '1',
'isPhoneVerfied' => '0',
'isStatus' => '1',
'user_type' => '0',
'isCurrentMembership' => '1',
'acceptPayment' => '0',
'membership_plan_end_date' => '2022-12-22',
'affiliated_id' => '0',
'iscCreaterType' => '1',
'modified' => '2023-03-30 12:19:59',
'created' => '2021-12-22 20:40:35'
)
),
(int) 1 => array(
'Property' => array(
'id' => '2',
'property_id' => 'GH2',
'landloard_id' => '2',
'property_type' => '6',
'category' => '1',
'title' => 'Clean & Comfy room *mins away *Free Parking',
'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\">
<div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br />
Take in all of Tampa, FL as you’ll be only minutes away from everything!<br />
<br />
• Designed with your needs in mind, we created a space as your home away from home .<br />
• Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br />
<br />
What you’ll love ❤️:<br />
- An incredible room, with gorgeous views.<br />
- With comfy Mattress enjoy a long peaceful sleep<br />
<br />
Note: Our cleaners are one-call away</div>
</div>
<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\">
<div style=\"box-sizing: border-box;\">
<div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\">
<h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3>
</div>
You don't have to give up comfort when traveling.<br />
<br />
Our 3 Bedrooms/2 Bathroom House 〰<br />
1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br />
<br />
* Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br />
<br />
* All linens are high-quality cotton for your cleanliness and comfort.<br />
<br />
* The pillows are pure goose down for maximum relaxation.<br />
<br />
Forget something?<br />
<br />
*Our bathrooms are stocked with all the essential toiletries for your convenience.<br />
<br />
〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br />
<br />
〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br />
Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div>
</div>',
'address' => '4235 East Curtis Street, Tampa, FL, USA',
'zip' => '33610',
'city' => 'Tampa',
'state' => 'Florida',
'latitude' => '27.9879158',
'longitude' => '-82.4094794',
'image' => '220104071054.jpg',
'video' => '',
'bedrooms' => '1',
'bathrooms' => '1',
'garage' => '1',
'kitchen' => '1',
'drawing_room' => '1',
'balcony' => '1',
'shared_room' => '1',
'shared_bathroom' => '0',
'shared_kitchen' => '0',
'shared_drawing_room' => '0',
'subLeasing' => '0',
'shortTermRental' => '0',
'tot_property_size' => '450',
'year_built' => '1995',
'price_type' => '0',
'price' => '45.00',
'isFeatured' => '1',
'isCreater' => '0',
'isActive' => '1',
'snooze_start_date' => null,
'snooze_end_date' => null,
'min_trip_length' => '3',
'max_trip_length' => '30',
'restricted_check_in' => 'monday,wednesday,friday,sunday',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'viewCount' => '0',
'modified' => '2022-01-24 21:47:27',
'created' => '2021-12-22 21:39:10'
),
'Landloard' => array(
'password' => '*****',
'id' => '2',
'first_name' => 'Petersonn',
'last_name' => 'Suffrena',
'profile_image' => '211227173709.jpg',
'primary_phone' => '+18135887188',
'secondary_phone' => '8136664161',
'primary_email' => 'petesmovers@gmail.com',
'secondary_email' => 'petesmovers@gmail.com',
'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ',
'address' => '4235 E Curtis St',
'city' => 'Tampa',
'zip' => '33610',
'state' => 'Florida',
'facebook_socialmedia' => '',
'twitter_socialmedia' => '',
'instagram_socialmedia' => '',
'ip' => '97.106.255.46',
'isVerfied' => '1',
'isPhoneVerfied' => '0',
'isStatus' => '1',
'user_type' => '0',
'isCurrentMembership' => '1',
'acceptPayment' => '0',
'membership_plan_end_date' => '2022-12-22',
'affiliated_id' => '0',
'iscCreaterType' => '0',
'modified' => '2022-02-17 11:26:02',
'created' => '2021-12-22 21:31:06'
)
),
(int) 2 => array(
'Property' => array(
'id' => '1',
'property_id' => 'GH1',
'landloard_id' => '1',
'property_type' => '1',
'category' => '1',
'title' => 'Luxury Family Apartment',
'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p>
',
'address' => '1250 Waters Place,',
'zip' => '10006',
'city' => 'Bronx',
'state' => 'New York',
'latitude' => '40.709329',
'longitude' => '-74.0131196',
'image' => '211222210606.jpg',
'video' => '',
'bedrooms' => '1',
'bathrooms' => '1',
'garage' => '0',
'kitchen' => '1',
'drawing_room' => '1',
'balcony' => '0',
'shared_room' => '0',
'shared_bathroom' => '0',
'shared_kitchen' => '0',
'shared_drawing_room' => '0',
'subLeasing' => '0',
'shortTermRental' => '0',
'tot_property_size' => '1250',
'year_built' => '2015',
'price_type' => '0',
'price' => '1000.00',
'isFeatured' => '1',
'isCreater' => '1',
'isActive' => '1',
'snooze_start_date' => null,
'snooze_end_date' => null,
'min_trip_length' => null,
'max_trip_length' => null,
'restricted_check_in' => null,
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'viewCount' => '0',
'modified' => '2022-02-17 04:21:34',
'created' => '2021-12-22 21:06:06'
),
'Landloard' => array(
'password' => '*****',
'id' => '1',
'first_name' => 'John',
'last_name' => 'Ray',
'profile_image' => '211222205023.jpg',
'primary_phone' => '+9136541201',
'secondary_phone' => '',
'primary_email' => 'john@mailinator.com',
'secondary_email' => 'john@mailinator.com',
'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p>
',
'address' => '18B, Sea street',
'city' => 'Tampa',
'zip' => '33605',
'state' => 'Florida',
'facebook_socialmedia' => '',
'twitter_socialmedia' => '',
'instagram_socialmedia' => '',
'ip' => '116.206.203.23',
'isVerfied' => '1',
'isPhoneVerfied' => '0',
'isStatus' => '1',
'user_type' => '0',
'isCurrentMembership' => '1',
'acceptPayment' => '0',
'membership_plan_end_date' => '2022-12-22',
'affiliated_id' => '0',
'iscCreaterType' => '1',
'modified' => '2023-03-30 12:19:59',
'created' => '2021-12-22 20:40:35'
)
)
)
$categories = array(
(int) 0 => array(
'Property' => array(
'property_type' => '1'
),
'PropertiesType' => array(
'name' => 'Apartment',
'slug' => 'apartment'
)
),
(int) 1 => array(
'Property' => array(
'property_type' => '3'
),
'PropertiesType' => array(
'name' => 'Condo',
'slug' => 'condo'
)
),
(int) 2 => array(
'Property' => array(
'property_type' => '4'
),
'PropertiesType' => array(
'name' => 'House',
'slug' => 'house'
)
),
(int) 3 => array(
'Property' => array(
'property_type' => '6'
),
'PropertiesType' => array(
'name' => 'Single Room',
'slug' => 'single-room'
)
),
(int) 4 => array(
'Property' => array(
'property_type' => '9'
),
'PropertiesType' => array(
'name' => 'Townhouse',
'slug' => 'townhouse'
)
)
)
$countpropertiesNearBy = (int) 0
$countpropertiesFloor = (int) 0
$countPropertiesBanner = (int) 0
$countpropertiesDocument = (int) 0
$countPropertiesFeature = (int) 0
$info = null
$travel_categories = array(
(int) 1 => 'Business',
(int) 2 => 'Travel',
(int) 3 => 'Medical',
(int) 4 => 'Study',
(int) 5 => 'Getaway ',
(int) 6 => 'Vacation',
(int) 7 => 'Work Related'
)
$properties_types = array(
(int) 0 => array(
'PropertiesType' => array(
'id' => '1',
'name' => 'Apartment',
'slug' => 'apartment',
'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments',
'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.',
'meta_keyword' => 'Apartment for Rent',
'isActive' => '1',
'modified' => '2022-03-12 08:25:16',
'created' => '2021-12-04 04:00:00'
)
),
(int) 1 => array(
'PropertiesType' => array(
'id' => '2',
'name' => 'Bungalow',
'slug' => 'bungalow',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:32:05',
'created' => '2021-12-04 05:00:00'
)
),
(int) 2 => array(
'PropertiesType' => array(
'id' => '3',
'name' => 'Condo',
'slug' => 'condo',
'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive',
'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ',
'meta_keyword' => 'Condos for Rent',
'isActive' => '1',
'modified' => '2022-03-04 05:23:19',
'created' => '2021-12-04 04:09:00'
)
),
(int) 3 => array(
'PropertiesType' => array(
'id' => '4',
'name' => 'House',
'slug' => 'house',
'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive',
'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.',
'meta_keyword' => 'Houses for Rent',
'isActive' => '1',
'modified' => '2022-03-04 05:16:54',
'created' => '2021-12-04 03:06:00'
)
),
(int) 4 => array(
'PropertiesType' => array(
'id' => '5',
'name' => 'Land',
'slug' => 'land',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:32:51',
'created' => '2021-12-04 04:00:00'
)
),
(int) 5 => array(
'PropertiesType' => array(
'id' => '6',
'name' => 'Single Room',
'slug' => 'single-room',
'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive',
'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.',
'meta_keyword' => 'single room',
'isActive' => '1',
'modified' => '2022-03-04 04:29:29',
'created' => '2021-12-04 06:00:22'
)
),
(int) 6 => array(
'PropertiesType' => array(
'id' => '7',
'name' => 'Double Room',
'slug' => 'double-room',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:32:30',
'created' => '2021-12-04 06:00:00'
)
),
(int) 7 => array(
'PropertiesType' => array(
'id' => '8',
'name' => 'Shared Room',
'slug' => 'shared-room',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:33:08',
'created' => '2021-12-04 07:00:17'
)
),
(int) 8 => array(
'PropertiesType' => array(
'id' => '9',
'name' => 'Townhouse',
'slug' => 'townhouse',
'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive',
'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.',
'meta_keyword' => 'Townhouses for Rent',
'isActive' => '1',
'modified' => '2022-03-04 05:14:14',
'created' => '2022-01-27 22:32:38'
)
)
)
$rand = (int) 2532
$UserType = null
$landloardID = null
$affiliatedUserID = null
$notification = array()
$pages = array(
'Page' => array(
'page_title' => '',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'google_analytics' => ''
)
)
$siteSetting = array(
'SiteSetting' => array(
'id' => '1',
'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ',
'notification_start_date' => '2022-01-07',
'notification_end_date' => '2022-01-27',
'facebook_url' => 'https://www.facebook.com/GrandistHive',
'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee',
'twitter_url' => '',
'instagram_url' => '',
'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654',
'site_phone' => '(727) 855-4544',
'site_fax' => '(727) 855-4548',
'site_email' => 'info@grandisthive.com',
'site_licence' => '.',
'admin_email' => 'info@grandisthive.com',
'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved',
'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.',
'google_code' => '',
'stripe_private_key' => '',
'stripe_public_key' => '',
'paypal_username' => '',
'paypal_password' => '',
'paypal_signature' => '',
'register_now_text_big' => 'List Your Property OR Book Your Request Here',
'register_now_text_small' => 'We only work with the best companies around the globe',
'smtp_hostname' => 'smtp.sendgrid.net',
'smtp_port' => '25',
'smtp_username' => 'apikey',
'smtp_password' => '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',
'map_radius' => '10',
'map_default_lat' => '27.9506',
'map_default_lng' => '-82.4572',
'sms_username' => '',
'sms_password' => '',
'sms_api_url' => ''
)
)
include - APP/View/Properties/view.ctp, line 129
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 968
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 129]
night <ul class="list-inline-item">
<li><p><span><?php echo stripslashes($info['Property']['property_id']); ?></span></p></li>
<li><p><span>$<?php echo stripslashes($info['Property']['price']); ?></span><b>/<?php if($info['Property']['price_type'] == 1){ echo"mo"; } else { echo"night"; } ?></b></p></li>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp'
$dataForView = array(
'properties_reviews' => array(),
'similar_properties' => array(),
'featured_properties' => array(
(int) 0 => array(
'Property' => array(
[maximum depth reached]
),
'Landloard' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'Property' => array(
[maximum depth reached]
),
'Landloard' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'Property' => array(
[maximum depth reached]
),
'Landloard' => array(
[maximum depth reached]
)
)
),
'categories' => array(
(int) 0 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 3 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 4 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
)
),
'countpropertiesNearBy' => (int) 0,
'countpropertiesFloor' => (int) 0,
'countPropertiesBanner' => (int) 0,
'countpropertiesDocument' => (int) 0,
'countPropertiesFeature' => (int) 0,
'info' => null,
'travel_categories' => array(
(int) 1 => 'Business',
(int) 2 => 'Travel',
(int) 3 => 'Medical',
(int) 4 => 'Study',
(int) 5 => 'Getaway ',
(int) 6 => 'Vacation',
(int) 7 => 'Work Related'
),
'properties_types' => array(
(int) 0 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 3 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 4 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 5 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 6 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 7 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 8 => array(
'PropertiesType' => array(
[maximum depth reached]
)
)
),
'rand' => (int) 2532,
'UserType' => null,
'landloardID' => null,
'affiliatedUserID' => null,
'notification' => array(),
'pages' => array(
'Page' => array(
'page_title' => '',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'google_analytics' => ''
)
),
'siteSetting' => array(
'SiteSetting' => array(
'id' => '1',
'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ',
'notification_start_date' => '2022-01-07',
'notification_end_date' => '2022-01-27',
'facebook_url' => 'https://www.facebook.com/GrandistHive',
'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee',
'twitter_url' => '',
'instagram_url' => '',
'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654',
'site_phone' => '(727) 855-4544',
'site_fax' => '(727) 855-4548',
'site_email' => 'info@grandisthive.com',
'site_licence' => '.',
'admin_email' => 'info@grandisthive.com',
'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved',
'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.',
'google_code' => '',
'stripe_private_key' => '',
'stripe_public_key' => '',
'paypal_username' => '',
'paypal_password' => '',
'paypal_signature' => '',
'register_now_text_big' => 'List Your Property OR Book Your Request Here',
'register_now_text_small' => 'We only work with the best companies around the globe',
'smtp_hostname' => 'smtp.sendgrid.net',
'smtp_port' => '25',
'smtp_username' => 'apikey',
'smtp_password' => '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',
'map_radius' => '10',
'map_default_lat' => '27.9506',
'map_default_lng' => '-82.4572',
'sms_username' => '',
'sms_password' => '',
'sms_api_url' => ''
)
)
)
$properties_reviews = array()
$similar_properties = array()
$featured_properties = array(
(int) 0 => array(
'Property' => array(
'id' => '3',
'property_id' => 'GH3',
'landloard_id' => '1',
'property_type' => '1',
'category' => '1',
'title' => 'Luxury Family Apartment ^',
'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p>
<p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>',
'address' => '12300 Bermuda Road, Henderson, NV, USA',
'zip' => '33202',
'city' => 'NV',
'state' => 'New Jersey',
'latitude' => '35.9649204',
'longitude' => '-115.1519353',
'image' => '211229210805.jpg',
'video' => '',
'bedrooms' => '2',
'bathrooms' => '2',
'garage' => '1',
'kitchen' => '1',
'drawing_room' => '1',
'balcony' => '1',
'shared_room' => '0',
'shared_bathroom' => '0',
'shared_kitchen' => '0',
'shared_drawing_room' => '0',
'subLeasing' => '0',
'shortTermRental' => '0',
'tot_property_size' => '1250',
'year_built' => '1996',
'price_type' => '0',
'price' => '1000.00',
'isFeatured' => '1',
'isCreater' => '1',
'isActive' => '1',
'snooze_start_date' => null,
'snooze_end_date' => null,
'min_trip_length' => null,
'max_trip_length' => null,
'restricted_check_in' => null,
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'viewCount' => '0',
'modified' => '2022-01-19 05:02:12',
'created' => '2021-12-29 21:08:05'
),
'Landloard' => array(
'password' => '*****',
'id' => '1',
'first_name' => 'John',
'last_name' => 'Ray',
'profile_image' => '211222205023.jpg',
'primary_phone' => '+9136541201',
'secondary_phone' => '',
'primary_email' => 'john@mailinator.com',
'secondary_email' => 'john@mailinator.com',
'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p>
',
'address' => '18B, Sea street',
'city' => 'Tampa',
'zip' => '33605',
'state' => 'Florida',
'facebook_socialmedia' => '',
'twitter_socialmedia' => '',
'instagram_socialmedia' => '',
'ip' => '116.206.203.23',
'isVerfied' => '1',
'isPhoneVerfied' => '0',
'isStatus' => '1',
'user_type' => '0',
'isCurrentMembership' => '1',
'acceptPayment' => '0',
'membership_plan_end_date' => '2022-12-22',
'affiliated_id' => '0',
'iscCreaterType' => '1',
'modified' => '2023-03-30 12:19:59',
'created' => '2021-12-22 20:40:35'
)
),
(int) 1 => array(
'Property' => array(
'id' => '2',
'property_id' => 'GH2',
'landloard_id' => '2',
'property_type' => '6',
'category' => '1',
'title' => 'Clean & Comfy room *mins away *Free Parking',
'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\">
<div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br />
Take in all of Tampa, FL as you’ll be only minutes away from everything!<br />
<br />
• Designed with your needs in mind, we created a space as your home away from home .<br />
• Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br />
<br />
What you’ll love ❤️:<br />
- An incredible room, with gorgeous views.<br />
- With comfy Mattress enjoy a long peaceful sleep<br />
<br />
Note: Our cleaners are one-call away</div>
</div>
<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\">
<div style=\"box-sizing: border-box;\">
<div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\">
<h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3>
</div>
You don't have to give up comfort when traveling.<br />
<br />
Our 3 Bedrooms/2 Bathroom House 〰<br />
1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br />
<br />
* Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br />
<br />
* All linens are high-quality cotton for your cleanliness and comfort.<br />
<br />
* The pillows are pure goose down for maximum relaxation.<br />
<br />
Forget something?<br />
<br />
*Our bathrooms are stocked with all the essential toiletries for your convenience.<br />
<br />
〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br />
<br />
〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br />
Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div>
</div>',
'address' => '4235 East Curtis Street, Tampa, FL, USA',
'zip' => '33610',
'city' => 'Tampa',
'state' => 'Florida',
'latitude' => '27.9879158',
'longitude' => '-82.4094794',
'image' => '220104071054.jpg',
'video' => '',
'bedrooms' => '1',
'bathrooms' => '1',
'garage' => '1',
'kitchen' => '1',
'drawing_room' => '1',
'balcony' => '1',
'shared_room' => '1',
'shared_bathroom' => '0',
'shared_kitchen' => '0',
'shared_drawing_room' => '0',
'subLeasing' => '0',
'shortTermRental' => '0',
'tot_property_size' => '450',
'year_built' => '1995',
'price_type' => '0',
'price' => '45.00',
'isFeatured' => '1',
'isCreater' => '0',
'isActive' => '1',
'snooze_start_date' => null,
'snooze_end_date' => null,
'min_trip_length' => '3',
'max_trip_length' => '30',
'restricted_check_in' => 'monday,wednesday,friday,sunday',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'viewCount' => '0',
'modified' => '2022-01-24 21:47:27',
'created' => '2021-12-22 21:39:10'
),
'Landloard' => array(
'password' => '*****',
'id' => '2',
'first_name' => 'Petersonn',
'last_name' => 'Suffrena',
'profile_image' => '211227173709.jpg',
'primary_phone' => '+18135887188',
'secondary_phone' => '8136664161',
'primary_email' => 'petesmovers@gmail.com',
'secondary_email' => 'petesmovers@gmail.com',
'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ',
'address' => '4235 E Curtis St',
'city' => 'Tampa',
'zip' => '33610',
'state' => 'Florida',
'facebook_socialmedia' => '',
'twitter_socialmedia' => '',
'instagram_socialmedia' => '',
'ip' => '97.106.255.46',
'isVerfied' => '1',
'isPhoneVerfied' => '0',
'isStatus' => '1',
'user_type' => '0',
'isCurrentMembership' => '1',
'acceptPayment' => '0',
'membership_plan_end_date' => '2022-12-22',
'affiliated_id' => '0',
'iscCreaterType' => '0',
'modified' => '2022-02-17 11:26:02',
'created' => '2021-12-22 21:31:06'
)
),
(int) 2 => array(
'Property' => array(
'id' => '1',
'property_id' => 'GH1',
'landloard_id' => '1',
'property_type' => '1',
'category' => '1',
'title' => 'Luxury Family Apartment',
'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p>
',
'address' => '1250 Waters Place,',
'zip' => '10006',
'city' => 'Bronx',
'state' => 'New York',
'latitude' => '40.709329',
'longitude' => '-74.0131196',
'image' => '211222210606.jpg',
'video' => '',
'bedrooms' => '1',
'bathrooms' => '1',
'garage' => '0',
'kitchen' => '1',
'drawing_room' => '1',
'balcony' => '0',
'shared_room' => '0',
'shared_bathroom' => '0',
'shared_kitchen' => '0',
'shared_drawing_room' => '0',
'subLeasing' => '0',
'shortTermRental' => '0',
'tot_property_size' => '1250',
'year_built' => '2015',
'price_type' => '0',
'price' => '1000.00',
'isFeatured' => '1',
'isCreater' => '1',
'isActive' => '1',
'snooze_start_date' => null,
'snooze_end_date' => null,
'min_trip_length' => null,
'max_trip_length' => null,
'restricted_check_in' => null,
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'viewCount' => '0',
'modified' => '2022-02-17 04:21:34',
'created' => '2021-12-22 21:06:06'
),
'Landloard' => array(
'password' => '*****',
'id' => '1',
'first_name' => 'John',
'last_name' => 'Ray',
'profile_image' => '211222205023.jpg',
'primary_phone' => '+9136541201',
'secondary_phone' => '',
'primary_email' => 'john@mailinator.com',
'secondary_email' => 'john@mailinator.com',
'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p>
',
'address' => '18B, Sea street',
'city' => 'Tampa',
'zip' => '33605',
'state' => 'Florida',
'facebook_socialmedia' => '',
'twitter_socialmedia' => '',
'instagram_socialmedia' => '',
'ip' => '116.206.203.23',
'isVerfied' => '1',
'isPhoneVerfied' => '0',
'isStatus' => '1',
'user_type' => '0',
'isCurrentMembership' => '1',
'acceptPayment' => '0',
'membership_plan_end_date' => '2022-12-22',
'affiliated_id' => '0',
'iscCreaterType' => '1',
'modified' => '2023-03-30 12:19:59',
'created' => '2021-12-22 20:40:35'
)
)
)
$categories = array(
(int) 0 => array(
'Property' => array(
'property_type' => '1'
),
'PropertiesType' => array(
'name' => 'Apartment',
'slug' => 'apartment'
)
),
(int) 1 => array(
'Property' => array(
'property_type' => '3'
),
'PropertiesType' => array(
'name' => 'Condo',
'slug' => 'condo'
)
),
(int) 2 => array(
'Property' => array(
'property_type' => '4'
),
'PropertiesType' => array(
'name' => 'House',
'slug' => 'house'
)
),
(int) 3 => array(
'Property' => array(
'property_type' => '6'
),
'PropertiesType' => array(
'name' => 'Single Room',
'slug' => 'single-room'
)
),
(int) 4 => array(
'Property' => array(
'property_type' => '9'
),
'PropertiesType' => array(
'name' => 'Townhouse',
'slug' => 'townhouse'
)
)
)
$countpropertiesNearBy = (int) 0
$countpropertiesFloor = (int) 0
$countPropertiesBanner = (int) 0
$countpropertiesDocument = (int) 0
$countPropertiesFeature = (int) 0
$info = null
$travel_categories = array(
(int) 1 => 'Business',
(int) 2 => 'Travel',
(int) 3 => 'Medical',
(int) 4 => 'Study',
(int) 5 => 'Getaway ',
(int) 6 => 'Vacation',
(int) 7 => 'Work Related'
)
$properties_types = array(
(int) 0 => array(
'PropertiesType' => array(
'id' => '1',
'name' => 'Apartment',
'slug' => 'apartment',
'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments',
'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.',
'meta_keyword' => 'Apartment for Rent',
'isActive' => '1',
'modified' => '2022-03-12 08:25:16',
'created' => '2021-12-04 04:00:00'
)
),
(int) 1 => array(
'PropertiesType' => array(
'id' => '2',
'name' => 'Bungalow',
'slug' => 'bungalow',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:32:05',
'created' => '2021-12-04 05:00:00'
)
),
(int) 2 => array(
'PropertiesType' => array(
'id' => '3',
'name' => 'Condo',
'slug' => 'condo',
'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive',
'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ',
'meta_keyword' => 'Condos for Rent',
'isActive' => '1',
'modified' => '2022-03-04 05:23:19',
'created' => '2021-12-04 04:09:00'
)
),
(int) 3 => array(
'PropertiesType' => array(
'id' => '4',
'name' => 'House',
'slug' => 'house',
'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive',
'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.',
'meta_keyword' => 'Houses for Rent',
'isActive' => '1',
'modified' => '2022-03-04 05:16:54',
'created' => '2021-12-04 03:06:00'
)
),
(int) 4 => array(
'PropertiesType' => array(
'id' => '5',
'name' => 'Land',
'slug' => 'land',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:32:51',
'created' => '2021-12-04 04:00:00'
)
),
(int) 5 => array(
'PropertiesType' => array(
'id' => '6',
'name' => 'Single Room',
'slug' => 'single-room',
'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive',
'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.',
'meta_keyword' => 'single room',
'isActive' => '1',
'modified' => '2022-03-04 04:29:29',
'created' => '2021-12-04 06:00:22'
)
),
(int) 6 => array(
'PropertiesType' => array(
'id' => '7',
'name' => 'Double Room',
'slug' => 'double-room',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:32:30',
'created' => '2021-12-04 06:00:00'
)
),
(int) 7 => array(
'PropertiesType' => array(
'id' => '8',
'name' => 'Shared Room',
'slug' => 'shared-room',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:33:08',
'created' => '2021-12-04 07:00:17'
)
),
(int) 8 => array(
'PropertiesType' => array(
'id' => '9',
'name' => 'Townhouse',
'slug' => 'townhouse',
'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive',
'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.',
'meta_keyword' => 'Townhouses for Rent',
'isActive' => '1',
'modified' => '2022-03-04 05:14:14',
'created' => '2022-01-27 22:32:38'
)
)
)
$rand = (int) 2532
$UserType = null
$landloardID = null
$affiliatedUserID = null
$notification = array()
$pages = array(
'Page' => array(
'page_title' => '',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'google_analytics' => ''
)
)
$siteSetting = array(
'SiteSetting' => array(
'id' => '1',
'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ',
'notification_start_date' => '2022-01-07',
'notification_end_date' => '2022-01-27',
'facebook_url' => 'https://www.facebook.com/GrandistHive',
'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee',
'twitter_url' => '',
'instagram_url' => '',
'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654',
'site_phone' => '(727) 855-4544',
'site_fax' => '(727) 855-4548',
'site_email' => 'info@grandisthive.com',
'site_licence' => '.',
'admin_email' => 'info@grandisthive.com',
'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved',
'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.',
'google_code' => '',
'stripe_private_key' => '',
'stripe_public_key' => '',
'paypal_username' => '',
'paypal_password' => '',
'paypal_signature' => '',
'register_now_text_big' => 'List Your Property OR Book Your Request Here',
'register_now_text_small' => 'We only work with the best companies around the globe',
'smtp_hostname' => 'smtp.sendgrid.net',
'smtp_port' => '25',
'smtp_username' => 'apikey',
'smtp_password' => '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',
'map_radius' => '10',
'map_default_lat' => '27.9506',
'map_default_lng' => '-82.4572',
'sms_username' => '',
'sms_password' => '',
'sms_api_url' => ''
)
)
include - APP/View/Properties/view.ctp, line 129
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 968
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 130]
<li><p><span><?php echo stripslashes($info['Property']['property_id']); ?></span></p></li>
<li><p><span>$<?php echo stripslashes($info['Property']['price']); ?></span><b>/<?php if($info['Property']['price_type'] == 1){ echo"mo"; } else { echo"night"; } ?></b></p></li>
<li><p><span><?php echo stripslashes($info['Property']['tot_property_size']); ?> Sq Ft</span></p></li>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp'
$dataForView = array(
'properties_reviews' => array(),
'similar_properties' => array(),
'featured_properties' => array(
(int) 0 => array(
'Property' => array(
[maximum depth reached]
),
'Landloard' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'Property' => array(
[maximum depth reached]
),
'Landloard' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'Property' => array(
[maximum depth reached]
),
'Landloard' => array(
[maximum depth reached]
)
)
),
'categories' => array(
(int) 0 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 3 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 4 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
)
),
'countpropertiesNearBy' => (int) 0,
'countpropertiesFloor' => (int) 0,
'countPropertiesBanner' => (int) 0,
'countpropertiesDocument' => (int) 0,
'countPropertiesFeature' => (int) 0,
'info' => null,
'travel_categories' => array(
(int) 1 => 'Business',
(int) 2 => 'Travel',
(int) 3 => 'Medical',
(int) 4 => 'Study',
(int) 5 => 'Getaway ',
(int) 6 => 'Vacation',
(int) 7 => 'Work Related'
),
'properties_types' => array(
(int) 0 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 3 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 4 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 5 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 6 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 7 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 8 => array(
'PropertiesType' => array(
[maximum depth reached]
)
)
),
'rand' => (int) 2532,
'UserType' => null,
'landloardID' => null,
'affiliatedUserID' => null,
'notification' => array(),
'pages' => array(
'Page' => array(
'page_title' => '',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'google_analytics' => ''
)
),
'siteSetting' => array(
'SiteSetting' => array(
'id' => '1',
'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ',
'notification_start_date' => '2022-01-07',
'notification_end_date' => '2022-01-27',
'facebook_url' => 'https://www.facebook.com/GrandistHive',
'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee',
'twitter_url' => '',
'instagram_url' => '',
'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654',
'site_phone' => '(727) 855-4544',
'site_fax' => '(727) 855-4548',
'site_email' => 'info@grandisthive.com',
'site_licence' => '.',
'admin_email' => 'info@grandisthive.com',
'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved',
'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.',
'google_code' => '',
'stripe_private_key' => '',
'stripe_public_key' => '',
'paypal_username' => '',
'paypal_password' => '',
'paypal_signature' => '',
'register_now_text_big' => 'List Your Property OR Book Your Request Here',
'register_now_text_small' => 'We only work with the best companies around the globe',
'smtp_hostname' => 'smtp.sendgrid.net',
'smtp_port' => '25',
'smtp_username' => 'apikey',
'smtp_password' => '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',
'map_radius' => '10',
'map_default_lat' => '27.9506',
'map_default_lng' => '-82.4572',
'sms_username' => '',
'sms_password' => '',
'sms_api_url' => ''
)
)
)
$properties_reviews = array()
$similar_properties = array()
$featured_properties = array(
(int) 0 => array(
'Property' => array(
'id' => '3',
'property_id' => 'GH3',
'landloard_id' => '1',
'property_type' => '1',
'category' => '1',
'title' => 'Luxury Family Apartment ^',
'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p>
<p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>',
'address' => '12300 Bermuda Road, Henderson, NV, USA',
'zip' => '33202',
'city' => 'NV',
'state' => 'New Jersey',
'latitude' => '35.9649204',
'longitude' => '-115.1519353',
'image' => '211229210805.jpg',
'video' => '',
'bedrooms' => '2',
'bathrooms' => '2',
'garage' => '1',
'kitchen' => '1',
'drawing_room' => '1',
'balcony' => '1',
'shared_room' => '0',
'shared_bathroom' => '0',
'shared_kitchen' => '0',
'shared_drawing_room' => '0',
'subLeasing' => '0',
'shortTermRental' => '0',
'tot_property_size' => '1250',
'year_built' => '1996',
'price_type' => '0',
'price' => '1000.00',
'isFeatured' => '1',
'isCreater' => '1',
'isActive' => '1',
'snooze_start_date' => null,
'snooze_end_date' => null,
'min_trip_length' => null,
'max_trip_length' => null,
'restricted_check_in' => null,
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'viewCount' => '0',
'modified' => '2022-01-19 05:02:12',
'created' => '2021-12-29 21:08:05'
),
'Landloard' => array(
'password' => '*****',
'id' => '1',
'first_name' => 'John',
'last_name' => 'Ray',
'profile_image' => '211222205023.jpg',
'primary_phone' => '+9136541201',
'secondary_phone' => '',
'primary_email' => 'john@mailinator.com',
'secondary_email' => 'john@mailinator.com',
'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p>
',
'address' => '18B, Sea street',
'city' => 'Tampa',
'zip' => '33605',
'state' => 'Florida',
'facebook_socialmedia' => '',
'twitter_socialmedia' => '',
'instagram_socialmedia' => '',
'ip' => '116.206.203.23',
'isVerfied' => '1',
'isPhoneVerfied' => '0',
'isStatus' => '1',
'user_type' => '0',
'isCurrentMembership' => '1',
'acceptPayment' => '0',
'membership_plan_end_date' => '2022-12-22',
'affiliated_id' => '0',
'iscCreaterType' => '1',
'modified' => '2023-03-30 12:19:59',
'created' => '2021-12-22 20:40:35'
)
),
(int) 1 => array(
'Property' => array(
'id' => '2',
'property_id' => 'GH2',
'landloard_id' => '2',
'property_type' => '6',
'category' => '1',
'title' => 'Clean & Comfy room *mins away *Free Parking',
'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\">
<div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br />
Take in all of Tampa, FL as you’ll be only minutes away from everything!<br />
<br />
• Designed with your needs in mind, we created a space as your home away from home .<br />
• Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br />
<br />
What you’ll love ❤️:<br />
- An incredible room, with gorgeous views.<br />
- With comfy Mattress enjoy a long peaceful sleep<br />
<br />
Note: Our cleaners are one-call away</div>
</div>
<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\">
<div style=\"box-sizing: border-box;\">
<div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\">
<h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3>
</div>
You don't have to give up comfort when traveling.<br />
<br />
Our 3 Bedrooms/2 Bathroom House 〰<br />
1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br />
<br />
* Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br />
<br />
* All linens are high-quality cotton for your cleanliness and comfort.<br />
<br />
* The pillows are pure goose down for maximum relaxation.<br />
<br />
Forget something?<br />
<br />
*Our bathrooms are stocked with all the essential toiletries for your convenience.<br />
<br />
〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br />
<br />
〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br />
Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div>
</div>',
'address' => '4235 East Curtis Street, Tampa, FL, USA',
'zip' => '33610',
'city' => 'Tampa',
'state' => 'Florida',
'latitude' => '27.9879158',
'longitude' => '-82.4094794',
'image' => '220104071054.jpg',
'video' => '',
'bedrooms' => '1',
'bathrooms' => '1',
'garage' => '1',
'kitchen' => '1',
'drawing_room' => '1',
'balcony' => '1',
'shared_room' => '1',
'shared_bathroom' => '0',
'shared_kitchen' => '0',
'shared_drawing_room' => '0',
'subLeasing' => '0',
'shortTermRental' => '0',
'tot_property_size' => '450',
'year_built' => '1995',
'price_type' => '0',
'price' => '45.00',
'isFeatured' => '1',
'isCreater' => '0',
'isActive' => '1',
'snooze_start_date' => null,
'snooze_end_date' => null,
'min_trip_length' => '3',
'max_trip_length' => '30',
'restricted_check_in' => 'monday,wednesday,friday,sunday',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'viewCount' => '0',
'modified' => '2022-01-24 21:47:27',
'created' => '2021-12-22 21:39:10'
),
'Landloard' => array(
'password' => '*****',
'id' => '2',
'first_name' => 'Petersonn',
'last_name' => 'Suffrena',
'profile_image' => '211227173709.jpg',
'primary_phone' => '+18135887188',
'secondary_phone' => '8136664161',
'primary_email' => 'petesmovers@gmail.com',
'secondary_email' => 'petesmovers@gmail.com',
'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ',
'address' => '4235 E Curtis St',
'city' => 'Tampa',
'zip' => '33610',
'state' => 'Florida',
'facebook_socialmedia' => '',
'twitter_socialmedia' => '',
'instagram_socialmedia' => '',
'ip' => '97.106.255.46',
'isVerfied' => '1',
'isPhoneVerfied' => '0',
'isStatus' => '1',
'user_type' => '0',
'isCurrentMembership' => '1',
'acceptPayment' => '0',
'membership_plan_end_date' => '2022-12-22',
'affiliated_id' => '0',
'iscCreaterType' => '0',
'modified' => '2022-02-17 11:26:02',
'created' => '2021-12-22 21:31:06'
)
),
(int) 2 => array(
'Property' => array(
'id' => '1',
'property_id' => 'GH1',
'landloard_id' => '1',
'property_type' => '1',
'category' => '1',
'title' => 'Luxury Family Apartment',
'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p>
',
'address' => '1250 Waters Place,',
'zip' => '10006',
'city' => 'Bronx',
'state' => 'New York',
'latitude' => '40.709329',
'longitude' => '-74.0131196',
'image' => '211222210606.jpg',
'video' => '',
'bedrooms' => '1',
'bathrooms' => '1',
'garage' => '0',
'kitchen' => '1',
'drawing_room' => '1',
'balcony' => '0',
'shared_room' => '0',
'shared_bathroom' => '0',
'shared_kitchen' => '0',
'shared_drawing_room' => '0',
'subLeasing' => '0',
'shortTermRental' => '0',
'tot_property_size' => '1250',
'year_built' => '2015',
'price_type' => '0',
'price' => '1000.00',
'isFeatured' => '1',
'isCreater' => '1',
'isActive' => '1',
'snooze_start_date' => null,
'snooze_end_date' => null,
'min_trip_length' => null,
'max_trip_length' => null,
'restricted_check_in' => null,
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'viewCount' => '0',
'modified' => '2022-02-17 04:21:34',
'created' => '2021-12-22 21:06:06'
),
'Landloard' => array(
'password' => '*****',
'id' => '1',
'first_name' => 'John',
'last_name' => 'Ray',
'profile_image' => '211222205023.jpg',
'primary_phone' => '+9136541201',
'secondary_phone' => '',
'primary_email' => 'john@mailinator.com',
'secondary_email' => 'john@mailinator.com',
'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p>
',
'address' => '18B, Sea street',
'city' => 'Tampa',
'zip' => '33605',
'state' => 'Florida',
'facebook_socialmedia' => '',
'twitter_socialmedia' => '',
'instagram_socialmedia' => '',
'ip' => '116.206.203.23',
'isVerfied' => '1',
'isPhoneVerfied' => '0',
'isStatus' => '1',
'user_type' => '0',
'isCurrentMembership' => '1',
'acceptPayment' => '0',
'membership_plan_end_date' => '2022-12-22',
'affiliated_id' => '0',
'iscCreaterType' => '1',
'modified' => '2023-03-30 12:19:59',
'created' => '2021-12-22 20:40:35'
)
)
)
$categories = array(
(int) 0 => array(
'Property' => array(
'property_type' => '1'
),
'PropertiesType' => array(
'name' => 'Apartment',
'slug' => 'apartment'
)
),
(int) 1 => array(
'Property' => array(
'property_type' => '3'
),
'PropertiesType' => array(
'name' => 'Condo',
'slug' => 'condo'
)
),
(int) 2 => array(
'Property' => array(
'property_type' => '4'
),
'PropertiesType' => array(
'name' => 'House',
'slug' => 'house'
)
),
(int) 3 => array(
'Property' => array(
'property_type' => '6'
),
'PropertiesType' => array(
'name' => 'Single Room',
'slug' => 'single-room'
)
),
(int) 4 => array(
'Property' => array(
'property_type' => '9'
),
'PropertiesType' => array(
'name' => 'Townhouse',
'slug' => 'townhouse'
)
)
)
$countpropertiesNearBy = (int) 0
$countpropertiesFloor = (int) 0
$countPropertiesBanner = (int) 0
$countpropertiesDocument = (int) 0
$countPropertiesFeature = (int) 0
$info = null
$travel_categories = array(
(int) 1 => 'Business',
(int) 2 => 'Travel',
(int) 3 => 'Medical',
(int) 4 => 'Study',
(int) 5 => 'Getaway ',
(int) 6 => 'Vacation',
(int) 7 => 'Work Related'
)
$properties_types = array(
(int) 0 => array(
'PropertiesType' => array(
'id' => '1',
'name' => 'Apartment',
'slug' => 'apartment',
'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments',
'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.',
'meta_keyword' => 'Apartment for Rent',
'isActive' => '1',
'modified' => '2022-03-12 08:25:16',
'created' => '2021-12-04 04:00:00'
)
),
(int) 1 => array(
'PropertiesType' => array(
'id' => '2',
'name' => 'Bungalow',
'slug' => 'bungalow',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:32:05',
'created' => '2021-12-04 05:00:00'
)
),
(int) 2 => array(
'PropertiesType' => array(
'id' => '3',
'name' => 'Condo',
'slug' => 'condo',
'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive',
'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ',
'meta_keyword' => 'Condos for Rent',
'isActive' => '1',
'modified' => '2022-03-04 05:23:19',
'created' => '2021-12-04 04:09:00'
)
),
(int) 3 => array(
'PropertiesType' => array(
'id' => '4',
'name' => 'House',
'slug' => 'house',
'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive',
'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.',
'meta_keyword' => 'Houses for Rent',
'isActive' => '1',
'modified' => '2022-03-04 05:16:54',
'created' => '2021-12-04 03:06:00'
)
),
(int) 4 => array(
'PropertiesType' => array(
'id' => '5',
'name' => 'Land',
'slug' => 'land',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:32:51',
'created' => '2021-12-04 04:00:00'
)
),
(int) 5 => array(
'PropertiesType' => array(
'id' => '6',
'name' => 'Single Room',
'slug' => 'single-room',
'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive',
'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.',
'meta_keyword' => 'single room',
'isActive' => '1',
'modified' => '2022-03-04 04:29:29',
'created' => '2021-12-04 06:00:22'
)
),
(int) 6 => array(
'PropertiesType' => array(
'id' => '7',
'name' => 'Double Room',
'slug' => 'double-room',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:32:30',
'created' => '2021-12-04 06:00:00'
)
),
(int) 7 => array(
'PropertiesType' => array(
'id' => '8',
'name' => 'Shared Room',
'slug' => 'shared-room',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:33:08',
'created' => '2021-12-04 07:00:17'
)
),
(int) 8 => array(
'PropertiesType' => array(
'id' => '9',
'name' => 'Townhouse',
'slug' => 'townhouse',
'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive',
'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.',
'meta_keyword' => 'Townhouses for Rent',
'isActive' => '1',
'modified' => '2022-03-04 05:14:14',
'created' => '2022-01-27 22:32:38'
)
)
)
$rand = (int) 2532
$UserType = null
$landloardID = null
$affiliatedUserID = null
$notification = array()
$pages = array(
'Page' => array(
'page_title' => '',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'google_analytics' => ''
)
)
$siteSetting = array(
'SiteSetting' => array(
'id' => '1',
'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ',
'notification_start_date' => '2022-01-07',
'notification_end_date' => '2022-01-27',
'facebook_url' => 'https://www.facebook.com/GrandistHive',
'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee',
'twitter_url' => '',
'instagram_url' => '',
'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654',
'site_phone' => '(727) 855-4544',
'site_fax' => '(727) 855-4548',
'site_email' => 'info@grandisthive.com',
'site_licence' => '.',
'admin_email' => 'info@grandisthive.com',
'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved',
'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.',
'google_code' => '',
'stripe_private_key' => '',
'stripe_public_key' => '',
'paypal_username' => '',
'paypal_password' => '',
'paypal_signature' => '',
'register_now_text_big' => 'List Your Property OR Book Your Request Here',
'register_now_text_small' => 'We only work with the best companies around the globe',
'smtp_hostname' => 'smtp.sendgrid.net',
'smtp_port' => '25',
'smtp_username' => 'apikey',
'smtp_password' => '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',
'map_radius' => '10',
'map_default_lat' => '27.9506',
'map_default_lng' => '-82.4572',
'sms_username' => '',
'sms_password' => '',
'sms_api_url' => ''
)
)
include - APP/View/Properties/view.ctp, line 130
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 968
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 130]
Sq Ft <li><p><span><?php echo stripslashes($info['Property']['property_id']); ?></span></p></li>
<li><p><span>$<?php echo stripslashes($info['Property']['price']); ?></span><b>/<?php if($info['Property']['price_type'] == 1){ echo"mo"; } else { echo"night"; } ?></b></p></li>
<li><p><span><?php echo stripslashes($info['Property']['tot_property_size']); ?> Sq Ft</span></p></li>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp'
$dataForView = array(
'properties_reviews' => array(),
'similar_properties' => array(),
'featured_properties' => array(
(int) 0 => array(
'Property' => array(
[maximum depth reached]
),
'Landloard' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'Property' => array(
[maximum depth reached]
),
'Landloard' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'Property' => array(
[maximum depth reached]
),
'Landloard' => array(
[maximum depth reached]
)
)
),
'categories' => array(
(int) 0 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 3 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 4 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
)
),
'countpropertiesNearBy' => (int) 0,
'countpropertiesFloor' => (int) 0,
'countPropertiesBanner' => (int) 0,
'countpropertiesDocument' => (int) 0,
'countPropertiesFeature' => (int) 0,
'info' => null,
'travel_categories' => array(
(int) 1 => 'Business',
(int) 2 => 'Travel',
(int) 3 => 'Medical',
(int) 4 => 'Study',
(int) 5 => 'Getaway ',
(int) 6 => 'Vacation',
(int) 7 => 'Work Related'
),
'properties_types' => array(
(int) 0 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 3 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 4 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 5 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 6 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 7 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 8 => array(
'PropertiesType' => array(
[maximum depth reached]
)
)
),
'rand' => (int) 2532,
'UserType' => null,
'landloardID' => null,
'affiliatedUserID' => null,
'notification' => array(),
'pages' => array(
'Page' => array(
'page_title' => '',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'google_analytics' => ''
)
),
'siteSetting' => array(
'SiteSetting' => array(
'id' => '1',
'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ',
'notification_start_date' => '2022-01-07',
'notification_end_date' => '2022-01-27',
'facebook_url' => 'https://www.facebook.com/GrandistHive',
'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee',
'twitter_url' => '',
'instagram_url' => '',
'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654',
'site_phone' => '(727) 855-4544',
'site_fax' => '(727) 855-4548',
'site_email' => 'info@grandisthive.com',
'site_licence' => '.',
'admin_email' => 'info@grandisthive.com',
'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved',
'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.',
'google_code' => '',
'stripe_private_key' => '',
'stripe_public_key' => '',
'paypal_username' => '',
'paypal_password' => '',
'paypal_signature' => '',
'register_now_text_big' => 'List Your Property OR Book Your Request Here',
'register_now_text_small' => 'We only work with the best companies around the globe',
'smtp_hostname' => 'smtp.sendgrid.net',
'smtp_port' => '25',
'smtp_username' => 'apikey',
'smtp_password' => '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',
'map_radius' => '10',
'map_default_lat' => '27.9506',
'map_default_lng' => '-82.4572',
'sms_username' => '',
'sms_password' => '',
'sms_api_url' => ''
)
)
)
$properties_reviews = array()
$similar_properties = array()
$featured_properties = array(
(int) 0 => array(
'Property' => array(
'id' => '3',
'property_id' => 'GH3',
'landloard_id' => '1',
'property_type' => '1',
'category' => '1',
'title' => 'Luxury Family Apartment ^',
'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p>
<p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>',
'address' => '12300 Bermuda Road, Henderson, NV, USA',
'zip' => '33202',
'city' => 'NV',
'state' => 'New Jersey',
'latitude' => '35.9649204',
'longitude' => '-115.1519353',
'image' => '211229210805.jpg',
'video' => '',
'bedrooms' => '2',
'bathrooms' => '2',
'garage' => '1',
'kitchen' => '1',
'drawing_room' => '1',
'balcony' => '1',
'shared_room' => '0',
'shared_bathroom' => '0',
'shared_kitchen' => '0',
'shared_drawing_room' => '0',
'subLeasing' => '0',
'shortTermRental' => '0',
'tot_property_size' => '1250',
'year_built' => '1996',
'price_type' => '0',
'price' => '1000.00',
'isFeatured' => '1',
'isCreater' => '1',
'isActive' => '1',
'snooze_start_date' => null,
'snooze_end_date' => null,
'min_trip_length' => null,
'max_trip_length' => null,
'restricted_check_in' => null,
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'viewCount' => '0',
'modified' => '2022-01-19 05:02:12',
'created' => '2021-12-29 21:08:05'
),
'Landloard' => array(
'password' => '*****',
'id' => '1',
'first_name' => 'John',
'last_name' => 'Ray',
'profile_image' => '211222205023.jpg',
'primary_phone' => '+9136541201',
'secondary_phone' => '',
'primary_email' => 'john@mailinator.com',
'secondary_email' => 'john@mailinator.com',
'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p>
',
'address' => '18B, Sea street',
'city' => 'Tampa',
'zip' => '33605',
'state' => 'Florida',
'facebook_socialmedia' => '',
'twitter_socialmedia' => '',
'instagram_socialmedia' => '',
'ip' => '116.206.203.23',
'isVerfied' => '1',
'isPhoneVerfied' => '0',
'isStatus' => '1',
'user_type' => '0',
'isCurrentMembership' => '1',
'acceptPayment' => '0',
'membership_plan_end_date' => '2022-12-22',
'affiliated_id' => '0',
'iscCreaterType' => '1',
'modified' => '2023-03-30 12:19:59',
'created' => '2021-12-22 20:40:35'
)
),
(int) 1 => array(
'Property' => array(
'id' => '2',
'property_id' => 'GH2',
'landloard_id' => '2',
'property_type' => '6',
'category' => '1',
'title' => 'Clean & Comfy room *mins away *Free Parking',
'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\">
<div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br />
Take in all of Tampa, FL as you’ll be only minutes away from everything!<br />
<br />
• Designed with your needs in mind, we created a space as your home away from home .<br />
• Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br />
<br />
What you’ll love ❤️:<br />
- An incredible room, with gorgeous views.<br />
- With comfy Mattress enjoy a long peaceful sleep<br />
<br />
Note: Our cleaners are one-call away</div>
</div>
<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\">
<div style=\"box-sizing: border-box;\">
<div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\">
<h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3>
</div>
You don't have to give up comfort when traveling.<br />
<br />
Our 3 Bedrooms/2 Bathroom House 〰<br />
1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br />
<br />
* Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br />
<br />
* All linens are high-quality cotton for your cleanliness and comfort.<br />
<br />
* The pillows are pure goose down for maximum relaxation.<br />
<br />
Forget something?<br />
<br />
*Our bathrooms are stocked with all the essential toiletries for your convenience.<br />
<br />
〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br />
<br />
〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br />
Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div>
</div>',
'address' => '4235 East Curtis Street, Tampa, FL, USA',
'zip' => '33610',
'city' => 'Tampa',
'state' => 'Florida',
'latitude' => '27.9879158',
'longitude' => '-82.4094794',
'image' => '220104071054.jpg',
'video' => '',
'bedrooms' => '1',
'bathrooms' => '1',
'garage' => '1',
'kitchen' => '1',
'drawing_room' => '1',
'balcony' => '1',
'shared_room' => '1',
'shared_bathroom' => '0',
'shared_kitchen' => '0',
'shared_drawing_room' => '0',
'subLeasing' => '0',
'shortTermRental' => '0',
'tot_property_size' => '450',
'year_built' => '1995',
'price_type' => '0',
'price' => '45.00',
'isFeatured' => '1',
'isCreater' => '0',
'isActive' => '1',
'snooze_start_date' => null,
'snooze_end_date' => null,
'min_trip_length' => '3',
'max_trip_length' => '30',
'restricted_check_in' => 'monday,wednesday,friday,sunday',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'viewCount' => '0',
'modified' => '2022-01-24 21:47:27',
'created' => '2021-12-22 21:39:10'
),
'Landloard' => array(
'password' => '*****',
'id' => '2',
'first_name' => 'Petersonn',
'last_name' => 'Suffrena',
'profile_image' => '211227173709.jpg',
'primary_phone' => '+18135887188',
'secondary_phone' => '8136664161',
'primary_email' => 'petesmovers@gmail.com',
'secondary_email' => 'petesmovers@gmail.com',
'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ',
'address' => '4235 E Curtis St',
'city' => 'Tampa',
'zip' => '33610',
'state' => 'Florida',
'facebook_socialmedia' => '',
'twitter_socialmedia' => '',
'instagram_socialmedia' => '',
'ip' => '97.106.255.46',
'isVerfied' => '1',
'isPhoneVerfied' => '0',
'isStatus' => '1',
'user_type' => '0',
'isCurrentMembership' => '1',
'acceptPayment' => '0',
'membership_plan_end_date' => '2022-12-22',
'affiliated_id' => '0',
'iscCreaterType' => '0',
'modified' => '2022-02-17 11:26:02',
'created' => '2021-12-22 21:31:06'
)
),
(int) 2 => array(
'Property' => array(
'id' => '1',
'property_id' => 'GH1',
'landloard_id' => '1',
'property_type' => '1',
'category' => '1',
'title' => 'Luxury Family Apartment',
'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p>
',
'address' => '1250 Waters Place,',
'zip' => '10006',
'city' => 'Bronx',
'state' => 'New York',
'latitude' => '40.709329',
'longitude' => '-74.0131196',
'image' => '211222210606.jpg',
'video' => '',
'bedrooms' => '1',
'bathrooms' => '1',
'garage' => '0',
'kitchen' => '1',
'drawing_room' => '1',
'balcony' => '0',
'shared_room' => '0',
'shared_bathroom' => '0',
'shared_kitchen' => '0',
'shared_drawing_room' => '0',
'subLeasing' => '0',
'shortTermRental' => '0',
'tot_property_size' => '1250',
'year_built' => '2015',
'price_type' => '0',
'price' => '1000.00',
'isFeatured' => '1',
'isCreater' => '1',
'isActive' => '1',
'snooze_start_date' => null,
'snooze_end_date' => null,
'min_trip_length' => null,
'max_trip_length' => null,
'restricted_check_in' => null,
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'viewCount' => '0',
'modified' => '2022-02-17 04:21:34',
'created' => '2021-12-22 21:06:06'
),
'Landloard' => array(
'password' => '*****',
'id' => '1',
'first_name' => 'John',
'last_name' => 'Ray',
'profile_image' => '211222205023.jpg',
'primary_phone' => '+9136541201',
'secondary_phone' => '',
'primary_email' => 'john@mailinator.com',
'secondary_email' => 'john@mailinator.com',
'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p>
',
'address' => '18B, Sea street',
'city' => 'Tampa',
'zip' => '33605',
'state' => 'Florida',
'facebook_socialmedia' => '',
'twitter_socialmedia' => '',
'instagram_socialmedia' => '',
'ip' => '116.206.203.23',
'isVerfied' => '1',
'isPhoneVerfied' => '0',
'isStatus' => '1',
'user_type' => '0',
'isCurrentMembership' => '1',
'acceptPayment' => '0',
'membership_plan_end_date' => '2022-12-22',
'affiliated_id' => '0',
'iscCreaterType' => '1',
'modified' => '2023-03-30 12:19:59',
'created' => '2021-12-22 20:40:35'
)
)
)
$categories = array(
(int) 0 => array(
'Property' => array(
'property_type' => '1'
),
'PropertiesType' => array(
'name' => 'Apartment',
'slug' => 'apartment'
)
),
(int) 1 => array(
'Property' => array(
'property_type' => '3'
),
'PropertiesType' => array(
'name' => 'Condo',
'slug' => 'condo'
)
),
(int) 2 => array(
'Property' => array(
'property_type' => '4'
),
'PropertiesType' => array(
'name' => 'House',
'slug' => 'house'
)
),
(int) 3 => array(
'Property' => array(
'property_type' => '6'
),
'PropertiesType' => array(
'name' => 'Single Room',
'slug' => 'single-room'
)
),
(int) 4 => array(
'Property' => array(
'property_type' => '9'
),
'PropertiesType' => array(
'name' => 'Townhouse',
'slug' => 'townhouse'
)
)
)
$countpropertiesNearBy = (int) 0
$countpropertiesFloor = (int) 0
$countPropertiesBanner = (int) 0
$countpropertiesDocument = (int) 0
$countPropertiesFeature = (int) 0
$info = null
$travel_categories = array(
(int) 1 => 'Business',
(int) 2 => 'Travel',
(int) 3 => 'Medical',
(int) 4 => 'Study',
(int) 5 => 'Getaway ',
(int) 6 => 'Vacation',
(int) 7 => 'Work Related'
)
$properties_types = array(
(int) 0 => array(
'PropertiesType' => array(
'id' => '1',
'name' => 'Apartment',
'slug' => 'apartment',
'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments',
'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.',
'meta_keyword' => 'Apartment for Rent',
'isActive' => '1',
'modified' => '2022-03-12 08:25:16',
'created' => '2021-12-04 04:00:00'
)
),
(int) 1 => array(
'PropertiesType' => array(
'id' => '2',
'name' => 'Bungalow',
'slug' => 'bungalow',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:32:05',
'created' => '2021-12-04 05:00:00'
)
),
(int) 2 => array(
'PropertiesType' => array(
'id' => '3',
'name' => 'Condo',
'slug' => 'condo',
'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive',
'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ',
'meta_keyword' => 'Condos for Rent',
'isActive' => '1',
'modified' => '2022-03-04 05:23:19',
'created' => '2021-12-04 04:09:00'
)
),
(int) 3 => array(
'PropertiesType' => array(
'id' => '4',
'name' => 'House',
'slug' => 'house',
'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive',
'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.',
'meta_keyword' => 'Houses for Rent',
'isActive' => '1',
'modified' => '2022-03-04 05:16:54',
'created' => '2021-12-04 03:06:00'
)
),
(int) 4 => array(
'PropertiesType' => array(
'id' => '5',
'name' => 'Land',
'slug' => 'land',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:32:51',
'created' => '2021-12-04 04:00:00'
)
),
(int) 5 => array(
'PropertiesType' => array(
'id' => '6',
'name' => 'Single Room',
'slug' => 'single-room',
'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive',
'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.',
'meta_keyword' => 'single room',
'isActive' => '1',
'modified' => '2022-03-04 04:29:29',
'created' => '2021-12-04 06:00:22'
)
),
(int) 6 => array(
'PropertiesType' => array(
'id' => '7',
'name' => 'Double Room',
'slug' => 'double-room',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:32:30',
'created' => '2021-12-04 06:00:00'
)
),
(int) 7 => array(
'PropertiesType' => array(
'id' => '8',
'name' => 'Shared Room',
'slug' => 'shared-room',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:33:08',
'created' => '2021-12-04 07:00:17'
)
),
(int) 8 => array(
'PropertiesType' => array(
'id' => '9',
'name' => 'Townhouse',
'slug' => 'townhouse',
'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive',
'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.',
'meta_keyword' => 'Townhouses for Rent',
'isActive' => '1',
'modified' => '2022-03-04 05:14:14',
'created' => '2022-01-27 22:32:38'
)
)
)
$rand = (int) 2532
$UserType = null
$landloardID = null
$affiliatedUserID = null
$notification = array()
$pages = array(
'Page' => array(
'page_title' => '',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'google_analytics' => ''
)
)
$siteSetting = array(
'SiteSetting' => array(
'id' => '1',
'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ',
'notification_start_date' => '2022-01-07',
'notification_end_date' => '2022-01-27',
'facebook_url' => 'https://www.facebook.com/GrandistHive',
'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee',
'twitter_url' => '',
'instagram_url' => '',
'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654',
'site_phone' => '(727) 855-4544',
'site_fax' => '(727) 855-4548',
'site_email' => 'info@grandisthive.com',
'site_licence' => '.',
'admin_email' => 'info@grandisthive.com',
'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved',
'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.',
'google_code' => '',
'stripe_private_key' => '',
'stripe_public_key' => '',
'paypal_username' => '',
'paypal_password' => '',
'paypal_signature' => '',
'register_now_text_big' => 'List Your Property OR Book Your Request Here',
'register_now_text_small' => 'We only work with the best companies around the globe',
'smtp_hostname' => 'smtp.sendgrid.net',
'smtp_port' => '25',
'smtp_username' => 'apikey',
'smtp_password' => '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',
'map_radius' => '10',
'map_default_lat' => '27.9506',
'map_default_lng' => '-82.4572',
'sms_username' => '',
'sms_password' => '',
'sms_api_url' => ''
)
)
include - APP/View/Properties/view.ctp, line 130
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 968
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 131]
<li><p><span>$<?php echo stripslashes($info['Property']['price']); ?></span><b>/<?php if($info['Property']['price_type'] == 1){ echo"mo"; } else { echo"night"; } ?></b></p></li>
<li><p><span><?php echo stripslashes($info['Property']['tot_property_size']); ?> Sq Ft</span></p></li>
<li><p><span><?php echo stripslashes($info['Property']['year_built']); ?></span></p></li>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp'
$dataForView = array(
'properties_reviews' => array(),
'similar_properties' => array(),
'featured_properties' => array(
(int) 0 => array(
'Property' => array(
[maximum depth reached]
),
'Landloard' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'Property' => array(
[maximum depth reached]
),
'Landloard' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'Property' => array(
[maximum depth reached]
),
'Landloard' => array(
[maximum depth reached]
)
)
),
'categories' => array(
(int) 0 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 3 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 4 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
)
),
'countpropertiesNearBy' => (int) 0,
'countpropertiesFloor' => (int) 0,
'countPropertiesBanner' => (int) 0,
'countpropertiesDocument' => (int) 0,
'countPropertiesFeature' => (int) 0,
'info' => null,
'travel_categories' => array(
(int) 1 => 'Business',
(int) 2 => 'Travel',
(int) 3 => 'Medical',
(int) 4 => 'Study',
(int) 5 => 'Getaway ',
(int) 6 => 'Vacation',
(int) 7 => 'Work Related'
),
'properties_types' => array(
(int) 0 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 3 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 4 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 5 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 6 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 7 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 8 => array(
'PropertiesType' => array(
[maximum depth reached]
)
)
),
'rand' => (int) 2532,
'UserType' => null,
'landloardID' => null,
'affiliatedUserID' => null,
'notification' => array(),
'pages' => array(
'Page' => array(
'page_title' => '',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'google_analytics' => ''
)
),
'siteSetting' => array(
'SiteSetting' => array(
'id' => '1',
'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ',
'notification_start_date' => '2022-01-07',
'notification_end_date' => '2022-01-27',
'facebook_url' => 'https://www.facebook.com/GrandistHive',
'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee',
'twitter_url' => '',
'instagram_url' => '',
'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654',
'site_phone' => '(727) 855-4544',
'site_fax' => '(727) 855-4548',
'site_email' => 'info@grandisthive.com',
'site_licence' => '.',
'admin_email' => 'info@grandisthive.com',
'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved',
'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.',
'google_code' => '',
'stripe_private_key' => '',
'stripe_public_key' => '',
'paypal_username' => '',
'paypal_password' => '',
'paypal_signature' => '',
'register_now_text_big' => 'List Your Property OR Book Your Request Here',
'register_now_text_small' => 'We only work with the best companies around the globe',
'smtp_hostname' => 'smtp.sendgrid.net',
'smtp_port' => '25',
'smtp_username' => 'apikey',
'smtp_password' => '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',
'map_radius' => '10',
'map_default_lat' => '27.9506',
'map_default_lng' => '-82.4572',
'sms_username' => '',
'sms_password' => '',
'sms_api_url' => ''
)
)
)
$properties_reviews = array()
$similar_properties = array()
$featured_properties = array(
(int) 0 => array(
'Property' => array(
'id' => '3',
'property_id' => 'GH3',
'landloard_id' => '1',
'property_type' => '1',
'category' => '1',
'title' => 'Luxury Family Apartment ^',
'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p>
<p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>',
'address' => '12300 Bermuda Road, Henderson, NV, USA',
'zip' => '33202',
'city' => 'NV',
'state' => 'New Jersey',
'latitude' => '35.9649204',
'longitude' => '-115.1519353',
'image' => '211229210805.jpg',
'video' => '',
'bedrooms' => '2',
'bathrooms' => '2',
'garage' => '1',
'kitchen' => '1',
'drawing_room' => '1',
'balcony' => '1',
'shared_room' => '0',
'shared_bathroom' => '0',
'shared_kitchen' => '0',
'shared_drawing_room' => '0',
'subLeasing' => '0',
'shortTermRental' => '0',
'tot_property_size' => '1250',
'year_built' => '1996',
'price_type' => '0',
'price' => '1000.00',
'isFeatured' => '1',
'isCreater' => '1',
'isActive' => '1',
'snooze_start_date' => null,
'snooze_end_date' => null,
'min_trip_length' => null,
'max_trip_length' => null,
'restricted_check_in' => null,
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'viewCount' => '0',
'modified' => '2022-01-19 05:02:12',
'created' => '2021-12-29 21:08:05'
),
'Landloard' => array(
'password' => '*****',
'id' => '1',
'first_name' => 'John',
'last_name' => 'Ray',
'profile_image' => '211222205023.jpg',
'primary_phone' => '+9136541201',
'secondary_phone' => '',
'primary_email' => 'john@mailinator.com',
'secondary_email' => 'john@mailinator.com',
'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p>
',
'address' => '18B, Sea street',
'city' => 'Tampa',
'zip' => '33605',
'state' => 'Florida',
'facebook_socialmedia' => '',
'twitter_socialmedia' => '',
'instagram_socialmedia' => '',
'ip' => '116.206.203.23',
'isVerfied' => '1',
'isPhoneVerfied' => '0',
'isStatus' => '1',
'user_type' => '0',
'isCurrentMembership' => '1',
'acceptPayment' => '0',
'membership_plan_end_date' => '2022-12-22',
'affiliated_id' => '0',
'iscCreaterType' => '1',
'modified' => '2023-03-30 12:19:59',
'created' => '2021-12-22 20:40:35'
)
),
(int) 1 => array(
'Property' => array(
'id' => '2',
'property_id' => 'GH2',
'landloard_id' => '2',
'property_type' => '6',
'category' => '1',
'title' => 'Clean & Comfy room *mins away *Free Parking',
'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\">
<div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br />
Take in all of Tampa, FL as you’ll be only minutes away from everything!<br />
<br />
• Designed with your needs in mind, we created a space as your home away from home .<br />
• Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br />
<br />
What you’ll love ❤️:<br />
- An incredible room, with gorgeous views.<br />
- With comfy Mattress enjoy a long peaceful sleep<br />
<br />
Note: Our cleaners are one-call away</div>
</div>
<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\">
<div style=\"box-sizing: border-box;\">
<div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\">
<h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3>
</div>
You don't have to give up comfort when traveling.<br />
<br />
Our 3 Bedrooms/2 Bathroom House 〰<br />
1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br />
<br />
* Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br />
<br />
* All linens are high-quality cotton for your cleanliness and comfort.<br />
<br />
* The pillows are pure goose down for maximum relaxation.<br />
<br />
Forget something?<br />
<br />
*Our bathrooms are stocked with all the essential toiletries for your convenience.<br />
<br />
〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br />
<br />
〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br />
Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div>
</div>',
'address' => '4235 East Curtis Street, Tampa, FL, USA',
'zip' => '33610',
'city' => 'Tampa',
'state' => 'Florida',
'latitude' => '27.9879158',
'longitude' => '-82.4094794',
'image' => '220104071054.jpg',
'video' => '',
'bedrooms' => '1',
'bathrooms' => '1',
'garage' => '1',
'kitchen' => '1',
'drawing_room' => '1',
'balcony' => '1',
'shared_room' => '1',
'shared_bathroom' => '0',
'shared_kitchen' => '0',
'shared_drawing_room' => '0',
'subLeasing' => '0',
'shortTermRental' => '0',
'tot_property_size' => '450',
'year_built' => '1995',
'price_type' => '0',
'price' => '45.00',
'isFeatured' => '1',
'isCreater' => '0',
'isActive' => '1',
'snooze_start_date' => null,
'snooze_end_date' => null,
'min_trip_length' => '3',
'max_trip_length' => '30',
'restricted_check_in' => 'monday,wednesday,friday,sunday',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'viewCount' => '0',
'modified' => '2022-01-24 21:47:27',
'created' => '2021-12-22 21:39:10'
),
'Landloard' => array(
'password' => '*****',
'id' => '2',
'first_name' => 'Petersonn',
'last_name' => 'Suffrena',
'profile_image' => '211227173709.jpg',
'primary_phone' => '+18135887188',
'secondary_phone' => '8136664161',
'primary_email' => 'petesmovers@gmail.com',
'secondary_email' => 'petesmovers@gmail.com',
'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ',
'address' => '4235 E Curtis St',
'city' => 'Tampa',
'zip' => '33610',
'state' => 'Florida',
'facebook_socialmedia' => '',
'twitter_socialmedia' => '',
'instagram_socialmedia' => '',
'ip' => '97.106.255.46',
'isVerfied' => '1',
'isPhoneVerfied' => '0',
'isStatus' => '1',
'user_type' => '0',
'isCurrentMembership' => '1',
'acceptPayment' => '0',
'membership_plan_end_date' => '2022-12-22',
'affiliated_id' => '0',
'iscCreaterType' => '0',
'modified' => '2022-02-17 11:26:02',
'created' => '2021-12-22 21:31:06'
)
),
(int) 2 => array(
'Property' => array(
'id' => '1',
'property_id' => 'GH1',
'landloard_id' => '1',
'property_type' => '1',
'category' => '1',
'title' => 'Luxury Family Apartment',
'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p>
',
'address' => '1250 Waters Place,',
'zip' => '10006',
'city' => 'Bronx',
'state' => 'New York',
'latitude' => '40.709329',
'longitude' => '-74.0131196',
'image' => '211222210606.jpg',
'video' => '',
'bedrooms' => '1',
'bathrooms' => '1',
'garage' => '0',
'kitchen' => '1',
'drawing_room' => '1',
'balcony' => '0',
'shared_room' => '0',
'shared_bathroom' => '0',
'shared_kitchen' => '0',
'shared_drawing_room' => '0',
'subLeasing' => '0',
'shortTermRental' => '0',
'tot_property_size' => '1250',
'year_built' => '2015',
'price_type' => '0',
'price' => '1000.00',
'isFeatured' => '1',
'isCreater' => '1',
'isActive' => '1',
'snooze_start_date' => null,
'snooze_end_date' => null,
'min_trip_length' => null,
'max_trip_length' => null,
'restricted_check_in' => null,
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'viewCount' => '0',
'modified' => '2022-02-17 04:21:34',
'created' => '2021-12-22 21:06:06'
),
'Landloard' => array(
'password' => '*****',
'id' => '1',
'first_name' => 'John',
'last_name' => 'Ray',
'profile_image' => '211222205023.jpg',
'primary_phone' => '+9136541201',
'secondary_phone' => '',
'primary_email' => 'john@mailinator.com',
'secondary_email' => 'john@mailinator.com',
'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p>
',
'address' => '18B, Sea street',
'city' => 'Tampa',
'zip' => '33605',
'state' => 'Florida',
'facebook_socialmedia' => '',
'twitter_socialmedia' => '',
'instagram_socialmedia' => '',
'ip' => '116.206.203.23',
'isVerfied' => '1',
'isPhoneVerfied' => '0',
'isStatus' => '1',
'user_type' => '0',
'isCurrentMembership' => '1',
'acceptPayment' => '0',
'membership_plan_end_date' => '2022-12-22',
'affiliated_id' => '0',
'iscCreaterType' => '1',
'modified' => '2023-03-30 12:19:59',
'created' => '2021-12-22 20:40:35'
)
)
)
$categories = array(
(int) 0 => array(
'Property' => array(
'property_type' => '1'
),
'PropertiesType' => array(
'name' => 'Apartment',
'slug' => 'apartment'
)
),
(int) 1 => array(
'Property' => array(
'property_type' => '3'
),
'PropertiesType' => array(
'name' => 'Condo',
'slug' => 'condo'
)
),
(int) 2 => array(
'Property' => array(
'property_type' => '4'
),
'PropertiesType' => array(
'name' => 'House',
'slug' => 'house'
)
),
(int) 3 => array(
'Property' => array(
'property_type' => '6'
),
'PropertiesType' => array(
'name' => 'Single Room',
'slug' => 'single-room'
)
),
(int) 4 => array(
'Property' => array(
'property_type' => '9'
),
'PropertiesType' => array(
'name' => 'Townhouse',
'slug' => 'townhouse'
)
)
)
$countpropertiesNearBy = (int) 0
$countpropertiesFloor = (int) 0
$countPropertiesBanner = (int) 0
$countpropertiesDocument = (int) 0
$countPropertiesFeature = (int) 0
$info = null
$travel_categories = array(
(int) 1 => 'Business',
(int) 2 => 'Travel',
(int) 3 => 'Medical',
(int) 4 => 'Study',
(int) 5 => 'Getaway ',
(int) 6 => 'Vacation',
(int) 7 => 'Work Related'
)
$properties_types = array(
(int) 0 => array(
'PropertiesType' => array(
'id' => '1',
'name' => 'Apartment',
'slug' => 'apartment',
'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments',
'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.',
'meta_keyword' => 'Apartment for Rent',
'isActive' => '1',
'modified' => '2022-03-12 08:25:16',
'created' => '2021-12-04 04:00:00'
)
),
(int) 1 => array(
'PropertiesType' => array(
'id' => '2',
'name' => 'Bungalow',
'slug' => 'bungalow',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:32:05',
'created' => '2021-12-04 05:00:00'
)
),
(int) 2 => array(
'PropertiesType' => array(
'id' => '3',
'name' => 'Condo',
'slug' => 'condo',
'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive',
'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ',
'meta_keyword' => 'Condos for Rent',
'isActive' => '1',
'modified' => '2022-03-04 05:23:19',
'created' => '2021-12-04 04:09:00'
)
),
(int) 3 => array(
'PropertiesType' => array(
'id' => '4',
'name' => 'House',
'slug' => 'house',
'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive',
'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.',
'meta_keyword' => 'Houses for Rent',
'isActive' => '1',
'modified' => '2022-03-04 05:16:54',
'created' => '2021-12-04 03:06:00'
)
),
(int) 4 => array(
'PropertiesType' => array(
'id' => '5',
'name' => 'Land',
'slug' => 'land',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:32:51',
'created' => '2021-12-04 04:00:00'
)
),
(int) 5 => array(
'PropertiesType' => array(
'id' => '6',
'name' => 'Single Room',
'slug' => 'single-room',
'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive',
'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.',
'meta_keyword' => 'single room',
'isActive' => '1',
'modified' => '2022-03-04 04:29:29',
'created' => '2021-12-04 06:00:22'
)
),
(int) 6 => array(
'PropertiesType' => array(
'id' => '7',
'name' => 'Double Room',
'slug' => 'double-room',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:32:30',
'created' => '2021-12-04 06:00:00'
)
),
(int) 7 => array(
'PropertiesType' => array(
'id' => '8',
'name' => 'Shared Room',
'slug' => 'shared-room',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:33:08',
'created' => '2021-12-04 07:00:17'
)
),
(int) 8 => array(
'PropertiesType' => array(
'id' => '9',
'name' => 'Townhouse',
'slug' => 'townhouse',
'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive',
'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.',
'meta_keyword' => 'Townhouses for Rent',
'isActive' => '1',
'modified' => '2022-03-04 05:14:14',
'created' => '2022-01-27 22:32:38'
)
)
)
$rand = (int) 2532
$UserType = null
$landloardID = null
$affiliatedUserID = null
$notification = array()
$pages = array(
'Page' => array(
'page_title' => '',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'google_analytics' => ''
)
)
$siteSetting = array(
'SiteSetting' => array(
'id' => '1',
'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ',
'notification_start_date' => '2022-01-07',
'notification_end_date' => '2022-01-27',
'facebook_url' => 'https://www.facebook.com/GrandistHive',
'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee',
'twitter_url' => '',
'instagram_url' => '',
'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654',
'site_phone' => '(727) 855-4544',
'site_fax' => '(727) 855-4548',
'site_email' => 'info@grandisthive.com',
'site_licence' => '.',
'admin_email' => 'info@grandisthive.com',
'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved',
'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.',
'google_code' => '',
'stripe_private_key' => '',
'stripe_public_key' => '',
'paypal_username' => '',
'paypal_password' => '',
'paypal_signature' => '',
'register_now_text_big' => 'List Your Property OR Book Your Request Here',
'register_now_text_small' => 'We only work with the best companies around the globe',
'smtp_hostname' => 'smtp.sendgrid.net',
'smtp_port' => '25',
'smtp_username' => 'apikey',
'smtp_password' => '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',
'map_radius' => '10',
'map_default_lat' => '27.9506',
'map_default_lng' => '-82.4572',
'sms_username' => '',
'sms_password' => '',
'sms_api_url' => ''
)
)
include - APP/View/Properties/view.ctp, line 131
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 968
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 131]
<li><p><span>$<?php echo stripslashes($info['Property']['price']); ?></span><b>/<?php if($info['Property']['price_type'] == 1){ echo"mo"; } else { echo"night"; } ?></b></p></li>
<li><p><span><?php echo stripslashes($info['Property']['tot_property_size']); ?> Sq Ft</span></p></li>
<li><p><span><?php echo stripslashes($info['Property']['year_built']); ?></span></p></li>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp'
$dataForView = array(
'properties_reviews' => array(),
'similar_properties' => array(),
'featured_properties' => array(
(int) 0 => array(
'Property' => array(
[maximum depth reached]
),
'Landloard' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'Property' => array(
[maximum depth reached]
),
'Landloard' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'Property' => array(
[maximum depth reached]
),
'Landloard' => array(
[maximum depth reached]
)
)
),
'categories' => array(
(int) 0 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 3 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 4 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
)
),
'countpropertiesNearBy' => (int) 0,
'countpropertiesFloor' => (int) 0,
'countPropertiesBanner' => (int) 0,
'countpropertiesDocument' => (int) 0,
'countPropertiesFeature' => (int) 0,
'info' => null,
'travel_categories' => array(
(int) 1 => 'Business',
(int) 2 => 'Travel',
(int) 3 => 'Medical',
(int) 4 => 'Study',
(int) 5 => 'Getaway ',
(int) 6 => 'Vacation',
(int) 7 => 'Work Related'
),
'properties_types' => array(
(int) 0 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 3 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 4 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 5 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 6 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 7 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 8 => array(
'PropertiesType' => array(
[maximum depth reached]
)
)
),
'rand' => (int) 2532,
'UserType' => null,
'landloardID' => null,
'affiliatedUserID' => null,
'notification' => array(),
'pages' => array(
'Page' => array(
'page_title' => '',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'google_analytics' => ''
)
),
'siteSetting' => array(
'SiteSetting' => array(
'id' => '1',
'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ',
'notification_start_date' => '2022-01-07',
'notification_end_date' => '2022-01-27',
'facebook_url' => 'https://www.facebook.com/GrandistHive',
'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee',
'twitter_url' => '',
'instagram_url' => '',
'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654',
'site_phone' => '(727) 855-4544',
'site_fax' => '(727) 855-4548',
'site_email' => 'info@grandisthive.com',
'site_licence' => '.',
'admin_email' => 'info@grandisthive.com',
'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved',
'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.',
'google_code' => '',
'stripe_private_key' => '',
'stripe_public_key' => '',
'paypal_username' => '',
'paypal_password' => '',
'paypal_signature' => '',
'register_now_text_big' => 'List Your Property OR Book Your Request Here',
'register_now_text_small' => 'We only work with the best companies around the globe',
'smtp_hostname' => 'smtp.sendgrid.net',
'smtp_port' => '25',
'smtp_username' => 'apikey',
'smtp_password' => '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',
'map_radius' => '10',
'map_default_lat' => '27.9506',
'map_default_lng' => '-82.4572',
'sms_username' => '',
'sms_password' => '',
'sms_api_url' => ''
)
)
)
$properties_reviews = array()
$similar_properties = array()
$featured_properties = array(
(int) 0 => array(
'Property' => array(
'id' => '3',
'property_id' => 'GH3',
'landloard_id' => '1',
'property_type' => '1',
'category' => '1',
'title' => 'Luxury Family Apartment ^',
'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p>
<p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>',
'address' => '12300 Bermuda Road, Henderson, NV, USA',
'zip' => '33202',
'city' => 'NV',
'state' => 'New Jersey',
'latitude' => '35.9649204',
'longitude' => '-115.1519353',
'image' => '211229210805.jpg',
'video' => '',
'bedrooms' => '2',
'bathrooms' => '2',
'garage' => '1',
'kitchen' => '1',
'drawing_room' => '1',
'balcony' => '1',
'shared_room' => '0',
'shared_bathroom' => '0',
'shared_kitchen' => '0',
'shared_drawing_room' => '0',
'subLeasing' => '0',
'shortTermRental' => '0',
'tot_property_size' => '1250',
'year_built' => '1996',
'price_type' => '0',
'price' => '1000.00',
'isFeatured' => '1',
'isCreater' => '1',
'isActive' => '1',
'snooze_start_date' => null,
'snooze_end_date' => null,
'min_trip_length' => null,
'max_trip_length' => null,
'restricted_check_in' => null,
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'viewCount' => '0',
'modified' => '2022-01-19 05:02:12',
'created' => '2021-12-29 21:08:05'
),
'Landloard' => array(
'password' => '*****',
'id' => '1',
'first_name' => 'John',
'last_name' => 'Ray',
'profile_image' => '211222205023.jpg',
'primary_phone' => '+9136541201',
'secondary_phone' => '',
'primary_email' => 'john@mailinator.com',
'secondary_email' => 'john@mailinator.com',
'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p>
',
'address' => '18B, Sea street',
'city' => 'Tampa',
'zip' => '33605',
'state' => 'Florida',
'facebook_socialmedia' => '',
'twitter_socialmedia' => '',
'instagram_socialmedia' => '',
'ip' => '116.206.203.23',
'isVerfied' => '1',
'isPhoneVerfied' => '0',
'isStatus' => '1',
'user_type' => '0',
'isCurrentMembership' => '1',
'acceptPayment' => '0',
'membership_plan_end_date' => '2022-12-22',
'affiliated_id' => '0',
'iscCreaterType' => '1',
'modified' => '2023-03-30 12:19:59',
'created' => '2021-12-22 20:40:35'
)
),
(int) 1 => array(
'Property' => array(
'id' => '2',
'property_id' => 'GH2',
'landloard_id' => '2',
'property_type' => '6',
'category' => '1',
'title' => 'Clean & Comfy room *mins away *Free Parking',
'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\">
<div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br />
Take in all of Tampa, FL as you’ll be only minutes away from everything!<br />
<br />
• Designed with your needs in mind, we created a space as your home away from home .<br />
• Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br />
<br />
What you’ll love ❤️:<br />
- An incredible room, with gorgeous views.<br />
- With comfy Mattress enjoy a long peaceful sleep<br />
<br />
Note: Our cleaners are one-call away</div>
</div>
<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\">
<div style=\"box-sizing: border-box;\">
<div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\">
<h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3>
</div>
You don't have to give up comfort when traveling.<br />
<br />
Our 3 Bedrooms/2 Bathroom House 〰<br />
1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br />
<br />
* Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br />
<br />
* All linens are high-quality cotton for your cleanliness and comfort.<br />
<br />
* The pillows are pure goose down for maximum relaxation.<br />
<br />
Forget something?<br />
<br />
*Our bathrooms are stocked with all the essential toiletries for your convenience.<br />
<br />
〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br />
<br />
〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br />
Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div>
</div>',
'address' => '4235 East Curtis Street, Tampa, FL, USA',
'zip' => '33610',
'city' => 'Tampa',
'state' => 'Florida',
'latitude' => '27.9879158',
'longitude' => '-82.4094794',
'image' => '220104071054.jpg',
'video' => '',
'bedrooms' => '1',
'bathrooms' => '1',
'garage' => '1',
'kitchen' => '1',
'drawing_room' => '1',
'balcony' => '1',
'shared_room' => '1',
'shared_bathroom' => '0',
'shared_kitchen' => '0',
'shared_drawing_room' => '0',
'subLeasing' => '0',
'shortTermRental' => '0',
'tot_property_size' => '450',
'year_built' => '1995',
'price_type' => '0',
'price' => '45.00',
'isFeatured' => '1',
'isCreater' => '0',
'isActive' => '1',
'snooze_start_date' => null,
'snooze_end_date' => null,
'min_trip_length' => '3',
'max_trip_length' => '30',
'restricted_check_in' => 'monday,wednesday,friday,sunday',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'viewCount' => '0',
'modified' => '2022-01-24 21:47:27',
'created' => '2021-12-22 21:39:10'
),
'Landloard' => array(
'password' => '*****',
'id' => '2',
'first_name' => 'Petersonn',
'last_name' => 'Suffrena',
'profile_image' => '211227173709.jpg',
'primary_phone' => '+18135887188',
'secondary_phone' => '8136664161',
'primary_email' => 'petesmovers@gmail.com',
'secondary_email' => 'petesmovers@gmail.com',
'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ',
'address' => '4235 E Curtis St',
'city' => 'Tampa',
'zip' => '33610',
'state' => 'Florida',
'facebook_socialmedia' => '',
'twitter_socialmedia' => '',
'instagram_socialmedia' => '',
'ip' => '97.106.255.46',
'isVerfied' => '1',
'isPhoneVerfied' => '0',
'isStatus' => '1',
'user_type' => '0',
'isCurrentMembership' => '1',
'acceptPayment' => '0',
'membership_plan_end_date' => '2022-12-22',
'affiliated_id' => '0',
'iscCreaterType' => '0',
'modified' => '2022-02-17 11:26:02',
'created' => '2021-12-22 21:31:06'
)
),
(int) 2 => array(
'Property' => array(
'id' => '1',
'property_id' => 'GH1',
'landloard_id' => '1',
'property_type' => '1',
'category' => '1',
'title' => 'Luxury Family Apartment',
'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p>
',
'address' => '1250 Waters Place,',
'zip' => '10006',
'city' => 'Bronx',
'state' => 'New York',
'latitude' => '40.709329',
'longitude' => '-74.0131196',
'image' => '211222210606.jpg',
'video' => '',
'bedrooms' => '1',
'bathrooms' => '1',
'garage' => '0',
'kitchen' => '1',
'drawing_room' => '1',
'balcony' => '0',
'shared_room' => '0',
'shared_bathroom' => '0',
'shared_kitchen' => '0',
'shared_drawing_room' => '0',
'subLeasing' => '0',
'shortTermRental' => '0',
'tot_property_size' => '1250',
'year_built' => '2015',
'price_type' => '0',
'price' => '1000.00',
'isFeatured' => '1',
'isCreater' => '1',
'isActive' => '1',
'snooze_start_date' => null,
'snooze_end_date' => null,
'min_trip_length' => null,
'max_trip_length' => null,
'restricted_check_in' => null,
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'viewCount' => '0',
'modified' => '2022-02-17 04:21:34',
'created' => '2021-12-22 21:06:06'
),
'Landloard' => array(
'password' => '*****',
'id' => '1',
'first_name' => 'John',
'last_name' => 'Ray',
'profile_image' => '211222205023.jpg',
'primary_phone' => '+9136541201',
'secondary_phone' => '',
'primary_email' => 'john@mailinator.com',
'secondary_email' => 'john@mailinator.com',
'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p>
',
'address' => '18B, Sea street',
'city' => 'Tampa',
'zip' => '33605',
'state' => 'Florida',
'facebook_socialmedia' => '',
'twitter_socialmedia' => '',
'instagram_socialmedia' => '',
'ip' => '116.206.203.23',
'isVerfied' => '1',
'isPhoneVerfied' => '0',
'isStatus' => '1',
'user_type' => '0',
'isCurrentMembership' => '1',
'acceptPayment' => '0',
'membership_plan_end_date' => '2022-12-22',
'affiliated_id' => '0',
'iscCreaterType' => '1',
'modified' => '2023-03-30 12:19:59',
'created' => '2021-12-22 20:40:35'
)
)
)
$categories = array(
(int) 0 => array(
'Property' => array(
'property_type' => '1'
),
'PropertiesType' => array(
'name' => 'Apartment',
'slug' => 'apartment'
)
),
(int) 1 => array(
'Property' => array(
'property_type' => '3'
),
'PropertiesType' => array(
'name' => 'Condo',
'slug' => 'condo'
)
),
(int) 2 => array(
'Property' => array(
'property_type' => '4'
),
'PropertiesType' => array(
'name' => 'House',
'slug' => 'house'
)
),
(int) 3 => array(
'Property' => array(
'property_type' => '6'
),
'PropertiesType' => array(
'name' => 'Single Room',
'slug' => 'single-room'
)
),
(int) 4 => array(
'Property' => array(
'property_type' => '9'
),
'PropertiesType' => array(
'name' => 'Townhouse',
'slug' => 'townhouse'
)
)
)
$countpropertiesNearBy = (int) 0
$countpropertiesFloor = (int) 0
$countPropertiesBanner = (int) 0
$countpropertiesDocument = (int) 0
$countPropertiesFeature = (int) 0
$info = null
$travel_categories = array(
(int) 1 => 'Business',
(int) 2 => 'Travel',
(int) 3 => 'Medical',
(int) 4 => 'Study',
(int) 5 => 'Getaway ',
(int) 6 => 'Vacation',
(int) 7 => 'Work Related'
)
$properties_types = array(
(int) 0 => array(
'PropertiesType' => array(
'id' => '1',
'name' => 'Apartment',
'slug' => 'apartment',
'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments',
'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.',
'meta_keyword' => 'Apartment for Rent',
'isActive' => '1',
'modified' => '2022-03-12 08:25:16',
'created' => '2021-12-04 04:00:00'
)
),
(int) 1 => array(
'PropertiesType' => array(
'id' => '2',
'name' => 'Bungalow',
'slug' => 'bungalow',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:32:05',
'created' => '2021-12-04 05:00:00'
)
),
(int) 2 => array(
'PropertiesType' => array(
'id' => '3',
'name' => 'Condo',
'slug' => 'condo',
'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive',
'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ',
'meta_keyword' => 'Condos for Rent',
'isActive' => '1',
'modified' => '2022-03-04 05:23:19',
'created' => '2021-12-04 04:09:00'
)
),
(int) 3 => array(
'PropertiesType' => array(
'id' => '4',
'name' => 'House',
'slug' => 'house',
'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive',
'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.',
'meta_keyword' => 'Houses for Rent',
'isActive' => '1',
'modified' => '2022-03-04 05:16:54',
'created' => '2021-12-04 03:06:00'
)
),
(int) 4 => array(
'PropertiesType' => array(
'id' => '5',
'name' => 'Land',
'slug' => 'land',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:32:51',
'created' => '2021-12-04 04:00:00'
)
),
(int) 5 => array(
'PropertiesType' => array(
'id' => '6',
'name' => 'Single Room',
'slug' => 'single-room',
'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive',
'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.',
'meta_keyword' => 'single room',
'isActive' => '1',
'modified' => '2022-03-04 04:29:29',
'created' => '2021-12-04 06:00:22'
)
),
(int) 6 => array(
'PropertiesType' => array(
'id' => '7',
'name' => 'Double Room',
'slug' => 'double-room',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:32:30',
'created' => '2021-12-04 06:00:00'
)
),
(int) 7 => array(
'PropertiesType' => array(
'id' => '8',
'name' => 'Shared Room',
'slug' => 'shared-room',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:33:08',
'created' => '2021-12-04 07:00:17'
)
),
(int) 8 => array(
'PropertiesType' => array(
'id' => '9',
'name' => 'Townhouse',
'slug' => 'townhouse',
'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive',
'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.',
'meta_keyword' => 'Townhouses for Rent',
'isActive' => '1',
'modified' => '2022-03-04 05:14:14',
'created' => '2022-01-27 22:32:38'
)
)
)
$rand = (int) 2532
$UserType = null
$landloardID = null
$affiliatedUserID = null
$notification = array()
$pages = array(
'Page' => array(
'page_title' => '',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'google_analytics' => ''
)
)
$siteSetting = array(
'SiteSetting' => array(
'id' => '1',
'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ',
'notification_start_date' => '2022-01-07',
'notification_end_date' => '2022-01-27',
'facebook_url' => 'https://www.facebook.com/GrandistHive',
'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee',
'twitter_url' => '',
'instagram_url' => '',
'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654',
'site_phone' => '(727) 855-4544',
'site_fax' => '(727) 855-4548',
'site_email' => 'info@grandisthive.com',
'site_licence' => '.',
'admin_email' => 'info@grandisthive.com',
'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved',
'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.',
'google_code' => '',
'stripe_private_key' => '',
'stripe_public_key' => '',
'paypal_username' => '',
'paypal_password' => '',
'paypal_signature' => '',
'register_now_text_big' => 'List Your Property OR Book Your Request Here',
'register_now_text_small' => 'We only work with the best companies around the globe',
'smtp_hostname' => 'smtp.sendgrid.net',
'smtp_port' => '25',
'smtp_username' => 'apikey',
'smtp_password' => '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',
'map_radius' => '10',
'map_default_lat' => '27.9506',
'map_default_lng' => '-82.4572',
'sms_username' => '',
'sms_password' => '',
'sms_api_url' => ''
)
)
include - APP/View/Properties/view.ctp, line 131
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 968
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 136]Code Context<div class="col-md-6 col-lg-6 col-xl-4">
<ul class="list-inline-item">
<?php if($info['Property']['bedrooms'] > 0){ ?>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 136 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 136]Code Context<div class="col-md-6 col-lg-6 col-xl-4">
<ul class="list-inline-item">
<?php if($info['Property']['bedrooms'] > 0){ ?>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 136 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 139]Code Context<li><p>Bedrooms :</p></li>
<?php } ?>
<?php if($info['Property']['bathrooms'] > 0){ ?>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 139 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 139]Code Context<li><p>Bedrooms :</p></li>
<?php } ?>
<?php if($info['Property']['bathrooms'] > 0){ ?>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 139 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 142]Code Context<li><p>Bathrooms :</p></li>
<?php } ?>
<?php if($info['Property']['garage'] > 0){ ?>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 142 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 142]Code Context<li><p>Bathrooms :</p></li>
<?php } ?>
<?php if($info['Property']['garage'] > 0){ ?>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 142 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 145]Code Context<li><p>Garage :</p></li>
<?php } ?>
<?php if($info['Property']['kitchen'] > 0){ ?>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 145 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 145]Code Context<li><p>Garage :</p></li>
<?php } ?>
<?php if($info['Property']['kitchen'] > 0){ ?>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 145 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 150]Code Context</ul>
<ul class="list-inline-item">
<?php if($info['Property']['bedrooms'] > 0){ ?>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 150 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 150]Code Context</ul>
<ul class="list-inline-item">
<?php if($info['Property']['bedrooms'] > 0){ ?>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 150 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 153]Code Context<li><p><span><?php echo stripslashes($info['Property']['bedrooms']); ?></span></p></li>
<?php } ?>
<?php if($info['Property']['bathrooms'] > 0){ ?>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 153 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 153]Code Context<li><p><span><?php echo stripslashes($info['Property']['bedrooms']); ?></span></p></li>
<?php } ?>
<?php if($info['Property']['bathrooms'] > 0){ ?>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 153 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 156]Code Context<li><p><span><?php echo stripslashes($info['Property']['bathrooms']); ?></span></p></li>
<?php } ?>
<?php if($info['Property']['garage'] > 0){ ?>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 156 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 156]Code Context<li><p><span><?php echo stripslashes($info['Property']['bathrooms']); ?></span></p></li>
<?php } ?>
<?php if($info['Property']['garage'] > 0){ ?>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 156 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 159]Code Context<li><p><span><?php echo stripslashes($info['Property']['garage']); ?></span></p></li>
<?php } ?>
<?php if($info['Property']['kitchen'] > 0){ ?>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 159 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 159]Code Context<li><p><span><?php echo stripslashes($info['Property']['garage']); ?></span></p></li>
<?php } ?>
<?php if($info['Property']['kitchen'] > 0){ ?>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 159 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 166]Code Context<div class="col-md-6 col-lg-6 col-xl-4">
<ul class="list-inline-item">
<?php if($info['Property']['drawing_room'] > 0){ ?>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 166 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 166]Code Context<div class="col-md-6 col-lg-6 col-xl-4">
<ul class="list-inline-item">
<?php if($info['Property']['drawing_room'] > 0){ ?>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 166 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 169]Code Context<li><p>Drawing Room :</p></li>
<?php } ?>
<?php if($info['Property']['balcony'] > 0){ ?>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 169 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 169]Code Context<li><p>Drawing Room :</p></li>
<?php } ?>
<?php if($info['Property']['balcony'] > 0){ ?>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 169 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Property Type :
Property Status :
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 176]Code Context</ul>
<ul class="list-inline-item">
<?php if($info['Property']['drawing_room'] > 0){ ?>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 176 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 176]Code Context</ul>
<ul class="list-inline-item">
<?php if($info['Property']['drawing_room'] > 0){ ?>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 176 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 179]Code Context<li><p><span><?php echo stripslashes($info['Property']['drawing_room']); ?></span></p></li>
<?php } ?>
<?php if($info['Property']['balcony'] > 0){ ?>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 179 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 179]Code Context<li><p><span><?php echo stripslashes($info['Property']['drawing_room']); ?></span></p></li>
<?php } ?>
<?php if($info['Property']['balcony'] > 0){ ?>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 179 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 182]Code Context<li><p><span><?php echo stripslashes($info['Property']['balcony']); ?></span></p></li>
<?php } ?>
<?php if($info['Property']['property_type'] !=0){ ?>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 182 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 182]Code Context<li><p><span><?php echo stripslashes($info['Property']['balcony']); ?></span></p></li>
<?php } ?>
<?php if($info['Property']['property_type'] !=0){ ?>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 182 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 185]
<li><p><span><?php echo $this->common->getProperyTypeName($info['Property']['property_type']); ?></span></p></li>
<?php } ?>
<li><p><span><?php if($info['Property']['category']==1) { ?>For Rent<?php } else { ?>For Sale<?php } ?></span></p></li>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp'
$dataForView = array(
'properties_reviews' => array(),
'similar_properties' => array(),
'featured_properties' => array(
(int) 0 => array(
'Property' => array(
[maximum depth reached]
),
'Landloard' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'Property' => array(
[maximum depth reached]
),
'Landloard' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'Property' => array(
[maximum depth reached]
),
'Landloard' => array(
[maximum depth reached]
)
)
),
'categories' => array(
(int) 0 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 3 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 4 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
)
),
'countpropertiesNearBy' => (int) 0,
'countpropertiesFloor' => (int) 0,
'countPropertiesBanner' => (int) 0,
'countpropertiesDocument' => (int) 0,
'countPropertiesFeature' => (int) 0,
'info' => null,
'travel_categories' => array(
(int) 1 => 'Business',
(int) 2 => 'Travel',
(int) 3 => 'Medical',
(int) 4 => 'Study',
(int) 5 => 'Getaway ',
(int) 6 => 'Vacation',
(int) 7 => 'Work Related'
),
'properties_types' => array(
(int) 0 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 3 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 4 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 5 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 6 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 7 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 8 => array(
'PropertiesType' => array(
[maximum depth reached]
)
)
),
'rand' => (int) 2532,
'UserType' => null,
'landloardID' => null,
'affiliatedUserID' => null,
'notification' => array(),
'pages' => array(
'Page' => array(
'page_title' => '',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'google_analytics' => ''
)
),
'siteSetting' => array(
'SiteSetting' => array(
'id' => '1',
'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ',
'notification_start_date' => '2022-01-07',
'notification_end_date' => '2022-01-27',
'facebook_url' => 'https://www.facebook.com/GrandistHive',
'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee',
'twitter_url' => '',
'instagram_url' => '',
'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654',
'site_phone' => '(727) 855-4544',
'site_fax' => '(727) 855-4548',
'site_email' => 'info@grandisthive.com',
'site_licence' => '.',
'admin_email' => 'info@grandisthive.com',
'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved',
'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.',
'google_code' => '',
'stripe_private_key' => '',
'stripe_public_key' => '',
'paypal_username' => '',
'paypal_password' => '',
'paypal_signature' => '',
'register_now_text_big' => 'List Your Property OR Book Your Request Here',
'register_now_text_small' => 'We only work with the best companies around the globe',
'smtp_hostname' => 'smtp.sendgrid.net',
'smtp_port' => '25',
'smtp_username' => 'apikey',
'smtp_password' => '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',
'map_radius' => '10',
'map_default_lat' => '27.9506',
'map_default_lng' => '-82.4572',
'sms_username' => '',
'sms_password' => '',
'sms_api_url' => ''
)
)
)
$properties_reviews = array()
$similar_properties = array()
$featured_properties = array(
(int) 0 => array(
'Property' => array(
'id' => '3',
'property_id' => 'GH3',
'landloard_id' => '1',
'property_type' => '1',
'category' => '1',
'title' => 'Luxury Family Apartment ^',
'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p>
<p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>',
'address' => '12300 Bermuda Road, Henderson, NV, USA',
'zip' => '33202',
'city' => 'NV',
'state' => 'New Jersey',
'latitude' => '35.9649204',
'longitude' => '-115.1519353',
'image' => '211229210805.jpg',
'video' => '',
'bedrooms' => '2',
'bathrooms' => '2',
'garage' => '1',
'kitchen' => '1',
'drawing_room' => '1',
'balcony' => '1',
'shared_room' => '0',
'shared_bathroom' => '0',
'shared_kitchen' => '0',
'shared_drawing_room' => '0',
'subLeasing' => '0',
'shortTermRental' => '0',
'tot_property_size' => '1250',
'year_built' => '1996',
'price_type' => '0',
'price' => '1000.00',
'isFeatured' => '1',
'isCreater' => '1',
'isActive' => '1',
'snooze_start_date' => null,
'snooze_end_date' => null,
'min_trip_length' => null,
'max_trip_length' => null,
'restricted_check_in' => null,
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'viewCount' => '0',
'modified' => '2022-01-19 05:02:12',
'created' => '2021-12-29 21:08:05'
),
'Landloard' => array(
'password' => '*****',
'id' => '1',
'first_name' => 'John',
'last_name' => 'Ray',
'profile_image' => '211222205023.jpg',
'primary_phone' => '+9136541201',
'secondary_phone' => '',
'primary_email' => 'john@mailinator.com',
'secondary_email' => 'john@mailinator.com',
'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p>
',
'address' => '18B, Sea street',
'city' => 'Tampa',
'zip' => '33605',
'state' => 'Florida',
'facebook_socialmedia' => '',
'twitter_socialmedia' => '',
'instagram_socialmedia' => '',
'ip' => '116.206.203.23',
'isVerfied' => '1',
'isPhoneVerfied' => '0',
'isStatus' => '1',
'user_type' => '0',
'isCurrentMembership' => '1',
'acceptPayment' => '0',
'membership_plan_end_date' => '2022-12-22',
'affiliated_id' => '0',
'iscCreaterType' => '1',
'modified' => '2023-03-30 12:19:59',
'created' => '2021-12-22 20:40:35'
)
),
(int) 1 => array(
'Property' => array(
'id' => '2',
'property_id' => 'GH2',
'landloard_id' => '2',
'property_type' => '6',
'category' => '1',
'title' => 'Clean & Comfy room *mins away *Free Parking',
'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\">
<div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br />
Take in all of Tampa, FL as you’ll be only minutes away from everything!<br />
<br />
• Designed with your needs in mind, we created a space as your home away from home .<br />
• Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br />
<br />
What you’ll love ❤️:<br />
- An incredible room, with gorgeous views.<br />
- With comfy Mattress enjoy a long peaceful sleep<br />
<br />
Note: Our cleaners are one-call away</div>
</div>
<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\">
<div style=\"box-sizing: border-box;\">
<div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\">
<h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3>
</div>
You don't have to give up comfort when traveling.<br />
<br />
Our 3 Bedrooms/2 Bathroom House 〰<br />
1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br />
<br />
* Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br />
<br />
* All linens are high-quality cotton for your cleanliness and comfort.<br />
<br />
* The pillows are pure goose down for maximum relaxation.<br />
<br />
Forget something?<br />
<br />
*Our bathrooms are stocked with all the essential toiletries for your convenience.<br />
<br />
〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br />
<br />
〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br />
Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div>
</div>',
'address' => '4235 East Curtis Street, Tampa, FL, USA',
'zip' => '33610',
'city' => 'Tampa',
'state' => 'Florida',
'latitude' => '27.9879158',
'longitude' => '-82.4094794',
'image' => '220104071054.jpg',
'video' => '',
'bedrooms' => '1',
'bathrooms' => '1',
'garage' => '1',
'kitchen' => '1',
'drawing_room' => '1',
'balcony' => '1',
'shared_room' => '1',
'shared_bathroom' => '0',
'shared_kitchen' => '0',
'shared_drawing_room' => '0',
'subLeasing' => '0',
'shortTermRental' => '0',
'tot_property_size' => '450',
'year_built' => '1995',
'price_type' => '0',
'price' => '45.00',
'isFeatured' => '1',
'isCreater' => '0',
'isActive' => '1',
'snooze_start_date' => null,
'snooze_end_date' => null,
'min_trip_length' => '3',
'max_trip_length' => '30',
'restricted_check_in' => 'monday,wednesday,friday,sunday',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'viewCount' => '0',
'modified' => '2022-01-24 21:47:27',
'created' => '2021-12-22 21:39:10'
),
'Landloard' => array(
'password' => '*****',
'id' => '2',
'first_name' => 'Petersonn',
'last_name' => 'Suffrena',
'profile_image' => '211227173709.jpg',
'primary_phone' => '+18135887188',
'secondary_phone' => '8136664161',
'primary_email' => 'petesmovers@gmail.com',
'secondary_email' => 'petesmovers@gmail.com',
'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ',
'address' => '4235 E Curtis St',
'city' => 'Tampa',
'zip' => '33610',
'state' => 'Florida',
'facebook_socialmedia' => '',
'twitter_socialmedia' => '',
'instagram_socialmedia' => '',
'ip' => '97.106.255.46',
'isVerfied' => '1',
'isPhoneVerfied' => '0',
'isStatus' => '1',
'user_type' => '0',
'isCurrentMembership' => '1',
'acceptPayment' => '0',
'membership_plan_end_date' => '2022-12-22',
'affiliated_id' => '0',
'iscCreaterType' => '0',
'modified' => '2022-02-17 11:26:02',
'created' => '2021-12-22 21:31:06'
)
),
(int) 2 => array(
'Property' => array(
'id' => '1',
'property_id' => 'GH1',
'landloard_id' => '1',
'property_type' => '1',
'category' => '1',
'title' => 'Luxury Family Apartment',
'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p>
',
'address' => '1250 Waters Place,',
'zip' => '10006',
'city' => 'Bronx',
'state' => 'New York',
'latitude' => '40.709329',
'longitude' => '-74.0131196',
'image' => '211222210606.jpg',
'video' => '',
'bedrooms' => '1',
'bathrooms' => '1',
'garage' => '0',
'kitchen' => '1',
'drawing_room' => '1',
'balcony' => '0',
'shared_room' => '0',
'shared_bathroom' => '0',
'shared_kitchen' => '0',
'shared_drawing_room' => '0',
'subLeasing' => '0',
'shortTermRental' => '0',
'tot_property_size' => '1250',
'year_built' => '2015',
'price_type' => '0',
'price' => '1000.00',
'isFeatured' => '1',
'isCreater' => '1',
'isActive' => '1',
'snooze_start_date' => null,
'snooze_end_date' => null,
'min_trip_length' => null,
'max_trip_length' => null,
'restricted_check_in' => null,
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'viewCount' => '0',
'modified' => '2022-02-17 04:21:34',
'created' => '2021-12-22 21:06:06'
),
'Landloard' => array(
'password' => '*****',
'id' => '1',
'first_name' => 'John',
'last_name' => 'Ray',
'profile_image' => '211222205023.jpg',
'primary_phone' => '+9136541201',
'secondary_phone' => '',
'primary_email' => 'john@mailinator.com',
'secondary_email' => 'john@mailinator.com',
'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p>
',
'address' => '18B, Sea street',
'city' => 'Tampa',
'zip' => '33605',
'state' => 'Florida',
'facebook_socialmedia' => '',
'twitter_socialmedia' => '',
'instagram_socialmedia' => '',
'ip' => '116.206.203.23',
'isVerfied' => '1',
'isPhoneVerfied' => '0',
'isStatus' => '1',
'user_type' => '0',
'isCurrentMembership' => '1',
'acceptPayment' => '0',
'membership_plan_end_date' => '2022-12-22',
'affiliated_id' => '0',
'iscCreaterType' => '1',
'modified' => '2023-03-30 12:19:59',
'created' => '2021-12-22 20:40:35'
)
)
)
$categories = array(
(int) 0 => array(
'Property' => array(
'property_type' => '1'
),
'PropertiesType' => array(
'name' => 'Apartment',
'slug' => 'apartment'
)
),
(int) 1 => array(
'Property' => array(
'property_type' => '3'
),
'PropertiesType' => array(
'name' => 'Condo',
'slug' => 'condo'
)
),
(int) 2 => array(
'Property' => array(
'property_type' => '4'
),
'PropertiesType' => array(
'name' => 'House',
'slug' => 'house'
)
),
(int) 3 => array(
'Property' => array(
'property_type' => '6'
),
'PropertiesType' => array(
'name' => 'Single Room',
'slug' => 'single-room'
)
),
(int) 4 => array(
'Property' => array(
'property_type' => '9'
),
'PropertiesType' => array(
'name' => 'Townhouse',
'slug' => 'townhouse'
)
)
)
$countpropertiesNearBy = (int) 0
$countpropertiesFloor = (int) 0
$countPropertiesBanner = (int) 0
$countpropertiesDocument = (int) 0
$countPropertiesFeature = (int) 0
$info = null
$travel_categories = array(
(int) 1 => 'Business',
(int) 2 => 'Travel',
(int) 3 => 'Medical',
(int) 4 => 'Study',
(int) 5 => 'Getaway ',
(int) 6 => 'Vacation',
(int) 7 => 'Work Related'
)
$properties_types = array(
(int) 0 => array(
'PropertiesType' => array(
'id' => '1',
'name' => 'Apartment',
'slug' => 'apartment',
'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments',
'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.',
'meta_keyword' => 'Apartment for Rent',
'isActive' => '1',
'modified' => '2022-03-12 08:25:16',
'created' => '2021-12-04 04:00:00'
)
),
(int) 1 => array(
'PropertiesType' => array(
'id' => '2',
'name' => 'Bungalow',
'slug' => 'bungalow',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:32:05',
'created' => '2021-12-04 05:00:00'
)
),
(int) 2 => array(
'PropertiesType' => array(
'id' => '3',
'name' => 'Condo',
'slug' => 'condo',
'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive',
'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ',
'meta_keyword' => 'Condos for Rent',
'isActive' => '1',
'modified' => '2022-03-04 05:23:19',
'created' => '2021-12-04 04:09:00'
)
),
(int) 3 => array(
'PropertiesType' => array(
'id' => '4',
'name' => 'House',
'slug' => 'house',
'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive',
'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.',
'meta_keyword' => 'Houses for Rent',
'isActive' => '1',
'modified' => '2022-03-04 05:16:54',
'created' => '2021-12-04 03:06:00'
)
),
(int) 4 => array(
'PropertiesType' => array(
'id' => '5',
'name' => 'Land',
'slug' => 'land',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:32:51',
'created' => '2021-12-04 04:00:00'
)
),
(int) 5 => array(
'PropertiesType' => array(
'id' => '6',
'name' => 'Single Room',
'slug' => 'single-room',
'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive',
'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.',
'meta_keyword' => 'single room',
'isActive' => '1',
'modified' => '2022-03-04 04:29:29',
'created' => '2021-12-04 06:00:22'
)
),
(int) 6 => array(
'PropertiesType' => array(
'id' => '7',
'name' => 'Double Room',
'slug' => 'double-room',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:32:30',
'created' => '2021-12-04 06:00:00'
)
),
(int) 7 => array(
'PropertiesType' => array(
'id' => '8',
'name' => 'Shared Room',
'slug' => 'shared-room',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:33:08',
'created' => '2021-12-04 07:00:17'
)
),
(int) 8 => array(
'PropertiesType' => array(
'id' => '9',
'name' => 'Townhouse',
'slug' => 'townhouse',
'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive',
'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.',
'meta_keyword' => 'Townhouses for Rent',
'isActive' => '1',
'modified' => '2022-03-04 05:14:14',
'created' => '2022-01-27 22:32:38'
)
)
)
$rand = (int) 2532
$UserType = null
$landloardID = null
$affiliatedUserID = null
$notification = array()
$pages = array(
'Page' => array(
'page_title' => '',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'google_analytics' => ''
)
)
$siteSetting = array(
'SiteSetting' => array(
'id' => '1',
'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ',
'notification_start_date' => '2022-01-07',
'notification_end_date' => '2022-01-27',
'facebook_url' => 'https://www.facebook.com/GrandistHive',
'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee',
'twitter_url' => '',
'instagram_url' => '',
'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654',
'site_phone' => '(727) 855-4544',
'site_fax' => '(727) 855-4548',
'site_email' => 'info@grandisthive.com',
'site_licence' => '.',
'admin_email' => 'info@grandisthive.com',
'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved',
'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.',
'google_code' => '',
'stripe_private_key' => '',
'stripe_public_key' => '',
'paypal_username' => '',
'paypal_password' => '',
'paypal_signature' => '',
'register_now_text_big' => 'List Your Property OR Book Your Request Here',
'register_now_text_small' => 'We only work with the best companies around the globe',
'smtp_hostname' => 'smtp.sendgrid.net',
'smtp_port' => '25',
'smtp_username' => 'apikey',
'smtp_password' => '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',
'map_radius' => '10',
'map_default_lat' => '27.9506',
'map_default_lng' => '-82.4572',
'sms_username' => '',
'sms_password' => '',
'sms_api_url' => ''
)
)
include - APP/View/Properties/view.ctp, line 185
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 968
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 185]
For Sale <li><p><span><?php echo $this->common->getProperyTypeName($info['Property']['property_type']); ?></span></p></li>
<?php } ?>
<li><p><span><?php if($info['Property']['category']==1) { ?>For Rent<?php } else { ?>For Sale<?php } ?></span></p></li>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp'
$dataForView = array(
'properties_reviews' => array(),
'similar_properties' => array(),
'featured_properties' => array(
(int) 0 => array(
'Property' => array(
[maximum depth reached]
),
'Landloard' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'Property' => array(
[maximum depth reached]
),
'Landloard' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'Property' => array(
[maximum depth reached]
),
'Landloard' => array(
[maximum depth reached]
)
)
),
'categories' => array(
(int) 0 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 3 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 4 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
)
),
'countpropertiesNearBy' => (int) 0,
'countpropertiesFloor' => (int) 0,
'countPropertiesBanner' => (int) 0,
'countpropertiesDocument' => (int) 0,
'countPropertiesFeature' => (int) 0,
'info' => null,
'travel_categories' => array(
(int) 1 => 'Business',
(int) 2 => 'Travel',
(int) 3 => 'Medical',
(int) 4 => 'Study',
(int) 5 => 'Getaway ',
(int) 6 => 'Vacation',
(int) 7 => 'Work Related'
),
'properties_types' => array(
(int) 0 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 3 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 4 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 5 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 6 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 7 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 8 => array(
'PropertiesType' => array(
[maximum depth reached]
)
)
),
'rand' => (int) 2532,
'UserType' => null,
'landloardID' => null,
'affiliatedUserID' => null,
'notification' => array(),
'pages' => array(
'Page' => array(
'page_title' => '',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'google_analytics' => ''
)
),
'siteSetting' => array(
'SiteSetting' => array(
'id' => '1',
'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ',
'notification_start_date' => '2022-01-07',
'notification_end_date' => '2022-01-27',
'facebook_url' => 'https://www.facebook.com/GrandistHive',
'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee',
'twitter_url' => '',
'instagram_url' => '',
'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654',
'site_phone' => '(727) 855-4544',
'site_fax' => '(727) 855-4548',
'site_email' => 'info@grandisthive.com',
'site_licence' => '.',
'admin_email' => 'info@grandisthive.com',
'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved',
'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.',
'google_code' => '',
'stripe_private_key' => '',
'stripe_public_key' => '',
'paypal_username' => '',
'paypal_password' => '',
'paypal_signature' => '',
'register_now_text_big' => 'List Your Property OR Book Your Request Here',
'register_now_text_small' => 'We only work with the best companies around the globe',
'smtp_hostname' => 'smtp.sendgrid.net',
'smtp_port' => '25',
'smtp_username' => 'apikey',
'smtp_password' => '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',
'map_radius' => '10',
'map_default_lat' => '27.9506',
'map_default_lng' => '-82.4572',
'sms_username' => '',
'sms_password' => '',
'sms_api_url' => ''
)
)
)
$properties_reviews = array()
$similar_properties = array()
$featured_properties = array(
(int) 0 => array(
'Property' => array(
'id' => '3',
'property_id' => 'GH3',
'landloard_id' => '1',
'property_type' => '1',
'category' => '1',
'title' => 'Luxury Family Apartment ^',
'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p>
<p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>',
'address' => '12300 Bermuda Road, Henderson, NV, USA',
'zip' => '33202',
'city' => 'NV',
'state' => 'New Jersey',
'latitude' => '35.9649204',
'longitude' => '-115.1519353',
'image' => '211229210805.jpg',
'video' => '',
'bedrooms' => '2',
'bathrooms' => '2',
'garage' => '1',
'kitchen' => '1',
'drawing_room' => '1',
'balcony' => '1',
'shared_room' => '0',
'shared_bathroom' => '0',
'shared_kitchen' => '0',
'shared_drawing_room' => '0',
'subLeasing' => '0',
'shortTermRental' => '0',
'tot_property_size' => '1250',
'year_built' => '1996',
'price_type' => '0',
'price' => '1000.00',
'isFeatured' => '1',
'isCreater' => '1',
'isActive' => '1',
'snooze_start_date' => null,
'snooze_end_date' => null,
'min_trip_length' => null,
'max_trip_length' => null,
'restricted_check_in' => null,
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'viewCount' => '0',
'modified' => '2022-01-19 05:02:12',
'created' => '2021-12-29 21:08:05'
),
'Landloard' => array(
'password' => '*****',
'id' => '1',
'first_name' => 'John',
'last_name' => 'Ray',
'profile_image' => '211222205023.jpg',
'primary_phone' => '+9136541201',
'secondary_phone' => '',
'primary_email' => 'john@mailinator.com',
'secondary_email' => 'john@mailinator.com',
'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p>
',
'address' => '18B, Sea street',
'city' => 'Tampa',
'zip' => '33605',
'state' => 'Florida',
'facebook_socialmedia' => '',
'twitter_socialmedia' => '',
'instagram_socialmedia' => '',
'ip' => '116.206.203.23',
'isVerfied' => '1',
'isPhoneVerfied' => '0',
'isStatus' => '1',
'user_type' => '0',
'isCurrentMembership' => '1',
'acceptPayment' => '0',
'membership_plan_end_date' => '2022-12-22',
'affiliated_id' => '0',
'iscCreaterType' => '1',
'modified' => '2023-03-30 12:19:59',
'created' => '2021-12-22 20:40:35'
)
),
(int) 1 => array(
'Property' => array(
'id' => '2',
'property_id' => 'GH2',
'landloard_id' => '2',
'property_type' => '6',
'category' => '1',
'title' => 'Clean & Comfy room *mins away *Free Parking',
'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\">
<div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br />
Take in all of Tampa, FL as you’ll be only minutes away from everything!<br />
<br />
• Designed with your needs in mind, we created a space as your home away from home .<br />
• Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br />
<br />
What you’ll love ❤️:<br />
- An incredible room, with gorgeous views.<br />
- With comfy Mattress enjoy a long peaceful sleep<br />
<br />
Note: Our cleaners are one-call away</div>
</div>
<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\">
<div style=\"box-sizing: border-box;\">
<div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\">
<h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3>
</div>
You don't have to give up comfort when traveling.<br />
<br />
Our 3 Bedrooms/2 Bathroom House 〰<br />
1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br />
<br />
* Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br />
<br />
* All linens are high-quality cotton for your cleanliness and comfort.<br />
<br />
* The pillows are pure goose down for maximum relaxation.<br />
<br />
Forget something?<br />
<br />
*Our bathrooms are stocked with all the essential toiletries for your convenience.<br />
<br />
〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br />
<br />
〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br />
Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div>
</div>',
'address' => '4235 East Curtis Street, Tampa, FL, USA',
'zip' => '33610',
'city' => 'Tampa',
'state' => 'Florida',
'latitude' => '27.9879158',
'longitude' => '-82.4094794',
'image' => '220104071054.jpg',
'video' => '',
'bedrooms' => '1',
'bathrooms' => '1',
'garage' => '1',
'kitchen' => '1',
'drawing_room' => '1',
'balcony' => '1',
'shared_room' => '1',
'shared_bathroom' => '0',
'shared_kitchen' => '0',
'shared_drawing_room' => '0',
'subLeasing' => '0',
'shortTermRental' => '0',
'tot_property_size' => '450',
'year_built' => '1995',
'price_type' => '0',
'price' => '45.00',
'isFeatured' => '1',
'isCreater' => '0',
'isActive' => '1',
'snooze_start_date' => null,
'snooze_end_date' => null,
'min_trip_length' => '3',
'max_trip_length' => '30',
'restricted_check_in' => 'monday,wednesday,friday,sunday',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'viewCount' => '0',
'modified' => '2022-01-24 21:47:27',
'created' => '2021-12-22 21:39:10'
),
'Landloard' => array(
'password' => '*****',
'id' => '2',
'first_name' => 'Petersonn',
'last_name' => 'Suffrena',
'profile_image' => '211227173709.jpg',
'primary_phone' => '+18135887188',
'secondary_phone' => '8136664161',
'primary_email' => 'petesmovers@gmail.com',
'secondary_email' => 'petesmovers@gmail.com',
'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ',
'address' => '4235 E Curtis St',
'city' => 'Tampa',
'zip' => '33610',
'state' => 'Florida',
'facebook_socialmedia' => '',
'twitter_socialmedia' => '',
'instagram_socialmedia' => '',
'ip' => '97.106.255.46',
'isVerfied' => '1',
'isPhoneVerfied' => '0',
'isStatus' => '1',
'user_type' => '0',
'isCurrentMembership' => '1',
'acceptPayment' => '0',
'membership_plan_end_date' => '2022-12-22',
'affiliated_id' => '0',
'iscCreaterType' => '0',
'modified' => '2022-02-17 11:26:02',
'created' => '2021-12-22 21:31:06'
)
),
(int) 2 => array(
'Property' => array(
'id' => '1',
'property_id' => 'GH1',
'landloard_id' => '1',
'property_type' => '1',
'category' => '1',
'title' => 'Luxury Family Apartment',
'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p>
',
'address' => '1250 Waters Place,',
'zip' => '10006',
'city' => 'Bronx',
'state' => 'New York',
'latitude' => '40.709329',
'longitude' => '-74.0131196',
'image' => '211222210606.jpg',
'video' => '',
'bedrooms' => '1',
'bathrooms' => '1',
'garage' => '0',
'kitchen' => '1',
'drawing_room' => '1',
'balcony' => '0',
'shared_room' => '0',
'shared_bathroom' => '0',
'shared_kitchen' => '0',
'shared_drawing_room' => '0',
'subLeasing' => '0',
'shortTermRental' => '0',
'tot_property_size' => '1250',
'year_built' => '2015',
'price_type' => '0',
'price' => '1000.00',
'isFeatured' => '1',
'isCreater' => '1',
'isActive' => '1',
'snooze_start_date' => null,
'snooze_end_date' => null,
'min_trip_length' => null,
'max_trip_length' => null,
'restricted_check_in' => null,
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'viewCount' => '0',
'modified' => '2022-02-17 04:21:34',
'created' => '2021-12-22 21:06:06'
),
'Landloard' => array(
'password' => '*****',
'id' => '1',
'first_name' => 'John',
'last_name' => 'Ray',
'profile_image' => '211222205023.jpg',
'primary_phone' => '+9136541201',
'secondary_phone' => '',
'primary_email' => 'john@mailinator.com',
'secondary_email' => 'john@mailinator.com',
'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p>
',
'address' => '18B, Sea street',
'city' => 'Tampa',
'zip' => '33605',
'state' => 'Florida',
'facebook_socialmedia' => '',
'twitter_socialmedia' => '',
'instagram_socialmedia' => '',
'ip' => '116.206.203.23',
'isVerfied' => '1',
'isPhoneVerfied' => '0',
'isStatus' => '1',
'user_type' => '0',
'isCurrentMembership' => '1',
'acceptPayment' => '0',
'membership_plan_end_date' => '2022-12-22',
'affiliated_id' => '0',
'iscCreaterType' => '1',
'modified' => '2023-03-30 12:19:59',
'created' => '2021-12-22 20:40:35'
)
)
)
$categories = array(
(int) 0 => array(
'Property' => array(
'property_type' => '1'
),
'PropertiesType' => array(
'name' => 'Apartment',
'slug' => 'apartment'
)
),
(int) 1 => array(
'Property' => array(
'property_type' => '3'
),
'PropertiesType' => array(
'name' => 'Condo',
'slug' => 'condo'
)
),
(int) 2 => array(
'Property' => array(
'property_type' => '4'
),
'PropertiesType' => array(
'name' => 'House',
'slug' => 'house'
)
),
(int) 3 => array(
'Property' => array(
'property_type' => '6'
),
'PropertiesType' => array(
'name' => 'Single Room',
'slug' => 'single-room'
)
),
(int) 4 => array(
'Property' => array(
'property_type' => '9'
),
'PropertiesType' => array(
'name' => 'Townhouse',
'slug' => 'townhouse'
)
)
)
$countpropertiesNearBy = (int) 0
$countpropertiesFloor = (int) 0
$countPropertiesBanner = (int) 0
$countpropertiesDocument = (int) 0
$countPropertiesFeature = (int) 0
$info = null
$travel_categories = array(
(int) 1 => 'Business',
(int) 2 => 'Travel',
(int) 3 => 'Medical',
(int) 4 => 'Study',
(int) 5 => 'Getaway ',
(int) 6 => 'Vacation',
(int) 7 => 'Work Related'
)
$properties_types = array(
(int) 0 => array(
'PropertiesType' => array(
'id' => '1',
'name' => 'Apartment',
'slug' => 'apartment',
'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments',
'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.',
'meta_keyword' => 'Apartment for Rent',
'isActive' => '1',
'modified' => '2022-03-12 08:25:16',
'created' => '2021-12-04 04:00:00'
)
),
(int) 1 => array(
'PropertiesType' => array(
'id' => '2',
'name' => 'Bungalow',
'slug' => 'bungalow',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:32:05',
'created' => '2021-12-04 05:00:00'
)
),
(int) 2 => array(
'PropertiesType' => array(
'id' => '3',
'name' => 'Condo',
'slug' => 'condo',
'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive',
'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ',
'meta_keyword' => 'Condos for Rent',
'isActive' => '1',
'modified' => '2022-03-04 05:23:19',
'created' => '2021-12-04 04:09:00'
)
),
(int) 3 => array(
'PropertiesType' => array(
'id' => '4',
'name' => 'House',
'slug' => 'house',
'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive',
'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.',
'meta_keyword' => 'Houses for Rent',
'isActive' => '1',
'modified' => '2022-03-04 05:16:54',
'created' => '2021-12-04 03:06:00'
)
),
(int) 4 => array(
'PropertiesType' => array(
'id' => '5',
'name' => 'Land',
'slug' => 'land',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:32:51',
'created' => '2021-12-04 04:00:00'
)
),
(int) 5 => array(
'PropertiesType' => array(
'id' => '6',
'name' => 'Single Room',
'slug' => 'single-room',
'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive',
'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.',
'meta_keyword' => 'single room',
'isActive' => '1',
'modified' => '2022-03-04 04:29:29',
'created' => '2021-12-04 06:00:22'
)
),
(int) 6 => array(
'PropertiesType' => array(
'id' => '7',
'name' => 'Double Room',
'slug' => 'double-room',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:32:30',
'created' => '2021-12-04 06:00:00'
)
),
(int) 7 => array(
'PropertiesType' => array(
'id' => '8',
'name' => 'Shared Room',
'slug' => 'shared-room',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:33:08',
'created' => '2021-12-04 07:00:17'
)
),
(int) 8 => array(
'PropertiesType' => array(
'id' => '9',
'name' => 'Townhouse',
'slug' => 'townhouse',
'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive',
'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.',
'meta_keyword' => 'Townhouses for Rent',
'isActive' => '1',
'modified' => '2022-03-04 05:14:14',
'created' => '2022-01-27 22:32:38'
)
)
)
$rand = (int) 2532
$UserType = null
$landloardID = null
$affiliatedUserID = null
$notification = array()
$pages = array(
'Page' => array(
'page_title' => '',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'google_analytics' => ''
)
)
$siteSetting = array(
'SiteSetting' => array(
'id' => '1',
'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ',
'notification_start_date' => '2022-01-07',
'notification_end_date' => '2022-01-27',
'facebook_url' => 'https://www.facebook.com/GrandistHive',
'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee',
'twitter_url' => '',
'instagram_url' => '',
'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654',
'site_phone' => '(727) 855-4544',
'site_fax' => '(727) 855-4548',
'site_email' => 'info@grandisthive.com',
'site_licence' => '.',
'admin_email' => 'info@grandisthive.com',
'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved',
'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.',
'google_code' => '',
'stripe_private_key' => '',
'stripe_public_key' => '',
'paypal_username' => '',
'paypal_password' => '',
'paypal_signature' => '',
'register_now_text_big' => 'List Your Property OR Book Your Request Here',
'register_now_text_small' => 'We only work with the best companies around the globe',
'smtp_hostname' => 'smtp.sendgrid.net',
'smtp_port' => '25',
'smtp_username' => 'apikey',
'smtp_password' => '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',
'map_radius' => '10',
'map_default_lat' => '27.9506',
'map_default_lng' => '-82.4572',
'sms_username' => '',
'sms_password' => '',
'sms_api_url' => ''
)
)
include - APP/View/Properties/view.ctp, line 185
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 968
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 119
Shared Room :
Shared Kitchen :
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 203]
</ul>
<ul class="list-inline-item">
<li><p><span><?php if($info['Property']['shared_room']==1) { ?>Yes<?php } else { ?>No<?php } ?></span></p></li>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp'
$dataForView = array(
'properties_reviews' => array(),
'similar_properties' => array(),
'featured_properties' => array(
(int) 0 => array(
'Property' => array(
[maximum depth reached]
),
'Landloard' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'Property' => array(
[maximum depth reached]
),
'Landloard' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'Property' => array(
[maximum depth reached]
),
'Landloard' => array(
[maximum depth reached]
)
)
),
'categories' => array(
(int) 0 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 3 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 4 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
)
),
'countpropertiesNearBy' => (int) 0,
'countpropertiesFloor' => (int) 0,
'countPropertiesBanner' => (int) 0,
'countpropertiesDocument' => (int) 0,
'countPropertiesFeature' => (int) 0,
'info' => null,
'travel_categories' => array(
(int) 1 => 'Business',
(int) 2 => 'Travel',
(int) 3 => 'Medical',
(int) 4 => 'Study',
(int) 5 => 'Getaway ',
(int) 6 => 'Vacation',
(int) 7 => 'Work Related'
),
'properties_types' => array(
(int) 0 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 3 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 4 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 5 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 6 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 7 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 8 => array(
'PropertiesType' => array(
[maximum depth reached]
)
)
),
'rand' => (int) 2532,
'UserType' => null,
'landloardID' => null,
'affiliatedUserID' => null,
'notification' => array(),
'pages' => array(
'Page' => array(
'page_title' => '',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'google_analytics' => ''
)
),
'siteSetting' => array(
'SiteSetting' => array(
'id' => '1',
'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ',
'notification_start_date' => '2022-01-07',
'notification_end_date' => '2022-01-27',
'facebook_url' => 'https://www.facebook.com/GrandistHive',
'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee',
'twitter_url' => '',
'instagram_url' => '',
'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654',
'site_phone' => '(727) 855-4544',
'site_fax' => '(727) 855-4548',
'site_email' => 'info@grandisthive.com',
'site_licence' => '.',
'admin_email' => 'info@grandisthive.com',
'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved',
'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.',
'google_code' => '',
'stripe_private_key' => '',
'stripe_public_key' => '',
'paypal_username' => '',
'paypal_password' => '',
'paypal_signature' => '',
'register_now_text_big' => 'List Your Property OR Book Your Request Here',
'register_now_text_small' => 'We only work with the best companies around the globe',
'smtp_hostname' => 'smtp.sendgrid.net',
'smtp_port' => '25',
'smtp_username' => 'apikey',
'smtp_password' => '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',
'map_radius' => '10',
'map_default_lat' => '27.9506',
'map_default_lng' => '-82.4572',
'sms_username' => '',
'sms_password' => '',
'sms_api_url' => ''
)
)
)
$properties_reviews = array()
$similar_properties = array()
$featured_properties = array(
(int) 0 => array(
'Property' => array(
'id' => '3',
'property_id' => 'GH3',
'landloard_id' => '1',
'property_type' => '1',
'category' => '1',
'title' => 'Luxury Family Apartment ^',
'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p>
<p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>',
'address' => '12300 Bermuda Road, Henderson, NV, USA',
'zip' => '33202',
'city' => 'NV',
'state' => 'New Jersey',
'latitude' => '35.9649204',
'longitude' => '-115.1519353',
'image' => '211229210805.jpg',
'video' => '',
'bedrooms' => '2',
'bathrooms' => '2',
'garage' => '1',
'kitchen' => '1',
'drawing_room' => '1',
'balcony' => '1',
'shared_room' => '0',
'shared_bathroom' => '0',
'shared_kitchen' => '0',
'shared_drawing_room' => '0',
'subLeasing' => '0',
'shortTermRental' => '0',
'tot_property_size' => '1250',
'year_built' => '1996',
'price_type' => '0',
'price' => '1000.00',
'isFeatured' => '1',
'isCreater' => '1',
'isActive' => '1',
'snooze_start_date' => null,
'snooze_end_date' => null,
'min_trip_length' => null,
'max_trip_length' => null,
'restricted_check_in' => null,
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'viewCount' => '0',
'modified' => '2022-01-19 05:02:12',
'created' => '2021-12-29 21:08:05'
),
'Landloard' => array(
'password' => '*****',
'id' => '1',
'first_name' => 'John',
'last_name' => 'Ray',
'profile_image' => '211222205023.jpg',
'primary_phone' => '+9136541201',
'secondary_phone' => '',
'primary_email' => 'john@mailinator.com',
'secondary_email' => 'john@mailinator.com',
'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p>
',
'address' => '18B, Sea street',
'city' => 'Tampa',
'zip' => '33605',
'state' => 'Florida',
'facebook_socialmedia' => '',
'twitter_socialmedia' => '',
'instagram_socialmedia' => '',
'ip' => '116.206.203.23',
'isVerfied' => '1',
'isPhoneVerfied' => '0',
'isStatus' => '1',
'user_type' => '0',
'isCurrentMembership' => '1',
'acceptPayment' => '0',
'membership_plan_end_date' => '2022-12-22',
'affiliated_id' => '0',
'iscCreaterType' => '1',
'modified' => '2023-03-30 12:19:59',
'created' => '2021-12-22 20:40:35'
)
),
(int) 1 => array(
'Property' => array(
'id' => '2',
'property_id' => 'GH2',
'landloard_id' => '2',
'property_type' => '6',
'category' => '1',
'title' => 'Clean & Comfy room *mins away *Free Parking',
'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\">
<div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br />
Take in all of Tampa, FL as you’ll be only minutes away from everything!<br />
<br />
• Designed with your needs in mind, we created a space as your home away from home .<br />
• Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br />
<br />
What you’ll love ❤️:<br />
- An incredible room, with gorgeous views.<br />
- With comfy Mattress enjoy a long peaceful sleep<br />
<br />
Note: Our cleaners are one-call away</div>
</div>
<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\">
<div style=\"box-sizing: border-box;\">
<div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\">
<h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3>
</div>
You don't have to give up comfort when traveling.<br />
<br />
Our 3 Bedrooms/2 Bathroom House 〰<br />
1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br />
<br />
* Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br />
<br />
* All linens are high-quality cotton for your cleanliness and comfort.<br />
<br />
* The pillows are pure goose down for maximum relaxation.<br />
<br />
Forget something?<br />
<br />
*Our bathrooms are stocked with all the essential toiletries for your convenience.<br />
<br />
〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br />
<br />
〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br />
Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div>
</div>',
'address' => '4235 East Curtis Street, Tampa, FL, USA',
'zip' => '33610',
'city' => 'Tampa',
'state' => 'Florida',
'latitude' => '27.9879158',
'longitude' => '-82.4094794',
'image' => '220104071054.jpg',
'video' => '',
'bedrooms' => '1',
'bathrooms' => '1',
'garage' => '1',
'kitchen' => '1',
'drawing_room' => '1',
'balcony' => '1',
'shared_room' => '1',
'shared_bathroom' => '0',
'shared_kitchen' => '0',
'shared_drawing_room' => '0',
'subLeasing' => '0',
'shortTermRental' => '0',
'tot_property_size' => '450',
'year_built' => '1995',
'price_type' => '0',
'price' => '45.00',
'isFeatured' => '1',
'isCreater' => '0',
'isActive' => '1',
'snooze_start_date' => null,
'snooze_end_date' => null,
'min_trip_length' => '3',
'max_trip_length' => '30',
'restricted_check_in' => 'monday,wednesday,friday,sunday',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'viewCount' => '0',
'modified' => '2022-01-24 21:47:27',
'created' => '2021-12-22 21:39:10'
),
'Landloard' => array(
'password' => '*****',
'id' => '2',
'first_name' => 'Petersonn',
'last_name' => 'Suffrena',
'profile_image' => '211227173709.jpg',
'primary_phone' => '+18135887188',
'secondary_phone' => '8136664161',
'primary_email' => 'petesmovers@gmail.com',
'secondary_email' => 'petesmovers@gmail.com',
'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ',
'address' => '4235 E Curtis St',
'city' => 'Tampa',
'zip' => '33610',
'state' => 'Florida',
'facebook_socialmedia' => '',
'twitter_socialmedia' => '',
'instagram_socialmedia' => '',
'ip' => '97.106.255.46',
'isVerfied' => '1',
'isPhoneVerfied' => '0',
'isStatus' => '1',
'user_type' => '0',
'isCurrentMembership' => '1',
'acceptPayment' => '0',
'membership_plan_end_date' => '2022-12-22',
'affiliated_id' => '0',
'iscCreaterType' => '0',
'modified' => '2022-02-17 11:26:02',
'created' => '2021-12-22 21:31:06'
)
),
(int) 2 => array(
'Property' => array(
'id' => '1',
'property_id' => 'GH1',
'landloard_id' => '1',
'property_type' => '1',
'category' => '1',
'title' => 'Luxury Family Apartment',
'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p>
',
'address' => '1250 Waters Place,',
'zip' => '10006',
'city' => 'Bronx',
'state' => 'New York',
'latitude' => '40.709329',
'longitude' => '-74.0131196',
'image' => '211222210606.jpg',
'video' => '',
'bedrooms' => '1',
'bathrooms' => '1',
'garage' => '0',
'kitchen' => '1',
'drawing_room' => '1',
'balcony' => '0',
'shared_room' => '0',
'shared_bathroom' => '0',
'shared_kitchen' => '0',
'shared_drawing_room' => '0',
'subLeasing' => '0',
'shortTermRental' => '0',
'tot_property_size' => '1250',
'year_built' => '2015',
'price_type' => '0',
'price' => '1000.00',
'isFeatured' => '1',
'isCreater' => '1',
'isActive' => '1',
'snooze_start_date' => null,
'snooze_end_date' => null,
'min_trip_length' => null,
'max_trip_length' => null,
'restricted_check_in' => null,
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'viewCount' => '0',
'modified' => '2022-02-17 04:21:34',
'created' => '2021-12-22 21:06:06'
),
'Landloard' => array(
'password' => '*****',
'id' => '1',
'first_name' => 'John',
'last_name' => 'Ray',
'profile_image' => '211222205023.jpg',
'primary_phone' => '+9136541201',
'secondary_phone' => '',
'primary_email' => 'john@mailinator.com',
'secondary_email' => 'john@mailinator.com',
'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p>
',
'address' => '18B, Sea street',
'city' => 'Tampa',
'zip' => '33605',
'state' => 'Florida',
'facebook_socialmedia' => '',
'twitter_socialmedia' => '',
'instagram_socialmedia' => '',
'ip' => '116.206.203.23',
'isVerfied' => '1',
'isPhoneVerfied' => '0',
'isStatus' => '1',
'user_type' => '0',
'isCurrentMembership' => '1',
'acceptPayment' => '0',
'membership_plan_end_date' => '2022-12-22',
'affiliated_id' => '0',
'iscCreaterType' => '1',
'modified' => '2023-03-30 12:19:59',
'created' => '2021-12-22 20:40:35'
)
)
)
$categories = array(
(int) 0 => array(
'Property' => array(
'property_type' => '1'
),
'PropertiesType' => array(
'name' => 'Apartment',
'slug' => 'apartment'
)
),
(int) 1 => array(
'Property' => array(
'property_type' => '3'
),
'PropertiesType' => array(
'name' => 'Condo',
'slug' => 'condo'
)
),
(int) 2 => array(
'Property' => array(
'property_type' => '4'
),
'PropertiesType' => array(
'name' => 'House',
'slug' => 'house'
)
),
(int) 3 => array(
'Property' => array(
'property_type' => '6'
),
'PropertiesType' => array(
'name' => 'Single Room',
'slug' => 'single-room'
)
),
(int) 4 => array(
'Property' => array(
'property_type' => '9'
),
'PropertiesType' => array(
'name' => 'Townhouse',
'slug' => 'townhouse'
)
)
)
$countpropertiesNearBy = (int) 0
$countpropertiesFloor = (int) 0
$countPropertiesBanner = (int) 0
$countpropertiesDocument = (int) 0
$countPropertiesFeature = (int) 0
$info = null
$travel_categories = array(
(int) 1 => 'Business',
(int) 2 => 'Travel',
(int) 3 => 'Medical',
(int) 4 => 'Study',
(int) 5 => 'Getaway ',
(int) 6 => 'Vacation',
(int) 7 => 'Work Related'
)
$properties_types = array(
(int) 0 => array(
'PropertiesType' => array(
'id' => '1',
'name' => 'Apartment',
'slug' => 'apartment',
'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments',
'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.',
'meta_keyword' => 'Apartment for Rent',
'isActive' => '1',
'modified' => '2022-03-12 08:25:16',
'created' => '2021-12-04 04:00:00'
)
),
(int) 1 => array(
'PropertiesType' => array(
'id' => '2',
'name' => 'Bungalow',
'slug' => 'bungalow',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:32:05',
'created' => '2021-12-04 05:00:00'
)
),
(int) 2 => array(
'PropertiesType' => array(
'id' => '3',
'name' => 'Condo',
'slug' => 'condo',
'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive',
'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ',
'meta_keyword' => 'Condos for Rent',
'isActive' => '1',
'modified' => '2022-03-04 05:23:19',
'created' => '2021-12-04 04:09:00'
)
),
(int) 3 => array(
'PropertiesType' => array(
'id' => '4',
'name' => 'House',
'slug' => 'house',
'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive',
'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.',
'meta_keyword' => 'Houses for Rent',
'isActive' => '1',
'modified' => '2022-03-04 05:16:54',
'created' => '2021-12-04 03:06:00'
)
),
(int) 4 => array(
'PropertiesType' => array(
'id' => '5',
'name' => 'Land',
'slug' => 'land',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:32:51',
'created' => '2021-12-04 04:00:00'
)
),
(int) 5 => array(
'PropertiesType' => array(
'id' => '6',
'name' => 'Single Room',
'slug' => 'single-room',
'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive',
'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.',
'meta_keyword' => 'single room',
'isActive' => '1',
'modified' => '2022-03-04 04:29:29',
'created' => '2021-12-04 06:00:22'
)
),
(int) 6 => array(
'PropertiesType' => array(
'id' => '7',
'name' => 'Double Room',
'slug' => 'double-room',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:32:30',
'created' => '2021-12-04 06:00:00'
)
),
(int) 7 => array(
'PropertiesType' => array(
'id' => '8',
'name' => 'Shared Room',
'slug' => 'shared-room',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:33:08',
'created' => '2021-12-04 07:00:17'
)
),
(int) 8 => array(
'PropertiesType' => array(
'id' => '9',
'name' => 'Townhouse',
'slug' => 'townhouse',
'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive',
'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.',
'meta_keyword' => 'Townhouses for Rent',
'isActive' => '1',
'modified' => '2022-03-04 05:14:14',
'created' => '2022-01-27 22:32:38'
)
)
)
$rand = (int) 2532
$UserType = null
$landloardID = null
$affiliatedUserID = null
$notification = array()
$pages = array(
'Page' => array(
'page_title' => '',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'google_analytics' => ''
)
)
$siteSetting = array(
'SiteSetting' => array(
'id' => '1',
'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ',
'notification_start_date' => '2022-01-07',
'notification_end_date' => '2022-01-27',
'facebook_url' => 'https://www.facebook.com/GrandistHive',
'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee',
'twitter_url' => '',
'instagram_url' => '',
'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654',
'site_phone' => '(727) 855-4544',
'site_fax' => '(727) 855-4548',
'site_email' => 'info@grandisthive.com',
'site_licence' => '.',
'admin_email' => 'info@grandisthive.com',
'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved',
'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.',
'google_code' => '',
'stripe_private_key' => '',
'stripe_public_key' => '',
'paypal_username' => '',
'paypal_password' => '',
'paypal_signature' => '',
'register_now_text_big' => 'List Your Property OR Book Your Request Here',
'register_now_text_small' => 'We only work with the best companies around the globe',
'smtp_hostname' => 'smtp.sendgrid.net',
'smtp_port' => '25',
'smtp_username' => 'apikey',
'smtp_password' => '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',
'map_radius' => '10',
'map_default_lat' => '27.9506',
'map_default_lng' => '-82.4572',
'sms_username' => '',
'sms_password' => '',
'sms_api_url' => ''
)
)
include - APP/View/Properties/view.ctp, line 203
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 968
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 203]
No </ul>
<ul class="list-inline-item">
<li><p><span><?php if($info['Property']['shared_room']==1) { ?>Yes<?php } else { ?>No<?php } ?></span></p></li>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp'
$dataForView = array(
'properties_reviews' => array(),
'similar_properties' => array(),
'featured_properties' => array(
(int) 0 => array(
'Property' => array(
[maximum depth reached]
),
'Landloard' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'Property' => array(
[maximum depth reached]
),
'Landloard' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'Property' => array(
[maximum depth reached]
),
'Landloard' => array(
[maximum depth reached]
)
)
),
'categories' => array(
(int) 0 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 3 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 4 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
)
),
'countpropertiesNearBy' => (int) 0,
'countpropertiesFloor' => (int) 0,
'countPropertiesBanner' => (int) 0,
'countpropertiesDocument' => (int) 0,
'countPropertiesFeature' => (int) 0,
'info' => null,
'travel_categories' => array(
(int) 1 => 'Business',
(int) 2 => 'Travel',
(int) 3 => 'Medical',
(int) 4 => 'Study',
(int) 5 => 'Getaway ',
(int) 6 => 'Vacation',
(int) 7 => 'Work Related'
),
'properties_types' => array(
(int) 0 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 3 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 4 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 5 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 6 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 7 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 8 => array(
'PropertiesType' => array(
[maximum depth reached]
)
)
),
'rand' => (int) 2532,
'UserType' => null,
'landloardID' => null,
'affiliatedUserID' => null,
'notification' => array(),
'pages' => array(
'Page' => array(
'page_title' => '',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'google_analytics' => ''
)
),
'siteSetting' => array(
'SiteSetting' => array(
'id' => '1',
'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ',
'notification_start_date' => '2022-01-07',
'notification_end_date' => '2022-01-27',
'facebook_url' => 'https://www.facebook.com/GrandistHive',
'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee',
'twitter_url' => '',
'instagram_url' => '',
'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654',
'site_phone' => '(727) 855-4544',
'site_fax' => '(727) 855-4548',
'site_email' => 'info@grandisthive.com',
'site_licence' => '.',
'admin_email' => 'info@grandisthive.com',
'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved',
'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.',
'google_code' => '',
'stripe_private_key' => '',
'stripe_public_key' => '',
'paypal_username' => '',
'paypal_password' => '',
'paypal_signature' => '',
'register_now_text_big' => 'List Your Property OR Book Your Request Here',
'register_now_text_small' => 'We only work with the best companies around the globe',
'smtp_hostname' => 'smtp.sendgrid.net',
'smtp_port' => '25',
'smtp_username' => 'apikey',
'smtp_password' => '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',
'map_radius' => '10',
'map_default_lat' => '27.9506',
'map_default_lng' => '-82.4572',
'sms_username' => '',
'sms_password' => '',
'sms_api_url' => ''
)
)
)
$properties_reviews = array()
$similar_properties = array()
$featured_properties = array(
(int) 0 => array(
'Property' => array(
'id' => '3',
'property_id' => 'GH3',
'landloard_id' => '1',
'property_type' => '1',
'category' => '1',
'title' => 'Luxury Family Apartment ^',
'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p>
<p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>',
'address' => '12300 Bermuda Road, Henderson, NV, USA',
'zip' => '33202',
'city' => 'NV',
'state' => 'New Jersey',
'latitude' => '35.9649204',
'longitude' => '-115.1519353',
'image' => '211229210805.jpg',
'video' => '',
'bedrooms' => '2',
'bathrooms' => '2',
'garage' => '1',
'kitchen' => '1',
'drawing_room' => '1',
'balcony' => '1',
'shared_room' => '0',
'shared_bathroom' => '0',
'shared_kitchen' => '0',
'shared_drawing_room' => '0',
'subLeasing' => '0',
'shortTermRental' => '0',
'tot_property_size' => '1250',
'year_built' => '1996',
'price_type' => '0',
'price' => '1000.00',
'isFeatured' => '1',
'isCreater' => '1',
'isActive' => '1',
'snooze_start_date' => null,
'snooze_end_date' => null,
'min_trip_length' => null,
'max_trip_length' => null,
'restricted_check_in' => null,
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'viewCount' => '0',
'modified' => '2022-01-19 05:02:12',
'created' => '2021-12-29 21:08:05'
),
'Landloard' => array(
'password' => '*****',
'id' => '1',
'first_name' => 'John',
'last_name' => 'Ray',
'profile_image' => '211222205023.jpg',
'primary_phone' => '+9136541201',
'secondary_phone' => '',
'primary_email' => 'john@mailinator.com',
'secondary_email' => 'john@mailinator.com',
'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p>
',
'address' => '18B, Sea street',
'city' => 'Tampa',
'zip' => '33605',
'state' => 'Florida',
'facebook_socialmedia' => '',
'twitter_socialmedia' => '',
'instagram_socialmedia' => '',
'ip' => '116.206.203.23',
'isVerfied' => '1',
'isPhoneVerfied' => '0',
'isStatus' => '1',
'user_type' => '0',
'isCurrentMembership' => '1',
'acceptPayment' => '0',
'membership_plan_end_date' => '2022-12-22',
'affiliated_id' => '0',
'iscCreaterType' => '1',
'modified' => '2023-03-30 12:19:59',
'created' => '2021-12-22 20:40:35'
)
),
(int) 1 => array(
'Property' => array(
'id' => '2',
'property_id' => 'GH2',
'landloard_id' => '2',
'property_type' => '6',
'category' => '1',
'title' => 'Clean & Comfy room *mins away *Free Parking',
'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\">
<div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br />
Take in all of Tampa, FL as you’ll be only minutes away from everything!<br />
<br />
• Designed with your needs in mind, we created a space as your home away from home .<br />
• Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br />
<br />
What you’ll love ❤️:<br />
- An incredible room, with gorgeous views.<br />
- With comfy Mattress enjoy a long peaceful sleep<br />
<br />
Note: Our cleaners are one-call away</div>
</div>
<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\">
<div style=\"box-sizing: border-box;\">
<div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\">
<h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3>
</div>
You don't have to give up comfort when traveling.<br />
<br />
Our 3 Bedrooms/2 Bathroom House 〰<br />
1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br />
<br />
* Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br />
<br />
* All linens are high-quality cotton for your cleanliness and comfort.<br />
<br />
* The pillows are pure goose down for maximum relaxation.<br />
<br />
Forget something?<br />
<br />
*Our bathrooms are stocked with all the essential toiletries for your convenience.<br />
<br />
〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br />
<br />
〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br />
Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div>
</div>',
'address' => '4235 East Curtis Street, Tampa, FL, USA',
'zip' => '33610',
'city' => 'Tampa',
'state' => 'Florida',
'latitude' => '27.9879158',
'longitude' => '-82.4094794',
'image' => '220104071054.jpg',
'video' => '',
'bedrooms' => '1',
'bathrooms' => '1',
'garage' => '1',
'kitchen' => '1',
'drawing_room' => '1',
'balcony' => '1',
'shared_room' => '1',
'shared_bathroom' => '0',
'shared_kitchen' => '0',
'shared_drawing_room' => '0',
'subLeasing' => '0',
'shortTermRental' => '0',
'tot_property_size' => '450',
'year_built' => '1995',
'price_type' => '0',
'price' => '45.00',
'isFeatured' => '1',
'isCreater' => '0',
'isActive' => '1',
'snooze_start_date' => null,
'snooze_end_date' => null,
'min_trip_length' => '3',
'max_trip_length' => '30',
'restricted_check_in' => 'monday,wednesday,friday,sunday',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'viewCount' => '0',
'modified' => '2022-01-24 21:47:27',
'created' => '2021-12-22 21:39:10'
),
'Landloard' => array(
'password' => '*****',
'id' => '2',
'first_name' => 'Petersonn',
'last_name' => 'Suffrena',
'profile_image' => '211227173709.jpg',
'primary_phone' => '+18135887188',
'secondary_phone' => '8136664161',
'primary_email' => 'petesmovers@gmail.com',
'secondary_email' => 'petesmovers@gmail.com',
'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ',
'address' => '4235 E Curtis St',
'city' => 'Tampa',
'zip' => '33610',
'state' => 'Florida',
'facebook_socialmedia' => '',
'twitter_socialmedia' => '',
'instagram_socialmedia' => '',
'ip' => '97.106.255.46',
'isVerfied' => '1',
'isPhoneVerfied' => '0',
'isStatus' => '1',
'user_type' => '0',
'isCurrentMembership' => '1',
'acceptPayment' => '0',
'membership_plan_end_date' => '2022-12-22',
'affiliated_id' => '0',
'iscCreaterType' => '0',
'modified' => '2022-02-17 11:26:02',
'created' => '2021-12-22 21:31:06'
)
),
(int) 2 => array(
'Property' => array(
'id' => '1',
'property_id' => 'GH1',
'landloard_id' => '1',
'property_type' => '1',
'category' => '1',
'title' => 'Luxury Family Apartment',
'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p>
',
'address' => '1250 Waters Place,',
'zip' => '10006',
'city' => 'Bronx',
'state' => 'New York',
'latitude' => '40.709329',
'longitude' => '-74.0131196',
'image' => '211222210606.jpg',
'video' => '',
'bedrooms' => '1',
'bathrooms' => '1',
'garage' => '0',
'kitchen' => '1',
'drawing_room' => '1',
'balcony' => '0',
'shared_room' => '0',
'shared_bathroom' => '0',
'shared_kitchen' => '0',
'shared_drawing_room' => '0',
'subLeasing' => '0',
'shortTermRental' => '0',
'tot_property_size' => '1250',
'year_built' => '2015',
'price_type' => '0',
'price' => '1000.00',
'isFeatured' => '1',
'isCreater' => '1',
'isActive' => '1',
'snooze_start_date' => null,
'snooze_end_date' => null,
'min_trip_length' => null,
'max_trip_length' => null,
'restricted_check_in' => null,
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'viewCount' => '0',
'modified' => '2022-02-17 04:21:34',
'created' => '2021-12-22 21:06:06'
),
'Landloard' => array(
'password' => '*****',
'id' => '1',
'first_name' => 'John',
'last_name' => 'Ray',
'profile_image' => '211222205023.jpg',
'primary_phone' => '+9136541201',
'secondary_phone' => '',
'primary_email' => 'john@mailinator.com',
'secondary_email' => 'john@mailinator.com',
'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p>
',
'address' => '18B, Sea street',
'city' => 'Tampa',
'zip' => '33605',
'state' => 'Florida',
'facebook_socialmedia' => '',
'twitter_socialmedia' => '',
'instagram_socialmedia' => '',
'ip' => '116.206.203.23',
'isVerfied' => '1',
'isPhoneVerfied' => '0',
'isStatus' => '1',
'user_type' => '0',
'isCurrentMembership' => '1',
'acceptPayment' => '0',
'membership_plan_end_date' => '2022-12-22',
'affiliated_id' => '0',
'iscCreaterType' => '1',
'modified' => '2023-03-30 12:19:59',
'created' => '2021-12-22 20:40:35'
)
)
)
$categories = array(
(int) 0 => array(
'Property' => array(
'property_type' => '1'
),
'PropertiesType' => array(
'name' => 'Apartment',
'slug' => 'apartment'
)
),
(int) 1 => array(
'Property' => array(
'property_type' => '3'
),
'PropertiesType' => array(
'name' => 'Condo',
'slug' => 'condo'
)
),
(int) 2 => array(
'Property' => array(
'property_type' => '4'
),
'PropertiesType' => array(
'name' => 'House',
'slug' => 'house'
)
),
(int) 3 => array(
'Property' => array(
'property_type' => '6'
),
'PropertiesType' => array(
'name' => 'Single Room',
'slug' => 'single-room'
)
),
(int) 4 => array(
'Property' => array(
'property_type' => '9'
),
'PropertiesType' => array(
'name' => 'Townhouse',
'slug' => 'townhouse'
)
)
)
$countpropertiesNearBy = (int) 0
$countpropertiesFloor = (int) 0
$countPropertiesBanner = (int) 0
$countpropertiesDocument = (int) 0
$countPropertiesFeature = (int) 0
$info = null
$travel_categories = array(
(int) 1 => 'Business',
(int) 2 => 'Travel',
(int) 3 => 'Medical',
(int) 4 => 'Study',
(int) 5 => 'Getaway ',
(int) 6 => 'Vacation',
(int) 7 => 'Work Related'
)
$properties_types = array(
(int) 0 => array(
'PropertiesType' => array(
'id' => '1',
'name' => 'Apartment',
'slug' => 'apartment',
'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments',
'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.',
'meta_keyword' => 'Apartment for Rent',
'isActive' => '1',
'modified' => '2022-03-12 08:25:16',
'created' => '2021-12-04 04:00:00'
)
),
(int) 1 => array(
'PropertiesType' => array(
'id' => '2',
'name' => 'Bungalow',
'slug' => 'bungalow',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:32:05',
'created' => '2021-12-04 05:00:00'
)
),
(int) 2 => array(
'PropertiesType' => array(
'id' => '3',
'name' => 'Condo',
'slug' => 'condo',
'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive',
'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ',
'meta_keyword' => 'Condos for Rent',
'isActive' => '1',
'modified' => '2022-03-04 05:23:19',
'created' => '2021-12-04 04:09:00'
)
),
(int) 3 => array(
'PropertiesType' => array(
'id' => '4',
'name' => 'House',
'slug' => 'house',
'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive',
'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.',
'meta_keyword' => 'Houses for Rent',
'isActive' => '1',
'modified' => '2022-03-04 05:16:54',
'created' => '2021-12-04 03:06:00'
)
),
(int) 4 => array(
'PropertiesType' => array(
'id' => '5',
'name' => 'Land',
'slug' => 'land',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:32:51',
'created' => '2021-12-04 04:00:00'
)
),
(int) 5 => array(
'PropertiesType' => array(
'id' => '6',
'name' => 'Single Room',
'slug' => 'single-room',
'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive',
'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.',
'meta_keyword' => 'single room',
'isActive' => '1',
'modified' => '2022-03-04 04:29:29',
'created' => '2021-12-04 06:00:22'
)
),
(int) 6 => array(
'PropertiesType' => array(
'id' => '7',
'name' => 'Double Room',
'slug' => 'double-room',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:32:30',
'created' => '2021-12-04 06:00:00'
)
),
(int) 7 => array(
'PropertiesType' => array(
'id' => '8',
'name' => 'Shared Room',
'slug' => 'shared-room',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:33:08',
'created' => '2021-12-04 07:00:17'
)
),
(int) 8 => array(
'PropertiesType' => array(
'id' => '9',
'name' => 'Townhouse',
'slug' => 'townhouse',
'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive',
'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.',
'meta_keyword' => 'Townhouses for Rent',
'isActive' => '1',
'modified' => '2022-03-04 05:14:14',
'created' => '2022-01-27 22:32:38'
)
)
)
$rand = (int) 2532
$UserType = null
$landloardID = null
$affiliatedUserID = null
$notification = array()
$pages = array(
'Page' => array(
'page_title' => '',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'google_analytics' => ''
)
)
$siteSetting = array(
'SiteSetting' => array(
'id' => '1',
'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ',
'notification_start_date' => '2022-01-07',
'notification_end_date' => '2022-01-27',
'facebook_url' => 'https://www.facebook.com/GrandistHive',
'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee',
'twitter_url' => '',
'instagram_url' => '',
'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654',
'site_phone' => '(727) 855-4544',
'site_fax' => '(727) 855-4548',
'site_email' => 'info@grandisthive.com',
'site_licence' => '.',
'admin_email' => 'info@grandisthive.com',
'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved',
'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.',
'google_code' => '',
'stripe_private_key' => '',
'stripe_public_key' => '',
'paypal_username' => '',
'paypal_password' => '',
'paypal_signature' => '',
'register_now_text_big' => 'List Your Property OR Book Your Request Here',
'register_now_text_small' => 'We only work with the best companies around the globe',
'smtp_hostname' => 'smtp.sendgrid.net',
'smtp_port' => '25',
'smtp_username' => 'apikey',
'smtp_password' => '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',
'map_radius' => '10',
'map_default_lat' => '27.9506',
'map_default_lng' => '-82.4572',
'sms_username' => '',
'sms_password' => '',
'sms_api_url' => ''
)
)
include - APP/View/Properties/view.ctp, line 203
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 968
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 204]
<ul class="list-inline-item">
<li><p><span><?php if($info['Property']['shared_room']==1) { ?>Yes<?php } else { ?>No<?php } ?></span></p></li>
<li><p><span><?php if($info['Property']['shared_kitchen']==1) { ?>Yes<?php } else { ?>No<?php } ?></span></p></li>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp'
$dataForView = array(
'properties_reviews' => array(),
'similar_properties' => array(),
'featured_properties' => array(
(int) 0 => array(
'Property' => array(
[maximum depth reached]
),
'Landloard' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'Property' => array(
[maximum depth reached]
),
'Landloard' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'Property' => array(
[maximum depth reached]
),
'Landloard' => array(
[maximum depth reached]
)
)
),
'categories' => array(
(int) 0 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 3 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 4 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
)
),
'countpropertiesNearBy' => (int) 0,
'countpropertiesFloor' => (int) 0,
'countPropertiesBanner' => (int) 0,
'countpropertiesDocument' => (int) 0,
'countPropertiesFeature' => (int) 0,
'info' => null,
'travel_categories' => array(
(int) 1 => 'Business',
(int) 2 => 'Travel',
(int) 3 => 'Medical',
(int) 4 => 'Study',
(int) 5 => 'Getaway ',
(int) 6 => 'Vacation',
(int) 7 => 'Work Related'
),
'properties_types' => array(
(int) 0 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 3 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 4 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 5 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 6 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 7 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 8 => array(
'PropertiesType' => array(
[maximum depth reached]
)
)
),
'rand' => (int) 2532,
'UserType' => null,
'landloardID' => null,
'affiliatedUserID' => null,
'notification' => array(),
'pages' => array(
'Page' => array(
'page_title' => '',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'google_analytics' => ''
)
),
'siteSetting' => array(
'SiteSetting' => array(
'id' => '1',
'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ',
'notification_start_date' => '2022-01-07',
'notification_end_date' => '2022-01-27',
'facebook_url' => 'https://www.facebook.com/GrandistHive',
'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee',
'twitter_url' => '',
'instagram_url' => '',
'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654',
'site_phone' => '(727) 855-4544',
'site_fax' => '(727) 855-4548',
'site_email' => 'info@grandisthive.com',
'site_licence' => '.',
'admin_email' => 'info@grandisthive.com',
'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved',
'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.',
'google_code' => '',
'stripe_private_key' => '',
'stripe_public_key' => '',
'paypal_username' => '',
'paypal_password' => '',
'paypal_signature' => '',
'register_now_text_big' => 'List Your Property OR Book Your Request Here',
'register_now_text_small' => 'We only work with the best companies around the globe',
'smtp_hostname' => 'smtp.sendgrid.net',
'smtp_port' => '25',
'smtp_username' => 'apikey',
'smtp_password' => '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',
'map_radius' => '10',
'map_default_lat' => '27.9506',
'map_default_lng' => '-82.4572',
'sms_username' => '',
'sms_password' => '',
'sms_api_url' => ''
)
)
)
$properties_reviews = array()
$similar_properties = array()
$featured_properties = array(
(int) 0 => array(
'Property' => array(
'id' => '3',
'property_id' => 'GH3',
'landloard_id' => '1',
'property_type' => '1',
'category' => '1',
'title' => 'Luxury Family Apartment ^',
'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p>
<p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>',
'address' => '12300 Bermuda Road, Henderson, NV, USA',
'zip' => '33202',
'city' => 'NV',
'state' => 'New Jersey',
'latitude' => '35.9649204',
'longitude' => '-115.1519353',
'image' => '211229210805.jpg',
'video' => '',
'bedrooms' => '2',
'bathrooms' => '2',
'garage' => '1',
'kitchen' => '1',
'drawing_room' => '1',
'balcony' => '1',
'shared_room' => '0',
'shared_bathroom' => '0',
'shared_kitchen' => '0',
'shared_drawing_room' => '0',
'subLeasing' => '0',
'shortTermRental' => '0',
'tot_property_size' => '1250',
'year_built' => '1996',
'price_type' => '0',
'price' => '1000.00',
'isFeatured' => '1',
'isCreater' => '1',
'isActive' => '1',
'snooze_start_date' => null,
'snooze_end_date' => null,
'min_trip_length' => null,
'max_trip_length' => null,
'restricted_check_in' => null,
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'viewCount' => '0',
'modified' => '2022-01-19 05:02:12',
'created' => '2021-12-29 21:08:05'
),
'Landloard' => array(
'password' => '*****',
'id' => '1',
'first_name' => 'John',
'last_name' => 'Ray',
'profile_image' => '211222205023.jpg',
'primary_phone' => '+9136541201',
'secondary_phone' => '',
'primary_email' => 'john@mailinator.com',
'secondary_email' => 'john@mailinator.com',
'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p>
',
'address' => '18B, Sea street',
'city' => 'Tampa',
'zip' => '33605',
'state' => 'Florida',
'facebook_socialmedia' => '',
'twitter_socialmedia' => '',
'instagram_socialmedia' => '',
'ip' => '116.206.203.23',
'isVerfied' => '1',
'isPhoneVerfied' => '0',
'isStatus' => '1',
'user_type' => '0',
'isCurrentMembership' => '1',
'acceptPayment' => '0',
'membership_plan_end_date' => '2022-12-22',
'affiliated_id' => '0',
'iscCreaterType' => '1',
'modified' => '2023-03-30 12:19:59',
'created' => '2021-12-22 20:40:35'
)
),
(int) 1 => array(
'Property' => array(
'id' => '2',
'property_id' => 'GH2',
'landloard_id' => '2',
'property_type' => '6',
'category' => '1',
'title' => 'Clean & Comfy room *mins away *Free Parking',
'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\">
<div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br />
Take in all of Tampa, FL as you’ll be only minutes away from everything!<br />
<br />
• Designed with your needs in mind, we created a space as your home away from home .<br />
• Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br />
<br />
What you’ll love ❤️:<br />
- An incredible room, with gorgeous views.<br />
- With comfy Mattress enjoy a long peaceful sleep<br />
<br />
Note: Our cleaners are one-call away</div>
</div>
<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\">
<div style=\"box-sizing: border-box;\">
<div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\">
<h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3>
</div>
You don't have to give up comfort when traveling.<br />
<br />
Our 3 Bedrooms/2 Bathroom House 〰<br />
1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br />
<br />
* Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br />
<br />
* All linens are high-quality cotton for your cleanliness and comfort.<br />
<br />
* The pillows are pure goose down for maximum relaxation.<br />
<br />
Forget something?<br />
<br />
*Our bathrooms are stocked with all the essential toiletries for your convenience.<br />
<br />
〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br />
<br />
〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br />
Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div>
</div>',
'address' => '4235 East Curtis Street, Tampa, FL, USA',
'zip' => '33610',
'city' => 'Tampa',
'state' => 'Florida',
'latitude' => '27.9879158',
'longitude' => '-82.4094794',
'image' => '220104071054.jpg',
'video' => '',
'bedrooms' => '1',
'bathrooms' => '1',
'garage' => '1',
'kitchen' => '1',
'drawing_room' => '1',
'balcony' => '1',
'shared_room' => '1',
'shared_bathroom' => '0',
'shared_kitchen' => '0',
'shared_drawing_room' => '0',
'subLeasing' => '0',
'shortTermRental' => '0',
'tot_property_size' => '450',
'year_built' => '1995',
'price_type' => '0',
'price' => '45.00',
'isFeatured' => '1',
'isCreater' => '0',
'isActive' => '1',
'snooze_start_date' => null,
'snooze_end_date' => null,
'min_trip_length' => '3',
'max_trip_length' => '30',
'restricted_check_in' => 'monday,wednesday,friday,sunday',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'viewCount' => '0',
'modified' => '2022-01-24 21:47:27',
'created' => '2021-12-22 21:39:10'
),
'Landloard' => array(
'password' => '*****',
'id' => '2',
'first_name' => 'Petersonn',
'last_name' => 'Suffrena',
'profile_image' => '211227173709.jpg',
'primary_phone' => '+18135887188',
'secondary_phone' => '8136664161',
'primary_email' => 'petesmovers@gmail.com',
'secondary_email' => 'petesmovers@gmail.com',
'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ',
'address' => '4235 E Curtis St',
'city' => 'Tampa',
'zip' => '33610',
'state' => 'Florida',
'facebook_socialmedia' => '',
'twitter_socialmedia' => '',
'instagram_socialmedia' => '',
'ip' => '97.106.255.46',
'isVerfied' => '1',
'isPhoneVerfied' => '0',
'isStatus' => '1',
'user_type' => '0',
'isCurrentMembership' => '1',
'acceptPayment' => '0',
'membership_plan_end_date' => '2022-12-22',
'affiliated_id' => '0',
'iscCreaterType' => '0',
'modified' => '2022-02-17 11:26:02',
'created' => '2021-12-22 21:31:06'
)
),
(int) 2 => array(
'Property' => array(
'id' => '1',
'property_id' => 'GH1',
'landloard_id' => '1',
'property_type' => '1',
'category' => '1',
'title' => 'Luxury Family Apartment',
'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p>
',
'address' => '1250 Waters Place,',
'zip' => '10006',
'city' => 'Bronx',
'state' => 'New York',
'latitude' => '40.709329',
'longitude' => '-74.0131196',
'image' => '211222210606.jpg',
'video' => '',
'bedrooms' => '1',
'bathrooms' => '1',
'garage' => '0',
'kitchen' => '1',
'drawing_room' => '1',
'balcony' => '0',
'shared_room' => '0',
'shared_bathroom' => '0',
'shared_kitchen' => '0',
'shared_drawing_room' => '0',
'subLeasing' => '0',
'shortTermRental' => '0',
'tot_property_size' => '1250',
'year_built' => '2015',
'price_type' => '0',
'price' => '1000.00',
'isFeatured' => '1',
'isCreater' => '1',
'isActive' => '1',
'snooze_start_date' => null,
'snooze_end_date' => null,
'min_trip_length' => null,
'max_trip_length' => null,
'restricted_check_in' => null,
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'viewCount' => '0',
'modified' => '2022-02-17 04:21:34',
'created' => '2021-12-22 21:06:06'
),
'Landloard' => array(
'password' => '*****',
'id' => '1',
'first_name' => 'John',
'last_name' => 'Ray',
'profile_image' => '211222205023.jpg',
'primary_phone' => '+9136541201',
'secondary_phone' => '',
'primary_email' => 'john@mailinator.com',
'secondary_email' => 'john@mailinator.com',
'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p>
',
'address' => '18B, Sea street',
'city' => 'Tampa',
'zip' => '33605',
'state' => 'Florida',
'facebook_socialmedia' => '',
'twitter_socialmedia' => '',
'instagram_socialmedia' => '',
'ip' => '116.206.203.23',
'isVerfied' => '1',
'isPhoneVerfied' => '0',
'isStatus' => '1',
'user_type' => '0',
'isCurrentMembership' => '1',
'acceptPayment' => '0',
'membership_plan_end_date' => '2022-12-22',
'affiliated_id' => '0',
'iscCreaterType' => '1',
'modified' => '2023-03-30 12:19:59',
'created' => '2021-12-22 20:40:35'
)
)
)
$categories = array(
(int) 0 => array(
'Property' => array(
'property_type' => '1'
),
'PropertiesType' => array(
'name' => 'Apartment',
'slug' => 'apartment'
)
),
(int) 1 => array(
'Property' => array(
'property_type' => '3'
),
'PropertiesType' => array(
'name' => 'Condo',
'slug' => 'condo'
)
),
(int) 2 => array(
'Property' => array(
'property_type' => '4'
),
'PropertiesType' => array(
'name' => 'House',
'slug' => 'house'
)
),
(int) 3 => array(
'Property' => array(
'property_type' => '6'
),
'PropertiesType' => array(
'name' => 'Single Room',
'slug' => 'single-room'
)
),
(int) 4 => array(
'Property' => array(
'property_type' => '9'
),
'PropertiesType' => array(
'name' => 'Townhouse',
'slug' => 'townhouse'
)
)
)
$countpropertiesNearBy = (int) 0
$countpropertiesFloor = (int) 0
$countPropertiesBanner = (int) 0
$countpropertiesDocument = (int) 0
$countPropertiesFeature = (int) 0
$info = null
$travel_categories = array(
(int) 1 => 'Business',
(int) 2 => 'Travel',
(int) 3 => 'Medical',
(int) 4 => 'Study',
(int) 5 => 'Getaway ',
(int) 6 => 'Vacation',
(int) 7 => 'Work Related'
)
$properties_types = array(
(int) 0 => array(
'PropertiesType' => array(
'id' => '1',
'name' => 'Apartment',
'slug' => 'apartment',
'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments',
'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.',
'meta_keyword' => 'Apartment for Rent',
'isActive' => '1',
'modified' => '2022-03-12 08:25:16',
'created' => '2021-12-04 04:00:00'
)
),
(int) 1 => array(
'PropertiesType' => array(
'id' => '2',
'name' => 'Bungalow',
'slug' => 'bungalow',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:32:05',
'created' => '2021-12-04 05:00:00'
)
),
(int) 2 => array(
'PropertiesType' => array(
'id' => '3',
'name' => 'Condo',
'slug' => 'condo',
'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive',
'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ',
'meta_keyword' => 'Condos for Rent',
'isActive' => '1',
'modified' => '2022-03-04 05:23:19',
'created' => '2021-12-04 04:09:00'
)
),
(int) 3 => array(
'PropertiesType' => array(
'id' => '4',
'name' => 'House',
'slug' => 'house',
'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive',
'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.',
'meta_keyword' => 'Houses for Rent',
'isActive' => '1',
'modified' => '2022-03-04 05:16:54',
'created' => '2021-12-04 03:06:00'
)
),
(int) 4 => array(
'PropertiesType' => array(
'id' => '5',
'name' => 'Land',
'slug' => 'land',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:32:51',
'created' => '2021-12-04 04:00:00'
)
),
(int) 5 => array(
'PropertiesType' => array(
'id' => '6',
'name' => 'Single Room',
'slug' => 'single-room',
'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive',
'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.',
'meta_keyword' => 'single room',
'isActive' => '1',
'modified' => '2022-03-04 04:29:29',
'created' => '2021-12-04 06:00:22'
)
),
(int) 6 => array(
'PropertiesType' => array(
'id' => '7',
'name' => 'Double Room',
'slug' => 'double-room',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:32:30',
'created' => '2021-12-04 06:00:00'
)
),
(int) 7 => array(
'PropertiesType' => array(
'id' => '8',
'name' => 'Shared Room',
'slug' => 'shared-room',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:33:08',
'created' => '2021-12-04 07:00:17'
)
),
(int) 8 => array(
'PropertiesType' => array(
'id' => '9',
'name' => 'Townhouse',
'slug' => 'townhouse',
'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive',
'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.',
'meta_keyword' => 'Townhouses for Rent',
'isActive' => '1',
'modified' => '2022-03-04 05:14:14',
'created' => '2022-01-27 22:32:38'
)
)
)
$rand = (int) 2532
$UserType = null
$landloardID = null
$affiliatedUserID = null
$notification = array()
$pages = array(
'Page' => array(
'page_title' => '',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'google_analytics' => ''
)
)
$siteSetting = array(
'SiteSetting' => array(
'id' => '1',
'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ',
'notification_start_date' => '2022-01-07',
'notification_end_date' => '2022-01-27',
'facebook_url' => 'https://www.facebook.com/GrandistHive',
'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee',
'twitter_url' => '',
'instagram_url' => '',
'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654',
'site_phone' => '(727) 855-4544',
'site_fax' => '(727) 855-4548',
'site_email' => 'info@grandisthive.com',
'site_licence' => '.',
'admin_email' => 'info@grandisthive.com',
'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved',
'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.',
'google_code' => '',
'stripe_private_key' => '',
'stripe_public_key' => '',
'paypal_username' => '',
'paypal_password' => '',
'paypal_signature' => '',
'register_now_text_big' => 'List Your Property OR Book Your Request Here',
'register_now_text_small' => 'We only work with the best companies around the globe',
'smtp_hostname' => 'smtp.sendgrid.net',
'smtp_port' => '25',
'smtp_username' => 'apikey',
'smtp_password' => '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',
'map_radius' => '10',
'map_default_lat' => '27.9506',
'map_default_lng' => '-82.4572',
'sms_username' => '',
'sms_password' => '',
'sms_api_url' => ''
)
)
include - APP/View/Properties/view.ctp, line 204
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 968
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 204]
No <ul class="list-inline-item">
<li><p><span><?php if($info['Property']['shared_room']==1) { ?>Yes<?php } else { ?>No<?php } ?></span></p></li>
<li><p><span><?php if($info['Property']['shared_kitchen']==1) { ?>Yes<?php } else { ?>No<?php } ?></span></p></li>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp'
$dataForView = array(
'properties_reviews' => array(),
'similar_properties' => array(),
'featured_properties' => array(
(int) 0 => array(
'Property' => array(
[maximum depth reached]
),
'Landloard' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'Property' => array(
[maximum depth reached]
),
'Landloard' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'Property' => array(
[maximum depth reached]
),
'Landloard' => array(
[maximum depth reached]
)
)
),
'categories' => array(
(int) 0 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 3 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 4 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
)
),
'countpropertiesNearBy' => (int) 0,
'countpropertiesFloor' => (int) 0,
'countPropertiesBanner' => (int) 0,
'countpropertiesDocument' => (int) 0,
'countPropertiesFeature' => (int) 0,
'info' => null,
'travel_categories' => array(
(int) 1 => 'Business',
(int) 2 => 'Travel',
(int) 3 => 'Medical',
(int) 4 => 'Study',
(int) 5 => 'Getaway ',
(int) 6 => 'Vacation',
(int) 7 => 'Work Related'
),
'properties_types' => array(
(int) 0 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 3 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 4 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 5 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 6 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 7 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 8 => array(
'PropertiesType' => array(
[maximum depth reached]
)
)
),
'rand' => (int) 2532,
'UserType' => null,
'landloardID' => null,
'affiliatedUserID' => null,
'notification' => array(),
'pages' => array(
'Page' => array(
'page_title' => '',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'google_analytics' => ''
)
),
'siteSetting' => array(
'SiteSetting' => array(
'id' => '1',
'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ',
'notification_start_date' => '2022-01-07',
'notification_end_date' => '2022-01-27',
'facebook_url' => 'https://www.facebook.com/GrandistHive',
'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee',
'twitter_url' => '',
'instagram_url' => '',
'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654',
'site_phone' => '(727) 855-4544',
'site_fax' => '(727) 855-4548',
'site_email' => 'info@grandisthive.com',
'site_licence' => '.',
'admin_email' => 'info@grandisthive.com',
'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved',
'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.',
'google_code' => '',
'stripe_private_key' => '',
'stripe_public_key' => '',
'paypal_username' => '',
'paypal_password' => '',
'paypal_signature' => '',
'register_now_text_big' => 'List Your Property OR Book Your Request Here',
'register_now_text_small' => 'We only work with the best companies around the globe',
'smtp_hostname' => 'smtp.sendgrid.net',
'smtp_port' => '25',
'smtp_username' => 'apikey',
'smtp_password' => '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',
'map_radius' => '10',
'map_default_lat' => '27.9506',
'map_default_lng' => '-82.4572',
'sms_username' => '',
'sms_password' => '',
'sms_api_url' => ''
)
)
)
$properties_reviews = array()
$similar_properties = array()
$featured_properties = array(
(int) 0 => array(
'Property' => array(
'id' => '3',
'property_id' => 'GH3',
'landloard_id' => '1',
'property_type' => '1',
'category' => '1',
'title' => 'Luxury Family Apartment ^',
'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p>
<p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>',
'address' => '12300 Bermuda Road, Henderson, NV, USA',
'zip' => '33202',
'city' => 'NV',
'state' => 'New Jersey',
'latitude' => '35.9649204',
'longitude' => '-115.1519353',
'image' => '211229210805.jpg',
'video' => '',
'bedrooms' => '2',
'bathrooms' => '2',
'garage' => '1',
'kitchen' => '1',
'drawing_room' => '1',
'balcony' => '1',
'shared_room' => '0',
'shared_bathroom' => '0',
'shared_kitchen' => '0',
'shared_drawing_room' => '0',
'subLeasing' => '0',
'shortTermRental' => '0',
'tot_property_size' => '1250',
'year_built' => '1996',
'price_type' => '0',
'price' => '1000.00',
'isFeatured' => '1',
'isCreater' => '1',
'isActive' => '1',
'snooze_start_date' => null,
'snooze_end_date' => null,
'min_trip_length' => null,
'max_trip_length' => null,
'restricted_check_in' => null,
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'viewCount' => '0',
'modified' => '2022-01-19 05:02:12',
'created' => '2021-12-29 21:08:05'
),
'Landloard' => array(
'password' => '*****',
'id' => '1',
'first_name' => 'John',
'last_name' => 'Ray',
'profile_image' => '211222205023.jpg',
'primary_phone' => '+9136541201',
'secondary_phone' => '',
'primary_email' => 'john@mailinator.com',
'secondary_email' => 'john@mailinator.com',
'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p>
',
'address' => '18B, Sea street',
'city' => 'Tampa',
'zip' => '33605',
'state' => 'Florida',
'facebook_socialmedia' => '',
'twitter_socialmedia' => '',
'instagram_socialmedia' => '',
'ip' => '116.206.203.23',
'isVerfied' => '1',
'isPhoneVerfied' => '0',
'isStatus' => '1',
'user_type' => '0',
'isCurrentMembership' => '1',
'acceptPayment' => '0',
'membership_plan_end_date' => '2022-12-22',
'affiliated_id' => '0',
'iscCreaterType' => '1',
'modified' => '2023-03-30 12:19:59',
'created' => '2021-12-22 20:40:35'
)
),
(int) 1 => array(
'Property' => array(
'id' => '2',
'property_id' => 'GH2',
'landloard_id' => '2',
'property_type' => '6',
'category' => '1',
'title' => 'Clean & Comfy room *mins away *Free Parking',
'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\">
<div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br />
Take in all of Tampa, FL as you’ll be only minutes away from everything!<br />
<br />
• Designed with your needs in mind, we created a space as your home away from home .<br />
• Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br />
<br />
What you’ll love ❤️:<br />
- An incredible room, with gorgeous views.<br />
- With comfy Mattress enjoy a long peaceful sleep<br />
<br />
Note: Our cleaners are one-call away</div>
</div>
<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\">
<div style=\"box-sizing: border-box;\">
<div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\">
<h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3>
</div>
You don't have to give up comfort when traveling.<br />
<br />
Our 3 Bedrooms/2 Bathroom House 〰<br />
1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br />
<br />
* Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br />
<br />
* All linens are high-quality cotton for your cleanliness and comfort.<br />
<br />
* The pillows are pure goose down for maximum relaxation.<br />
<br />
Forget something?<br />
<br />
*Our bathrooms are stocked with all the essential toiletries for your convenience.<br />
<br />
〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br />
<br />
〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br />
Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div>
</div>',
'address' => '4235 East Curtis Street, Tampa, FL, USA',
'zip' => '33610',
'city' => 'Tampa',
'state' => 'Florida',
'latitude' => '27.9879158',
'longitude' => '-82.4094794',
'image' => '220104071054.jpg',
'video' => '',
'bedrooms' => '1',
'bathrooms' => '1',
'garage' => '1',
'kitchen' => '1',
'drawing_room' => '1',
'balcony' => '1',
'shared_room' => '1',
'shared_bathroom' => '0',
'shared_kitchen' => '0',
'shared_drawing_room' => '0',
'subLeasing' => '0',
'shortTermRental' => '0',
'tot_property_size' => '450',
'year_built' => '1995',
'price_type' => '0',
'price' => '45.00',
'isFeatured' => '1',
'isCreater' => '0',
'isActive' => '1',
'snooze_start_date' => null,
'snooze_end_date' => null,
'min_trip_length' => '3',
'max_trip_length' => '30',
'restricted_check_in' => 'monday,wednesday,friday,sunday',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'viewCount' => '0',
'modified' => '2022-01-24 21:47:27',
'created' => '2021-12-22 21:39:10'
),
'Landloard' => array(
'password' => '*****',
'id' => '2',
'first_name' => 'Petersonn',
'last_name' => 'Suffrena',
'profile_image' => '211227173709.jpg',
'primary_phone' => '+18135887188',
'secondary_phone' => '8136664161',
'primary_email' => 'petesmovers@gmail.com',
'secondary_email' => 'petesmovers@gmail.com',
'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ',
'address' => '4235 E Curtis St',
'city' => 'Tampa',
'zip' => '33610',
'state' => 'Florida',
'facebook_socialmedia' => '',
'twitter_socialmedia' => '',
'instagram_socialmedia' => '',
'ip' => '97.106.255.46',
'isVerfied' => '1',
'isPhoneVerfied' => '0',
'isStatus' => '1',
'user_type' => '0',
'isCurrentMembership' => '1',
'acceptPayment' => '0',
'membership_plan_end_date' => '2022-12-22',
'affiliated_id' => '0',
'iscCreaterType' => '0',
'modified' => '2022-02-17 11:26:02',
'created' => '2021-12-22 21:31:06'
)
),
(int) 2 => array(
'Property' => array(
'id' => '1',
'property_id' => 'GH1',
'landloard_id' => '1',
'property_type' => '1',
'category' => '1',
'title' => 'Luxury Family Apartment',
'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p>
',
'address' => '1250 Waters Place,',
'zip' => '10006',
'city' => 'Bronx',
'state' => 'New York',
'latitude' => '40.709329',
'longitude' => '-74.0131196',
'image' => '211222210606.jpg',
'video' => '',
'bedrooms' => '1',
'bathrooms' => '1',
'garage' => '0',
'kitchen' => '1',
'drawing_room' => '1',
'balcony' => '0',
'shared_room' => '0',
'shared_bathroom' => '0',
'shared_kitchen' => '0',
'shared_drawing_room' => '0',
'subLeasing' => '0',
'shortTermRental' => '0',
'tot_property_size' => '1250',
'year_built' => '2015',
'price_type' => '0',
'price' => '1000.00',
'isFeatured' => '1',
'isCreater' => '1',
'isActive' => '1',
'snooze_start_date' => null,
'snooze_end_date' => null,
'min_trip_length' => null,
'max_trip_length' => null,
'restricted_check_in' => null,
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'viewCount' => '0',
'modified' => '2022-02-17 04:21:34',
'created' => '2021-12-22 21:06:06'
),
'Landloard' => array(
'password' => '*****',
'id' => '1',
'first_name' => 'John',
'last_name' => 'Ray',
'profile_image' => '211222205023.jpg',
'primary_phone' => '+9136541201',
'secondary_phone' => '',
'primary_email' => 'john@mailinator.com',
'secondary_email' => 'john@mailinator.com',
'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p>
',
'address' => '18B, Sea street',
'city' => 'Tampa',
'zip' => '33605',
'state' => 'Florida',
'facebook_socialmedia' => '',
'twitter_socialmedia' => '',
'instagram_socialmedia' => '',
'ip' => '116.206.203.23',
'isVerfied' => '1',
'isPhoneVerfied' => '0',
'isStatus' => '1',
'user_type' => '0',
'isCurrentMembership' => '1',
'acceptPayment' => '0',
'membership_plan_end_date' => '2022-12-22',
'affiliated_id' => '0',
'iscCreaterType' => '1',
'modified' => '2023-03-30 12:19:59',
'created' => '2021-12-22 20:40:35'
)
)
)
$categories = array(
(int) 0 => array(
'Property' => array(
'property_type' => '1'
),
'PropertiesType' => array(
'name' => 'Apartment',
'slug' => 'apartment'
)
),
(int) 1 => array(
'Property' => array(
'property_type' => '3'
),
'PropertiesType' => array(
'name' => 'Condo',
'slug' => 'condo'
)
),
(int) 2 => array(
'Property' => array(
'property_type' => '4'
),
'PropertiesType' => array(
'name' => 'House',
'slug' => 'house'
)
),
(int) 3 => array(
'Property' => array(
'property_type' => '6'
),
'PropertiesType' => array(
'name' => 'Single Room',
'slug' => 'single-room'
)
),
(int) 4 => array(
'Property' => array(
'property_type' => '9'
),
'PropertiesType' => array(
'name' => 'Townhouse',
'slug' => 'townhouse'
)
)
)
$countpropertiesNearBy = (int) 0
$countpropertiesFloor = (int) 0
$countPropertiesBanner = (int) 0
$countpropertiesDocument = (int) 0
$countPropertiesFeature = (int) 0
$info = null
$travel_categories = array(
(int) 1 => 'Business',
(int) 2 => 'Travel',
(int) 3 => 'Medical',
(int) 4 => 'Study',
(int) 5 => 'Getaway ',
(int) 6 => 'Vacation',
(int) 7 => 'Work Related'
)
$properties_types = array(
(int) 0 => array(
'PropertiesType' => array(
'id' => '1',
'name' => 'Apartment',
'slug' => 'apartment',
'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments',
'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.',
'meta_keyword' => 'Apartment for Rent',
'isActive' => '1',
'modified' => '2022-03-12 08:25:16',
'created' => '2021-12-04 04:00:00'
)
),
(int) 1 => array(
'PropertiesType' => array(
'id' => '2',
'name' => 'Bungalow',
'slug' => 'bungalow',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:32:05',
'created' => '2021-12-04 05:00:00'
)
),
(int) 2 => array(
'PropertiesType' => array(
'id' => '3',
'name' => 'Condo',
'slug' => 'condo',
'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive',
'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ',
'meta_keyword' => 'Condos for Rent',
'isActive' => '1',
'modified' => '2022-03-04 05:23:19',
'created' => '2021-12-04 04:09:00'
)
),
(int) 3 => array(
'PropertiesType' => array(
'id' => '4',
'name' => 'House',
'slug' => 'house',
'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive',
'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.',
'meta_keyword' => 'Houses for Rent',
'isActive' => '1',
'modified' => '2022-03-04 05:16:54',
'created' => '2021-12-04 03:06:00'
)
),
(int) 4 => array(
'PropertiesType' => array(
'id' => '5',
'name' => 'Land',
'slug' => 'land',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:32:51',
'created' => '2021-12-04 04:00:00'
)
),
(int) 5 => array(
'PropertiesType' => array(
'id' => '6',
'name' => 'Single Room',
'slug' => 'single-room',
'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive',
'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.',
'meta_keyword' => 'single room',
'isActive' => '1',
'modified' => '2022-03-04 04:29:29',
'created' => '2021-12-04 06:00:22'
)
),
(int) 6 => array(
'PropertiesType' => array(
'id' => '7',
'name' => 'Double Room',
'slug' => 'double-room',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:32:30',
'created' => '2021-12-04 06:00:00'
)
),
(int) 7 => array(
'PropertiesType' => array(
'id' => '8',
'name' => 'Shared Room',
'slug' => 'shared-room',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:33:08',
'created' => '2021-12-04 07:00:17'
)
),
(int) 8 => array(
'PropertiesType' => array(
'id' => '9',
'name' => 'Townhouse',
'slug' => 'townhouse',
'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive',
'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.',
'meta_keyword' => 'Townhouses for Rent',
'isActive' => '1',
'modified' => '2022-03-04 05:14:14',
'created' => '2022-01-27 22:32:38'
)
)
)
$rand = (int) 2532
$UserType = null
$landloardID = null
$affiliatedUserID = null
$notification = array()
$pages = array(
'Page' => array(
'page_title' => '',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'google_analytics' => ''
)
)
$siteSetting = array(
'SiteSetting' => array(
'id' => '1',
'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ',
'notification_start_date' => '2022-01-07',
'notification_end_date' => '2022-01-27',
'facebook_url' => 'https://www.facebook.com/GrandistHive',
'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee',
'twitter_url' => '',
'instagram_url' => '',
'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654',
'site_phone' => '(727) 855-4544',
'site_fax' => '(727) 855-4548',
'site_email' => 'info@grandisthive.com',
'site_licence' => '.',
'admin_email' => 'info@grandisthive.com',
'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved',
'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.',
'google_code' => '',
'stripe_private_key' => '',
'stripe_public_key' => '',
'paypal_username' => '',
'paypal_password' => '',
'paypal_signature' => '',
'register_now_text_big' => 'List Your Property OR Book Your Request Here',
'register_now_text_small' => 'We only work with the best companies around the globe',
'smtp_hostname' => 'smtp.sendgrid.net',
'smtp_port' => '25',
'smtp_username' => 'apikey',
'smtp_password' => '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',
'map_radius' => '10',
'map_default_lat' => '27.9506',
'map_default_lng' => '-82.4572',
'sms_username' => '',
'sms_password' => '',
'sms_api_url' => ''
)
)
include - APP/View/Properties/view.ctp, line 204
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 968
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 119
Shared Bathroom :
Shared Drawing Room :
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 213]
</ul>
<ul class="list-inline-item">
<li><p><span><?php if($info['Property']['shared_bathroom']==1) { ?>Yes<?php } else { ?>No<?php } ?></span></p></li>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp'
$dataForView = array(
'properties_reviews' => array(),
'similar_properties' => array(),
'featured_properties' => array(
(int) 0 => array(
'Property' => array(
[maximum depth reached]
),
'Landloard' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'Property' => array(
[maximum depth reached]
),
'Landloard' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'Property' => array(
[maximum depth reached]
),
'Landloard' => array(
[maximum depth reached]
)
)
),
'categories' => array(
(int) 0 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 3 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 4 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
)
),
'countpropertiesNearBy' => (int) 0,
'countpropertiesFloor' => (int) 0,
'countPropertiesBanner' => (int) 0,
'countpropertiesDocument' => (int) 0,
'countPropertiesFeature' => (int) 0,
'info' => null,
'travel_categories' => array(
(int) 1 => 'Business',
(int) 2 => 'Travel',
(int) 3 => 'Medical',
(int) 4 => 'Study',
(int) 5 => 'Getaway ',
(int) 6 => 'Vacation',
(int) 7 => 'Work Related'
),
'properties_types' => array(
(int) 0 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 3 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 4 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 5 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 6 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 7 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 8 => array(
'PropertiesType' => array(
[maximum depth reached]
)
)
),
'rand' => (int) 2532,
'UserType' => null,
'landloardID' => null,
'affiliatedUserID' => null,
'notification' => array(),
'pages' => array(
'Page' => array(
'page_title' => '',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'google_analytics' => ''
)
),
'siteSetting' => array(
'SiteSetting' => array(
'id' => '1',
'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ',
'notification_start_date' => '2022-01-07',
'notification_end_date' => '2022-01-27',
'facebook_url' => 'https://www.facebook.com/GrandistHive',
'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee',
'twitter_url' => '',
'instagram_url' => '',
'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654',
'site_phone' => '(727) 855-4544',
'site_fax' => '(727) 855-4548',
'site_email' => 'info@grandisthive.com',
'site_licence' => '.',
'admin_email' => 'info@grandisthive.com',
'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved',
'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.',
'google_code' => '',
'stripe_private_key' => '',
'stripe_public_key' => '',
'paypal_username' => '',
'paypal_password' => '',
'paypal_signature' => '',
'register_now_text_big' => 'List Your Property OR Book Your Request Here',
'register_now_text_small' => 'We only work with the best companies around the globe',
'smtp_hostname' => 'smtp.sendgrid.net',
'smtp_port' => '25',
'smtp_username' => 'apikey',
'smtp_password' => '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',
'map_radius' => '10',
'map_default_lat' => '27.9506',
'map_default_lng' => '-82.4572',
'sms_username' => '',
'sms_password' => '',
'sms_api_url' => ''
)
)
)
$properties_reviews = array()
$similar_properties = array()
$featured_properties = array(
(int) 0 => array(
'Property' => array(
'id' => '3',
'property_id' => 'GH3',
'landloard_id' => '1',
'property_type' => '1',
'category' => '1',
'title' => 'Luxury Family Apartment ^',
'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p>
<p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>',
'address' => '12300 Bermuda Road, Henderson, NV, USA',
'zip' => '33202',
'city' => 'NV',
'state' => 'New Jersey',
'latitude' => '35.9649204',
'longitude' => '-115.1519353',
'image' => '211229210805.jpg',
'video' => '',
'bedrooms' => '2',
'bathrooms' => '2',
'garage' => '1',
'kitchen' => '1',
'drawing_room' => '1',
'balcony' => '1',
'shared_room' => '0',
'shared_bathroom' => '0',
'shared_kitchen' => '0',
'shared_drawing_room' => '0',
'subLeasing' => '0',
'shortTermRental' => '0',
'tot_property_size' => '1250',
'year_built' => '1996',
'price_type' => '0',
'price' => '1000.00',
'isFeatured' => '1',
'isCreater' => '1',
'isActive' => '1',
'snooze_start_date' => null,
'snooze_end_date' => null,
'min_trip_length' => null,
'max_trip_length' => null,
'restricted_check_in' => null,
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'viewCount' => '0',
'modified' => '2022-01-19 05:02:12',
'created' => '2021-12-29 21:08:05'
),
'Landloard' => array(
'password' => '*****',
'id' => '1',
'first_name' => 'John',
'last_name' => 'Ray',
'profile_image' => '211222205023.jpg',
'primary_phone' => '+9136541201',
'secondary_phone' => '',
'primary_email' => 'john@mailinator.com',
'secondary_email' => 'john@mailinator.com',
'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p>
',
'address' => '18B, Sea street',
'city' => 'Tampa',
'zip' => '33605',
'state' => 'Florida',
'facebook_socialmedia' => '',
'twitter_socialmedia' => '',
'instagram_socialmedia' => '',
'ip' => '116.206.203.23',
'isVerfied' => '1',
'isPhoneVerfied' => '0',
'isStatus' => '1',
'user_type' => '0',
'isCurrentMembership' => '1',
'acceptPayment' => '0',
'membership_plan_end_date' => '2022-12-22',
'affiliated_id' => '0',
'iscCreaterType' => '1',
'modified' => '2023-03-30 12:19:59',
'created' => '2021-12-22 20:40:35'
)
),
(int) 1 => array(
'Property' => array(
'id' => '2',
'property_id' => 'GH2',
'landloard_id' => '2',
'property_type' => '6',
'category' => '1',
'title' => 'Clean & Comfy room *mins away *Free Parking',
'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\">
<div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br />
Take in all of Tampa, FL as you’ll be only minutes away from everything!<br />
<br />
• Designed with your needs in mind, we created a space as your home away from home .<br />
• Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br />
<br />
What you’ll love ❤️:<br />
- An incredible room, with gorgeous views.<br />
- With comfy Mattress enjoy a long peaceful sleep<br />
<br />
Note: Our cleaners are one-call away</div>
</div>
<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\">
<div style=\"box-sizing: border-box;\">
<div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\">
<h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3>
</div>
You don't have to give up comfort when traveling.<br />
<br />
Our 3 Bedrooms/2 Bathroom House 〰<br />
1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br />
<br />
* Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br />
<br />
* All linens are high-quality cotton for your cleanliness and comfort.<br />
<br />
* The pillows are pure goose down for maximum relaxation.<br />
<br />
Forget something?<br />
<br />
*Our bathrooms are stocked with all the essential toiletries for your convenience.<br />
<br />
〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br />
<br />
〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br />
Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div>
</div>',
'address' => '4235 East Curtis Street, Tampa, FL, USA',
'zip' => '33610',
'city' => 'Tampa',
'state' => 'Florida',
'latitude' => '27.9879158',
'longitude' => '-82.4094794',
'image' => '220104071054.jpg',
'video' => '',
'bedrooms' => '1',
'bathrooms' => '1',
'garage' => '1',
'kitchen' => '1',
'drawing_room' => '1',
'balcony' => '1',
'shared_room' => '1',
'shared_bathroom' => '0',
'shared_kitchen' => '0',
'shared_drawing_room' => '0',
'subLeasing' => '0',
'shortTermRental' => '0',
'tot_property_size' => '450',
'year_built' => '1995',
'price_type' => '0',
'price' => '45.00',
'isFeatured' => '1',
'isCreater' => '0',
'isActive' => '1',
'snooze_start_date' => null,
'snooze_end_date' => null,
'min_trip_length' => '3',
'max_trip_length' => '30',
'restricted_check_in' => 'monday,wednesday,friday,sunday',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'viewCount' => '0',
'modified' => '2022-01-24 21:47:27',
'created' => '2021-12-22 21:39:10'
),
'Landloard' => array(
'password' => '*****',
'id' => '2',
'first_name' => 'Petersonn',
'last_name' => 'Suffrena',
'profile_image' => '211227173709.jpg',
'primary_phone' => '+18135887188',
'secondary_phone' => '8136664161',
'primary_email' => 'petesmovers@gmail.com',
'secondary_email' => 'petesmovers@gmail.com',
'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ',
'address' => '4235 E Curtis St',
'city' => 'Tampa',
'zip' => '33610',
'state' => 'Florida',
'facebook_socialmedia' => '',
'twitter_socialmedia' => '',
'instagram_socialmedia' => '',
'ip' => '97.106.255.46',
'isVerfied' => '1',
'isPhoneVerfied' => '0',
'isStatus' => '1',
'user_type' => '0',
'isCurrentMembership' => '1',
'acceptPayment' => '0',
'membership_plan_end_date' => '2022-12-22',
'affiliated_id' => '0',
'iscCreaterType' => '0',
'modified' => '2022-02-17 11:26:02',
'created' => '2021-12-22 21:31:06'
)
),
(int) 2 => array(
'Property' => array(
'id' => '1',
'property_id' => 'GH1',
'landloard_id' => '1',
'property_type' => '1',
'category' => '1',
'title' => 'Luxury Family Apartment',
'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p>
',
'address' => '1250 Waters Place,',
'zip' => '10006',
'city' => 'Bronx',
'state' => 'New York',
'latitude' => '40.709329',
'longitude' => '-74.0131196',
'image' => '211222210606.jpg',
'video' => '',
'bedrooms' => '1',
'bathrooms' => '1',
'garage' => '0',
'kitchen' => '1',
'drawing_room' => '1',
'balcony' => '0',
'shared_room' => '0',
'shared_bathroom' => '0',
'shared_kitchen' => '0',
'shared_drawing_room' => '0',
'subLeasing' => '0',
'shortTermRental' => '0',
'tot_property_size' => '1250',
'year_built' => '2015',
'price_type' => '0',
'price' => '1000.00',
'isFeatured' => '1',
'isCreater' => '1',
'isActive' => '1',
'snooze_start_date' => null,
'snooze_end_date' => null,
'min_trip_length' => null,
'max_trip_length' => null,
'restricted_check_in' => null,
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'viewCount' => '0',
'modified' => '2022-02-17 04:21:34',
'created' => '2021-12-22 21:06:06'
),
'Landloard' => array(
'password' => '*****',
'id' => '1',
'first_name' => 'John',
'last_name' => 'Ray',
'profile_image' => '211222205023.jpg',
'primary_phone' => '+9136541201',
'secondary_phone' => '',
'primary_email' => 'john@mailinator.com',
'secondary_email' => 'john@mailinator.com',
'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p>
',
'address' => '18B, Sea street',
'city' => 'Tampa',
'zip' => '33605',
'state' => 'Florida',
'facebook_socialmedia' => '',
'twitter_socialmedia' => '',
'instagram_socialmedia' => '',
'ip' => '116.206.203.23',
'isVerfied' => '1',
'isPhoneVerfied' => '0',
'isStatus' => '1',
'user_type' => '0',
'isCurrentMembership' => '1',
'acceptPayment' => '0',
'membership_plan_end_date' => '2022-12-22',
'affiliated_id' => '0',
'iscCreaterType' => '1',
'modified' => '2023-03-30 12:19:59',
'created' => '2021-12-22 20:40:35'
)
)
)
$categories = array(
(int) 0 => array(
'Property' => array(
'property_type' => '1'
),
'PropertiesType' => array(
'name' => 'Apartment',
'slug' => 'apartment'
)
),
(int) 1 => array(
'Property' => array(
'property_type' => '3'
),
'PropertiesType' => array(
'name' => 'Condo',
'slug' => 'condo'
)
),
(int) 2 => array(
'Property' => array(
'property_type' => '4'
),
'PropertiesType' => array(
'name' => 'House',
'slug' => 'house'
)
),
(int) 3 => array(
'Property' => array(
'property_type' => '6'
),
'PropertiesType' => array(
'name' => 'Single Room',
'slug' => 'single-room'
)
),
(int) 4 => array(
'Property' => array(
'property_type' => '9'
),
'PropertiesType' => array(
'name' => 'Townhouse',
'slug' => 'townhouse'
)
)
)
$countpropertiesNearBy = (int) 0
$countpropertiesFloor = (int) 0
$countPropertiesBanner = (int) 0
$countpropertiesDocument = (int) 0
$countPropertiesFeature = (int) 0
$info = null
$travel_categories = array(
(int) 1 => 'Business',
(int) 2 => 'Travel',
(int) 3 => 'Medical',
(int) 4 => 'Study',
(int) 5 => 'Getaway ',
(int) 6 => 'Vacation',
(int) 7 => 'Work Related'
)
$properties_types = array(
(int) 0 => array(
'PropertiesType' => array(
'id' => '1',
'name' => 'Apartment',
'slug' => 'apartment',
'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments',
'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.',
'meta_keyword' => 'Apartment for Rent',
'isActive' => '1',
'modified' => '2022-03-12 08:25:16',
'created' => '2021-12-04 04:00:00'
)
),
(int) 1 => array(
'PropertiesType' => array(
'id' => '2',
'name' => 'Bungalow',
'slug' => 'bungalow',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:32:05',
'created' => '2021-12-04 05:00:00'
)
),
(int) 2 => array(
'PropertiesType' => array(
'id' => '3',
'name' => 'Condo',
'slug' => 'condo',
'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive',
'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ',
'meta_keyword' => 'Condos for Rent',
'isActive' => '1',
'modified' => '2022-03-04 05:23:19',
'created' => '2021-12-04 04:09:00'
)
),
(int) 3 => array(
'PropertiesType' => array(
'id' => '4',
'name' => 'House',
'slug' => 'house',
'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive',
'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.',
'meta_keyword' => 'Houses for Rent',
'isActive' => '1',
'modified' => '2022-03-04 05:16:54',
'created' => '2021-12-04 03:06:00'
)
),
(int) 4 => array(
'PropertiesType' => array(
'id' => '5',
'name' => 'Land',
'slug' => 'land',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:32:51',
'created' => '2021-12-04 04:00:00'
)
),
(int) 5 => array(
'PropertiesType' => array(
'id' => '6',
'name' => 'Single Room',
'slug' => 'single-room',
'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive',
'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.',
'meta_keyword' => 'single room',
'isActive' => '1',
'modified' => '2022-03-04 04:29:29',
'created' => '2021-12-04 06:00:22'
)
),
(int) 6 => array(
'PropertiesType' => array(
'id' => '7',
'name' => 'Double Room',
'slug' => 'double-room',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:32:30',
'created' => '2021-12-04 06:00:00'
)
),
(int) 7 => array(
'PropertiesType' => array(
'id' => '8',
'name' => 'Shared Room',
'slug' => 'shared-room',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:33:08',
'created' => '2021-12-04 07:00:17'
)
),
(int) 8 => array(
'PropertiesType' => array(
'id' => '9',
'name' => 'Townhouse',
'slug' => 'townhouse',
'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive',
'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.',
'meta_keyword' => 'Townhouses for Rent',
'isActive' => '1',
'modified' => '2022-03-04 05:14:14',
'created' => '2022-01-27 22:32:38'
)
)
)
$rand = (int) 2532
$UserType = null
$landloardID = null
$affiliatedUserID = null
$notification = array()
$pages = array(
'Page' => array(
'page_title' => '',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'google_analytics' => ''
)
)
$siteSetting = array(
'SiteSetting' => array(
'id' => '1',
'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ',
'notification_start_date' => '2022-01-07',
'notification_end_date' => '2022-01-27',
'facebook_url' => 'https://www.facebook.com/GrandistHive',
'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee',
'twitter_url' => '',
'instagram_url' => '',
'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654',
'site_phone' => '(727) 855-4544',
'site_fax' => '(727) 855-4548',
'site_email' => 'info@grandisthive.com',
'site_licence' => '.',
'admin_email' => 'info@grandisthive.com',
'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved',
'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.',
'google_code' => '',
'stripe_private_key' => '',
'stripe_public_key' => '',
'paypal_username' => '',
'paypal_password' => '',
'paypal_signature' => '',
'register_now_text_big' => 'List Your Property OR Book Your Request Here',
'register_now_text_small' => 'We only work with the best companies around the globe',
'smtp_hostname' => 'smtp.sendgrid.net',
'smtp_port' => '25',
'smtp_username' => 'apikey',
'smtp_password' => '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',
'map_radius' => '10',
'map_default_lat' => '27.9506',
'map_default_lng' => '-82.4572',
'sms_username' => '',
'sms_password' => '',
'sms_api_url' => ''
)
)
include - APP/View/Properties/view.ctp, line 213
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 968
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 213]
No </ul>
<ul class="list-inline-item">
<li><p><span><?php if($info['Property']['shared_bathroom']==1) { ?>Yes<?php } else { ?>No<?php } ?></span></p></li>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp'
$dataForView = array(
'properties_reviews' => array(),
'similar_properties' => array(),
'featured_properties' => array(
(int) 0 => array(
'Property' => array(
[maximum depth reached]
),
'Landloard' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'Property' => array(
[maximum depth reached]
),
'Landloard' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'Property' => array(
[maximum depth reached]
),
'Landloard' => array(
[maximum depth reached]
)
)
),
'categories' => array(
(int) 0 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 3 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 4 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
)
),
'countpropertiesNearBy' => (int) 0,
'countpropertiesFloor' => (int) 0,
'countPropertiesBanner' => (int) 0,
'countpropertiesDocument' => (int) 0,
'countPropertiesFeature' => (int) 0,
'info' => null,
'travel_categories' => array(
(int) 1 => 'Business',
(int) 2 => 'Travel',
(int) 3 => 'Medical',
(int) 4 => 'Study',
(int) 5 => 'Getaway ',
(int) 6 => 'Vacation',
(int) 7 => 'Work Related'
),
'properties_types' => array(
(int) 0 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 3 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 4 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 5 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 6 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 7 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 8 => array(
'PropertiesType' => array(
[maximum depth reached]
)
)
),
'rand' => (int) 2532,
'UserType' => null,
'landloardID' => null,
'affiliatedUserID' => null,
'notification' => array(),
'pages' => array(
'Page' => array(
'page_title' => '',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'google_analytics' => ''
)
),
'siteSetting' => array(
'SiteSetting' => array(
'id' => '1',
'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ',
'notification_start_date' => '2022-01-07',
'notification_end_date' => '2022-01-27',
'facebook_url' => 'https://www.facebook.com/GrandistHive',
'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee',
'twitter_url' => '',
'instagram_url' => '',
'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654',
'site_phone' => '(727) 855-4544',
'site_fax' => '(727) 855-4548',
'site_email' => 'info@grandisthive.com',
'site_licence' => '.',
'admin_email' => 'info@grandisthive.com',
'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved',
'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.',
'google_code' => '',
'stripe_private_key' => '',
'stripe_public_key' => '',
'paypal_username' => '',
'paypal_password' => '',
'paypal_signature' => '',
'register_now_text_big' => 'List Your Property OR Book Your Request Here',
'register_now_text_small' => 'We only work with the best companies around the globe',
'smtp_hostname' => 'smtp.sendgrid.net',
'smtp_port' => '25',
'smtp_username' => 'apikey',
'smtp_password' => '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',
'map_radius' => '10',
'map_default_lat' => '27.9506',
'map_default_lng' => '-82.4572',
'sms_username' => '',
'sms_password' => '',
'sms_api_url' => ''
)
)
)
$properties_reviews = array()
$similar_properties = array()
$featured_properties = array(
(int) 0 => array(
'Property' => array(
'id' => '3',
'property_id' => 'GH3',
'landloard_id' => '1',
'property_type' => '1',
'category' => '1',
'title' => 'Luxury Family Apartment ^',
'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p>
<p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>',
'address' => '12300 Bermuda Road, Henderson, NV, USA',
'zip' => '33202',
'city' => 'NV',
'state' => 'New Jersey',
'latitude' => '35.9649204',
'longitude' => '-115.1519353',
'image' => '211229210805.jpg',
'video' => '',
'bedrooms' => '2',
'bathrooms' => '2',
'garage' => '1',
'kitchen' => '1',
'drawing_room' => '1',
'balcony' => '1',
'shared_room' => '0',
'shared_bathroom' => '0',
'shared_kitchen' => '0',
'shared_drawing_room' => '0',
'subLeasing' => '0',
'shortTermRental' => '0',
'tot_property_size' => '1250',
'year_built' => '1996',
'price_type' => '0',
'price' => '1000.00',
'isFeatured' => '1',
'isCreater' => '1',
'isActive' => '1',
'snooze_start_date' => null,
'snooze_end_date' => null,
'min_trip_length' => null,
'max_trip_length' => null,
'restricted_check_in' => null,
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'viewCount' => '0',
'modified' => '2022-01-19 05:02:12',
'created' => '2021-12-29 21:08:05'
),
'Landloard' => array(
'password' => '*****',
'id' => '1',
'first_name' => 'John',
'last_name' => 'Ray',
'profile_image' => '211222205023.jpg',
'primary_phone' => '+9136541201',
'secondary_phone' => '',
'primary_email' => 'john@mailinator.com',
'secondary_email' => 'john@mailinator.com',
'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p>
',
'address' => '18B, Sea street',
'city' => 'Tampa',
'zip' => '33605',
'state' => 'Florida',
'facebook_socialmedia' => '',
'twitter_socialmedia' => '',
'instagram_socialmedia' => '',
'ip' => '116.206.203.23',
'isVerfied' => '1',
'isPhoneVerfied' => '0',
'isStatus' => '1',
'user_type' => '0',
'isCurrentMembership' => '1',
'acceptPayment' => '0',
'membership_plan_end_date' => '2022-12-22',
'affiliated_id' => '0',
'iscCreaterType' => '1',
'modified' => '2023-03-30 12:19:59',
'created' => '2021-12-22 20:40:35'
)
),
(int) 1 => array(
'Property' => array(
'id' => '2',
'property_id' => 'GH2',
'landloard_id' => '2',
'property_type' => '6',
'category' => '1',
'title' => 'Clean & Comfy room *mins away *Free Parking',
'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\">
<div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br />
Take in all of Tampa, FL as you’ll be only minutes away from everything!<br />
<br />
• Designed with your needs in mind, we created a space as your home away from home .<br />
• Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br />
<br />
What you’ll love ❤️:<br />
- An incredible room, with gorgeous views.<br />
- With comfy Mattress enjoy a long peaceful sleep<br />
<br />
Note: Our cleaners are one-call away</div>
</div>
<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\">
<div style=\"box-sizing: border-box;\">
<div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\">
<h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3>
</div>
You don't have to give up comfort when traveling.<br />
<br />
Our 3 Bedrooms/2 Bathroom House 〰<br />
1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br />
<br />
* Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br />
<br />
* All linens are high-quality cotton for your cleanliness and comfort.<br />
<br />
* The pillows are pure goose down for maximum relaxation.<br />
<br />
Forget something?<br />
<br />
*Our bathrooms are stocked with all the essential toiletries for your convenience.<br />
<br />
〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br />
<br />
〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br />
Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div>
</div>',
'address' => '4235 East Curtis Street, Tampa, FL, USA',
'zip' => '33610',
'city' => 'Tampa',
'state' => 'Florida',
'latitude' => '27.9879158',
'longitude' => '-82.4094794',
'image' => '220104071054.jpg',
'video' => '',
'bedrooms' => '1',
'bathrooms' => '1',
'garage' => '1',
'kitchen' => '1',
'drawing_room' => '1',
'balcony' => '1',
'shared_room' => '1',
'shared_bathroom' => '0',
'shared_kitchen' => '0',
'shared_drawing_room' => '0',
'subLeasing' => '0',
'shortTermRental' => '0',
'tot_property_size' => '450',
'year_built' => '1995',
'price_type' => '0',
'price' => '45.00',
'isFeatured' => '1',
'isCreater' => '0',
'isActive' => '1',
'snooze_start_date' => null,
'snooze_end_date' => null,
'min_trip_length' => '3',
'max_trip_length' => '30',
'restricted_check_in' => 'monday,wednesday,friday,sunday',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'viewCount' => '0',
'modified' => '2022-01-24 21:47:27',
'created' => '2021-12-22 21:39:10'
),
'Landloard' => array(
'password' => '*****',
'id' => '2',
'first_name' => 'Petersonn',
'last_name' => 'Suffrena',
'profile_image' => '211227173709.jpg',
'primary_phone' => '+18135887188',
'secondary_phone' => '8136664161',
'primary_email' => 'petesmovers@gmail.com',
'secondary_email' => 'petesmovers@gmail.com',
'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ',
'address' => '4235 E Curtis St',
'city' => 'Tampa',
'zip' => '33610',
'state' => 'Florida',
'facebook_socialmedia' => '',
'twitter_socialmedia' => '',
'instagram_socialmedia' => '',
'ip' => '97.106.255.46',
'isVerfied' => '1',
'isPhoneVerfied' => '0',
'isStatus' => '1',
'user_type' => '0',
'isCurrentMembership' => '1',
'acceptPayment' => '0',
'membership_plan_end_date' => '2022-12-22',
'affiliated_id' => '0',
'iscCreaterType' => '0',
'modified' => '2022-02-17 11:26:02',
'created' => '2021-12-22 21:31:06'
)
),
(int) 2 => array(
'Property' => array(
'id' => '1',
'property_id' => 'GH1',
'landloard_id' => '1',
'property_type' => '1',
'category' => '1',
'title' => 'Luxury Family Apartment',
'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p>
',
'address' => '1250 Waters Place,',
'zip' => '10006',
'city' => 'Bronx',
'state' => 'New York',
'latitude' => '40.709329',
'longitude' => '-74.0131196',
'image' => '211222210606.jpg',
'video' => '',
'bedrooms' => '1',
'bathrooms' => '1',
'garage' => '0',
'kitchen' => '1',
'drawing_room' => '1',
'balcony' => '0',
'shared_room' => '0',
'shared_bathroom' => '0',
'shared_kitchen' => '0',
'shared_drawing_room' => '0',
'subLeasing' => '0',
'shortTermRental' => '0',
'tot_property_size' => '1250',
'year_built' => '2015',
'price_type' => '0',
'price' => '1000.00',
'isFeatured' => '1',
'isCreater' => '1',
'isActive' => '1',
'snooze_start_date' => null,
'snooze_end_date' => null,
'min_trip_length' => null,
'max_trip_length' => null,
'restricted_check_in' => null,
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'viewCount' => '0',
'modified' => '2022-02-17 04:21:34',
'created' => '2021-12-22 21:06:06'
),
'Landloard' => array(
'password' => '*****',
'id' => '1',
'first_name' => 'John',
'last_name' => 'Ray',
'profile_image' => '211222205023.jpg',
'primary_phone' => '+9136541201',
'secondary_phone' => '',
'primary_email' => 'john@mailinator.com',
'secondary_email' => 'john@mailinator.com',
'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p>
',
'address' => '18B, Sea street',
'city' => 'Tampa',
'zip' => '33605',
'state' => 'Florida',
'facebook_socialmedia' => '',
'twitter_socialmedia' => '',
'instagram_socialmedia' => '',
'ip' => '116.206.203.23',
'isVerfied' => '1',
'isPhoneVerfied' => '0',
'isStatus' => '1',
'user_type' => '0',
'isCurrentMembership' => '1',
'acceptPayment' => '0',
'membership_plan_end_date' => '2022-12-22',
'affiliated_id' => '0',
'iscCreaterType' => '1',
'modified' => '2023-03-30 12:19:59',
'created' => '2021-12-22 20:40:35'
)
)
)
$categories = array(
(int) 0 => array(
'Property' => array(
'property_type' => '1'
),
'PropertiesType' => array(
'name' => 'Apartment',
'slug' => 'apartment'
)
),
(int) 1 => array(
'Property' => array(
'property_type' => '3'
),
'PropertiesType' => array(
'name' => 'Condo',
'slug' => 'condo'
)
),
(int) 2 => array(
'Property' => array(
'property_type' => '4'
),
'PropertiesType' => array(
'name' => 'House',
'slug' => 'house'
)
),
(int) 3 => array(
'Property' => array(
'property_type' => '6'
),
'PropertiesType' => array(
'name' => 'Single Room',
'slug' => 'single-room'
)
),
(int) 4 => array(
'Property' => array(
'property_type' => '9'
),
'PropertiesType' => array(
'name' => 'Townhouse',
'slug' => 'townhouse'
)
)
)
$countpropertiesNearBy = (int) 0
$countpropertiesFloor = (int) 0
$countPropertiesBanner = (int) 0
$countpropertiesDocument = (int) 0
$countPropertiesFeature = (int) 0
$info = null
$travel_categories = array(
(int) 1 => 'Business',
(int) 2 => 'Travel',
(int) 3 => 'Medical',
(int) 4 => 'Study',
(int) 5 => 'Getaway ',
(int) 6 => 'Vacation',
(int) 7 => 'Work Related'
)
$properties_types = array(
(int) 0 => array(
'PropertiesType' => array(
'id' => '1',
'name' => 'Apartment',
'slug' => 'apartment',
'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments',
'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.',
'meta_keyword' => 'Apartment for Rent',
'isActive' => '1',
'modified' => '2022-03-12 08:25:16',
'created' => '2021-12-04 04:00:00'
)
),
(int) 1 => array(
'PropertiesType' => array(
'id' => '2',
'name' => 'Bungalow',
'slug' => 'bungalow',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:32:05',
'created' => '2021-12-04 05:00:00'
)
),
(int) 2 => array(
'PropertiesType' => array(
'id' => '3',
'name' => 'Condo',
'slug' => 'condo',
'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive',
'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ',
'meta_keyword' => 'Condos for Rent',
'isActive' => '1',
'modified' => '2022-03-04 05:23:19',
'created' => '2021-12-04 04:09:00'
)
),
(int) 3 => array(
'PropertiesType' => array(
'id' => '4',
'name' => 'House',
'slug' => 'house',
'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive',
'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.',
'meta_keyword' => 'Houses for Rent',
'isActive' => '1',
'modified' => '2022-03-04 05:16:54',
'created' => '2021-12-04 03:06:00'
)
),
(int) 4 => array(
'PropertiesType' => array(
'id' => '5',
'name' => 'Land',
'slug' => 'land',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:32:51',
'created' => '2021-12-04 04:00:00'
)
),
(int) 5 => array(
'PropertiesType' => array(
'id' => '6',
'name' => 'Single Room',
'slug' => 'single-room',
'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive',
'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.',
'meta_keyword' => 'single room',
'isActive' => '1',
'modified' => '2022-03-04 04:29:29',
'created' => '2021-12-04 06:00:22'
)
),
(int) 6 => array(
'PropertiesType' => array(
'id' => '7',
'name' => 'Double Room',
'slug' => 'double-room',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:32:30',
'created' => '2021-12-04 06:00:00'
)
),
(int) 7 => array(
'PropertiesType' => array(
'id' => '8',
'name' => 'Shared Room',
'slug' => 'shared-room',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:33:08',
'created' => '2021-12-04 07:00:17'
)
),
(int) 8 => array(
'PropertiesType' => array(
'id' => '9',
'name' => 'Townhouse',
'slug' => 'townhouse',
'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive',
'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.',
'meta_keyword' => 'Townhouses for Rent',
'isActive' => '1',
'modified' => '2022-03-04 05:14:14',
'created' => '2022-01-27 22:32:38'
)
)
)
$rand = (int) 2532
$UserType = null
$landloardID = null
$affiliatedUserID = null
$notification = array()
$pages = array(
'Page' => array(
'page_title' => '',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'google_analytics' => ''
)
)
$siteSetting = array(
'SiteSetting' => array(
'id' => '1',
'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ',
'notification_start_date' => '2022-01-07',
'notification_end_date' => '2022-01-27',
'facebook_url' => 'https://www.facebook.com/GrandistHive',
'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee',
'twitter_url' => '',
'instagram_url' => '',
'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654',
'site_phone' => '(727) 855-4544',
'site_fax' => '(727) 855-4548',
'site_email' => 'info@grandisthive.com',
'site_licence' => '.',
'admin_email' => 'info@grandisthive.com',
'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved',
'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.',
'google_code' => '',
'stripe_private_key' => '',
'stripe_public_key' => '',
'paypal_username' => '',
'paypal_password' => '',
'paypal_signature' => '',
'register_now_text_big' => 'List Your Property OR Book Your Request Here',
'register_now_text_small' => 'We only work with the best companies around the globe',
'smtp_hostname' => 'smtp.sendgrid.net',
'smtp_port' => '25',
'smtp_username' => 'apikey',
'smtp_password' => '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',
'map_radius' => '10',
'map_default_lat' => '27.9506',
'map_default_lng' => '-82.4572',
'sms_username' => '',
'sms_password' => '',
'sms_api_url' => ''
)
)
include - APP/View/Properties/view.ctp, line 213
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 968
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 214]
<ul class="list-inline-item">
<li><p><span><?php if($info['Property']['shared_bathroom']==1) { ?>Yes<?php } else { ?>No<?php } ?></span></p></li>
<li><p><span><?php if($info['Property']['shared_drawing_room']==1) { ?>Yes<?php } else { ?>No<?php } ?></span></p></li>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp'
$dataForView = array(
'properties_reviews' => array(),
'similar_properties' => array(),
'featured_properties' => array(
(int) 0 => array(
'Property' => array(
[maximum depth reached]
),
'Landloard' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'Property' => array(
[maximum depth reached]
),
'Landloard' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'Property' => array(
[maximum depth reached]
),
'Landloard' => array(
[maximum depth reached]
)
)
),
'categories' => array(
(int) 0 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 3 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 4 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
)
),
'countpropertiesNearBy' => (int) 0,
'countpropertiesFloor' => (int) 0,
'countPropertiesBanner' => (int) 0,
'countpropertiesDocument' => (int) 0,
'countPropertiesFeature' => (int) 0,
'info' => null,
'travel_categories' => array(
(int) 1 => 'Business',
(int) 2 => 'Travel',
(int) 3 => 'Medical',
(int) 4 => 'Study',
(int) 5 => 'Getaway ',
(int) 6 => 'Vacation',
(int) 7 => 'Work Related'
),
'properties_types' => array(
(int) 0 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 3 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 4 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 5 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 6 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 7 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 8 => array(
'PropertiesType' => array(
[maximum depth reached]
)
)
),
'rand' => (int) 2532,
'UserType' => null,
'landloardID' => null,
'affiliatedUserID' => null,
'notification' => array(),
'pages' => array(
'Page' => array(
'page_title' => '',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'google_analytics' => ''
)
),
'siteSetting' => array(
'SiteSetting' => array(
'id' => '1',
'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ',
'notification_start_date' => '2022-01-07',
'notification_end_date' => '2022-01-27',
'facebook_url' => 'https://www.facebook.com/GrandistHive',
'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee',
'twitter_url' => '',
'instagram_url' => '',
'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654',
'site_phone' => '(727) 855-4544',
'site_fax' => '(727) 855-4548',
'site_email' => 'info@grandisthive.com',
'site_licence' => '.',
'admin_email' => 'info@grandisthive.com',
'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved',
'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.',
'google_code' => '',
'stripe_private_key' => '',
'stripe_public_key' => '',
'paypal_username' => '',
'paypal_password' => '',
'paypal_signature' => '',
'register_now_text_big' => 'List Your Property OR Book Your Request Here',
'register_now_text_small' => 'We only work with the best companies around the globe',
'smtp_hostname' => 'smtp.sendgrid.net',
'smtp_port' => '25',
'smtp_username' => 'apikey',
'smtp_password' => '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',
'map_radius' => '10',
'map_default_lat' => '27.9506',
'map_default_lng' => '-82.4572',
'sms_username' => '',
'sms_password' => '',
'sms_api_url' => ''
)
)
)
$properties_reviews = array()
$similar_properties = array()
$featured_properties = array(
(int) 0 => array(
'Property' => array(
'id' => '3',
'property_id' => 'GH3',
'landloard_id' => '1',
'property_type' => '1',
'category' => '1',
'title' => 'Luxury Family Apartment ^',
'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p>
<p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>',
'address' => '12300 Bermuda Road, Henderson, NV, USA',
'zip' => '33202',
'city' => 'NV',
'state' => 'New Jersey',
'latitude' => '35.9649204',
'longitude' => '-115.1519353',
'image' => '211229210805.jpg',
'video' => '',
'bedrooms' => '2',
'bathrooms' => '2',
'garage' => '1',
'kitchen' => '1',
'drawing_room' => '1',
'balcony' => '1',
'shared_room' => '0',
'shared_bathroom' => '0',
'shared_kitchen' => '0',
'shared_drawing_room' => '0',
'subLeasing' => '0',
'shortTermRental' => '0',
'tot_property_size' => '1250',
'year_built' => '1996',
'price_type' => '0',
'price' => '1000.00',
'isFeatured' => '1',
'isCreater' => '1',
'isActive' => '1',
'snooze_start_date' => null,
'snooze_end_date' => null,
'min_trip_length' => null,
'max_trip_length' => null,
'restricted_check_in' => null,
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'viewCount' => '0',
'modified' => '2022-01-19 05:02:12',
'created' => '2021-12-29 21:08:05'
),
'Landloard' => array(
'password' => '*****',
'id' => '1',
'first_name' => 'John',
'last_name' => 'Ray',
'profile_image' => '211222205023.jpg',
'primary_phone' => '+9136541201',
'secondary_phone' => '',
'primary_email' => 'john@mailinator.com',
'secondary_email' => 'john@mailinator.com',
'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p>
',
'address' => '18B, Sea street',
'city' => 'Tampa',
'zip' => '33605',
'state' => 'Florida',
'facebook_socialmedia' => '',
'twitter_socialmedia' => '',
'instagram_socialmedia' => '',
'ip' => '116.206.203.23',
'isVerfied' => '1',
'isPhoneVerfied' => '0',
'isStatus' => '1',
'user_type' => '0',
'isCurrentMembership' => '1',
'acceptPayment' => '0',
'membership_plan_end_date' => '2022-12-22',
'affiliated_id' => '0',
'iscCreaterType' => '1',
'modified' => '2023-03-30 12:19:59',
'created' => '2021-12-22 20:40:35'
)
),
(int) 1 => array(
'Property' => array(
'id' => '2',
'property_id' => 'GH2',
'landloard_id' => '2',
'property_type' => '6',
'category' => '1',
'title' => 'Clean & Comfy room *mins away *Free Parking',
'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\">
<div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br />
Take in all of Tampa, FL as you’ll be only minutes away from everything!<br />
<br />
• Designed with your needs in mind, we created a space as your home away from home .<br />
• Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br />
<br />
What you’ll love ❤️:<br />
- An incredible room, with gorgeous views.<br />
- With comfy Mattress enjoy a long peaceful sleep<br />
<br />
Note: Our cleaners are one-call away</div>
</div>
<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\">
<div style=\"box-sizing: border-box;\">
<div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\">
<h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3>
</div>
You don't have to give up comfort when traveling.<br />
<br />
Our 3 Bedrooms/2 Bathroom House 〰<br />
1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br />
<br />
* Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br />
<br />
* All linens are high-quality cotton for your cleanliness and comfort.<br />
<br />
* The pillows are pure goose down for maximum relaxation.<br />
<br />
Forget something?<br />
<br />
*Our bathrooms are stocked with all the essential toiletries for your convenience.<br />
<br />
〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br />
<br />
〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br />
Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div>
</div>',
'address' => '4235 East Curtis Street, Tampa, FL, USA',
'zip' => '33610',
'city' => 'Tampa',
'state' => 'Florida',
'latitude' => '27.9879158',
'longitude' => '-82.4094794',
'image' => '220104071054.jpg',
'video' => '',
'bedrooms' => '1',
'bathrooms' => '1',
'garage' => '1',
'kitchen' => '1',
'drawing_room' => '1',
'balcony' => '1',
'shared_room' => '1',
'shared_bathroom' => '0',
'shared_kitchen' => '0',
'shared_drawing_room' => '0',
'subLeasing' => '0',
'shortTermRental' => '0',
'tot_property_size' => '450',
'year_built' => '1995',
'price_type' => '0',
'price' => '45.00',
'isFeatured' => '1',
'isCreater' => '0',
'isActive' => '1',
'snooze_start_date' => null,
'snooze_end_date' => null,
'min_trip_length' => '3',
'max_trip_length' => '30',
'restricted_check_in' => 'monday,wednesday,friday,sunday',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'viewCount' => '0',
'modified' => '2022-01-24 21:47:27',
'created' => '2021-12-22 21:39:10'
),
'Landloard' => array(
'password' => '*****',
'id' => '2',
'first_name' => 'Petersonn',
'last_name' => 'Suffrena',
'profile_image' => '211227173709.jpg',
'primary_phone' => '+18135887188',
'secondary_phone' => '8136664161',
'primary_email' => 'petesmovers@gmail.com',
'secondary_email' => 'petesmovers@gmail.com',
'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ',
'address' => '4235 E Curtis St',
'city' => 'Tampa',
'zip' => '33610',
'state' => 'Florida',
'facebook_socialmedia' => '',
'twitter_socialmedia' => '',
'instagram_socialmedia' => '',
'ip' => '97.106.255.46',
'isVerfied' => '1',
'isPhoneVerfied' => '0',
'isStatus' => '1',
'user_type' => '0',
'isCurrentMembership' => '1',
'acceptPayment' => '0',
'membership_plan_end_date' => '2022-12-22',
'affiliated_id' => '0',
'iscCreaterType' => '0',
'modified' => '2022-02-17 11:26:02',
'created' => '2021-12-22 21:31:06'
)
),
(int) 2 => array(
'Property' => array(
'id' => '1',
'property_id' => 'GH1',
'landloard_id' => '1',
'property_type' => '1',
'category' => '1',
'title' => 'Luxury Family Apartment',
'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p>
',
'address' => '1250 Waters Place,',
'zip' => '10006',
'city' => 'Bronx',
'state' => 'New York',
'latitude' => '40.709329',
'longitude' => '-74.0131196',
'image' => '211222210606.jpg',
'video' => '',
'bedrooms' => '1',
'bathrooms' => '1',
'garage' => '0',
'kitchen' => '1',
'drawing_room' => '1',
'balcony' => '0',
'shared_room' => '0',
'shared_bathroom' => '0',
'shared_kitchen' => '0',
'shared_drawing_room' => '0',
'subLeasing' => '0',
'shortTermRental' => '0',
'tot_property_size' => '1250',
'year_built' => '2015',
'price_type' => '0',
'price' => '1000.00',
'isFeatured' => '1',
'isCreater' => '1',
'isActive' => '1',
'snooze_start_date' => null,
'snooze_end_date' => null,
'min_trip_length' => null,
'max_trip_length' => null,
'restricted_check_in' => null,
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'viewCount' => '0',
'modified' => '2022-02-17 04:21:34',
'created' => '2021-12-22 21:06:06'
),
'Landloard' => array(
'password' => '*****',
'id' => '1',
'first_name' => 'John',
'last_name' => 'Ray',
'profile_image' => '211222205023.jpg',
'primary_phone' => '+9136541201',
'secondary_phone' => '',
'primary_email' => 'john@mailinator.com',
'secondary_email' => 'john@mailinator.com',
'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p>
',
'address' => '18B, Sea street',
'city' => 'Tampa',
'zip' => '33605',
'state' => 'Florida',
'facebook_socialmedia' => '',
'twitter_socialmedia' => '',
'instagram_socialmedia' => '',
'ip' => '116.206.203.23',
'isVerfied' => '1',
'isPhoneVerfied' => '0',
'isStatus' => '1',
'user_type' => '0',
'isCurrentMembership' => '1',
'acceptPayment' => '0',
'membership_plan_end_date' => '2022-12-22',
'affiliated_id' => '0',
'iscCreaterType' => '1',
'modified' => '2023-03-30 12:19:59',
'created' => '2021-12-22 20:40:35'
)
)
)
$categories = array(
(int) 0 => array(
'Property' => array(
'property_type' => '1'
),
'PropertiesType' => array(
'name' => 'Apartment',
'slug' => 'apartment'
)
),
(int) 1 => array(
'Property' => array(
'property_type' => '3'
),
'PropertiesType' => array(
'name' => 'Condo',
'slug' => 'condo'
)
),
(int) 2 => array(
'Property' => array(
'property_type' => '4'
),
'PropertiesType' => array(
'name' => 'House',
'slug' => 'house'
)
),
(int) 3 => array(
'Property' => array(
'property_type' => '6'
),
'PropertiesType' => array(
'name' => 'Single Room',
'slug' => 'single-room'
)
),
(int) 4 => array(
'Property' => array(
'property_type' => '9'
),
'PropertiesType' => array(
'name' => 'Townhouse',
'slug' => 'townhouse'
)
)
)
$countpropertiesNearBy = (int) 0
$countpropertiesFloor = (int) 0
$countPropertiesBanner = (int) 0
$countpropertiesDocument = (int) 0
$countPropertiesFeature = (int) 0
$info = null
$travel_categories = array(
(int) 1 => 'Business',
(int) 2 => 'Travel',
(int) 3 => 'Medical',
(int) 4 => 'Study',
(int) 5 => 'Getaway ',
(int) 6 => 'Vacation',
(int) 7 => 'Work Related'
)
$properties_types = array(
(int) 0 => array(
'PropertiesType' => array(
'id' => '1',
'name' => 'Apartment',
'slug' => 'apartment',
'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments',
'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.',
'meta_keyword' => 'Apartment for Rent',
'isActive' => '1',
'modified' => '2022-03-12 08:25:16',
'created' => '2021-12-04 04:00:00'
)
),
(int) 1 => array(
'PropertiesType' => array(
'id' => '2',
'name' => 'Bungalow',
'slug' => 'bungalow',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:32:05',
'created' => '2021-12-04 05:00:00'
)
),
(int) 2 => array(
'PropertiesType' => array(
'id' => '3',
'name' => 'Condo',
'slug' => 'condo',
'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive',
'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ',
'meta_keyword' => 'Condos for Rent',
'isActive' => '1',
'modified' => '2022-03-04 05:23:19',
'created' => '2021-12-04 04:09:00'
)
),
(int) 3 => array(
'PropertiesType' => array(
'id' => '4',
'name' => 'House',
'slug' => 'house',
'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive',
'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.',
'meta_keyword' => 'Houses for Rent',
'isActive' => '1',
'modified' => '2022-03-04 05:16:54',
'created' => '2021-12-04 03:06:00'
)
),
(int) 4 => array(
'PropertiesType' => array(
'id' => '5',
'name' => 'Land',
'slug' => 'land',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:32:51',
'created' => '2021-12-04 04:00:00'
)
),
(int) 5 => array(
'PropertiesType' => array(
'id' => '6',
'name' => 'Single Room',
'slug' => 'single-room',
'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive',
'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.',
'meta_keyword' => 'single room',
'isActive' => '1',
'modified' => '2022-03-04 04:29:29',
'created' => '2021-12-04 06:00:22'
)
),
(int) 6 => array(
'PropertiesType' => array(
'id' => '7',
'name' => 'Double Room',
'slug' => 'double-room',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:32:30',
'created' => '2021-12-04 06:00:00'
)
),
(int) 7 => array(
'PropertiesType' => array(
'id' => '8',
'name' => 'Shared Room',
'slug' => 'shared-room',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:33:08',
'created' => '2021-12-04 07:00:17'
)
),
(int) 8 => array(
'PropertiesType' => array(
'id' => '9',
'name' => 'Townhouse',
'slug' => 'townhouse',
'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive',
'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.',
'meta_keyword' => 'Townhouses for Rent',
'isActive' => '1',
'modified' => '2022-03-04 05:14:14',
'created' => '2022-01-27 22:32:38'
)
)
)
$rand = (int) 2532
$UserType = null
$landloardID = null
$affiliatedUserID = null
$notification = array()
$pages = array(
'Page' => array(
'page_title' => '',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'google_analytics' => ''
)
)
$siteSetting = array(
'SiteSetting' => array(
'id' => '1',
'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ',
'notification_start_date' => '2022-01-07',
'notification_end_date' => '2022-01-27',
'facebook_url' => 'https://www.facebook.com/GrandistHive',
'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee',
'twitter_url' => '',
'instagram_url' => '',
'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654',
'site_phone' => '(727) 855-4544',
'site_fax' => '(727) 855-4548',
'site_email' => 'info@grandisthive.com',
'site_licence' => '.',
'admin_email' => 'info@grandisthive.com',
'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved',
'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.',
'google_code' => '',
'stripe_private_key' => '',
'stripe_public_key' => '',
'paypal_username' => '',
'paypal_password' => '',
'paypal_signature' => '',
'register_now_text_big' => 'List Your Property OR Book Your Request Here',
'register_now_text_small' => 'We only work with the best companies around the globe',
'smtp_hostname' => 'smtp.sendgrid.net',
'smtp_port' => '25',
'smtp_username' => 'apikey',
'smtp_password' => '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',
'map_radius' => '10',
'map_default_lat' => '27.9506',
'map_default_lng' => '-82.4572',
'sms_username' => '',
'sms_password' => '',
'sms_api_url' => ''
)
)
include - APP/View/Properties/view.ctp, line 214
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 968
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 214]
No <ul class="list-inline-item">
<li><p><span><?php if($info['Property']['shared_bathroom']==1) { ?>Yes<?php } else { ?>No<?php } ?></span></p></li>
<li><p><span><?php if($info['Property']['shared_drawing_room']==1) { ?>Yes<?php } else { ?>No<?php } ?></span></p></li>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp'
$dataForView = array(
'properties_reviews' => array(),
'similar_properties' => array(),
'featured_properties' => array(
(int) 0 => array(
'Property' => array(
[maximum depth reached]
),
'Landloard' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'Property' => array(
[maximum depth reached]
),
'Landloard' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'Property' => array(
[maximum depth reached]
),
'Landloard' => array(
[maximum depth reached]
)
)
),
'categories' => array(
(int) 0 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 3 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 4 => array(
'Property' => array(
[maximum depth reached]
),
'PropertiesType' => array(
[maximum depth reached]
)
)
),
'countpropertiesNearBy' => (int) 0,
'countpropertiesFloor' => (int) 0,
'countPropertiesBanner' => (int) 0,
'countpropertiesDocument' => (int) 0,
'countPropertiesFeature' => (int) 0,
'info' => null,
'travel_categories' => array(
(int) 1 => 'Business',
(int) 2 => 'Travel',
(int) 3 => 'Medical',
(int) 4 => 'Study',
(int) 5 => 'Getaway ',
(int) 6 => 'Vacation',
(int) 7 => 'Work Related'
),
'properties_types' => array(
(int) 0 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 3 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 4 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 5 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 6 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 7 => array(
'PropertiesType' => array(
[maximum depth reached]
)
),
(int) 8 => array(
'PropertiesType' => array(
[maximum depth reached]
)
)
),
'rand' => (int) 2532,
'UserType' => null,
'landloardID' => null,
'affiliatedUserID' => null,
'notification' => array(),
'pages' => array(
'Page' => array(
'page_title' => '',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'google_analytics' => ''
)
),
'siteSetting' => array(
'SiteSetting' => array(
'id' => '1',
'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ',
'notification_start_date' => '2022-01-07',
'notification_end_date' => '2022-01-27',
'facebook_url' => 'https://www.facebook.com/GrandistHive',
'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee',
'twitter_url' => '',
'instagram_url' => '',
'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654',
'site_phone' => '(727) 855-4544',
'site_fax' => '(727) 855-4548',
'site_email' => 'info@grandisthive.com',
'site_licence' => '.',
'admin_email' => 'info@grandisthive.com',
'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved',
'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.',
'google_code' => '',
'stripe_private_key' => '',
'stripe_public_key' => '',
'paypal_username' => '',
'paypal_password' => '',
'paypal_signature' => '',
'register_now_text_big' => 'List Your Property OR Book Your Request Here',
'register_now_text_small' => 'We only work with the best companies around the globe',
'smtp_hostname' => 'smtp.sendgrid.net',
'smtp_port' => '25',
'smtp_username' => 'apikey',
'smtp_password' => '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',
'map_radius' => '10',
'map_default_lat' => '27.9506',
'map_default_lng' => '-82.4572',
'sms_username' => '',
'sms_password' => '',
'sms_api_url' => ''
)
)
)
$properties_reviews = array()
$similar_properties = array()
$featured_properties = array(
(int) 0 => array(
'Property' => array(
'id' => '3',
'property_id' => 'GH3',
'landloard_id' => '1',
'property_type' => '1',
'category' => '1',
'title' => 'Luxury Family Apartment ^',
'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p>
<p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>',
'address' => '12300 Bermuda Road, Henderson, NV, USA',
'zip' => '33202',
'city' => 'NV',
'state' => 'New Jersey',
'latitude' => '35.9649204',
'longitude' => '-115.1519353',
'image' => '211229210805.jpg',
'video' => '',
'bedrooms' => '2',
'bathrooms' => '2',
'garage' => '1',
'kitchen' => '1',
'drawing_room' => '1',
'balcony' => '1',
'shared_room' => '0',
'shared_bathroom' => '0',
'shared_kitchen' => '0',
'shared_drawing_room' => '0',
'subLeasing' => '0',
'shortTermRental' => '0',
'tot_property_size' => '1250',
'year_built' => '1996',
'price_type' => '0',
'price' => '1000.00',
'isFeatured' => '1',
'isCreater' => '1',
'isActive' => '1',
'snooze_start_date' => null,
'snooze_end_date' => null,
'min_trip_length' => null,
'max_trip_length' => null,
'restricted_check_in' => null,
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'viewCount' => '0',
'modified' => '2022-01-19 05:02:12',
'created' => '2021-12-29 21:08:05'
),
'Landloard' => array(
'password' => '*****',
'id' => '1',
'first_name' => 'John',
'last_name' => 'Ray',
'profile_image' => '211222205023.jpg',
'primary_phone' => '+9136541201',
'secondary_phone' => '',
'primary_email' => 'john@mailinator.com',
'secondary_email' => 'john@mailinator.com',
'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p>
',
'address' => '18B, Sea street',
'city' => 'Tampa',
'zip' => '33605',
'state' => 'Florida',
'facebook_socialmedia' => '',
'twitter_socialmedia' => '',
'instagram_socialmedia' => '',
'ip' => '116.206.203.23',
'isVerfied' => '1',
'isPhoneVerfied' => '0',
'isStatus' => '1',
'user_type' => '0',
'isCurrentMembership' => '1',
'acceptPayment' => '0',
'membership_plan_end_date' => '2022-12-22',
'affiliated_id' => '0',
'iscCreaterType' => '1',
'modified' => '2023-03-30 12:19:59',
'created' => '2021-12-22 20:40:35'
)
),
(int) 1 => array(
'Property' => array(
'id' => '2',
'property_id' => 'GH2',
'landloard_id' => '2',
'property_type' => '6',
'category' => '1',
'title' => 'Clean & Comfy room *mins away *Free Parking',
'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\">
<div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br />
Take in all of Tampa, FL as you’ll be only minutes away from everything!<br />
<br />
• Designed with your needs in mind, we created a space as your home away from home .<br />
• Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br />
<br />
What you’ll love ❤️:<br />
- An incredible room, with gorgeous views.<br />
- With comfy Mattress enjoy a long peaceful sleep<br />
<br />
Note: Our cleaners are one-call away</div>
</div>
<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\">
<div style=\"box-sizing: border-box;\">
<div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\">
<h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3>
</div>
You don't have to give up comfort when traveling.<br />
<br />
Our 3 Bedrooms/2 Bathroom House 〰<br />
1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br />
<br />
* Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br />
<br />
* All linens are high-quality cotton for your cleanliness and comfort.<br />
<br />
* The pillows are pure goose down for maximum relaxation.<br />
<br />
Forget something?<br />
<br />
*Our bathrooms are stocked with all the essential toiletries for your convenience.<br />
<br />
〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br />
<br />
〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br />
Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div>
</div>',
'address' => '4235 East Curtis Street, Tampa, FL, USA',
'zip' => '33610',
'city' => 'Tampa',
'state' => 'Florida',
'latitude' => '27.9879158',
'longitude' => '-82.4094794',
'image' => '220104071054.jpg',
'video' => '',
'bedrooms' => '1',
'bathrooms' => '1',
'garage' => '1',
'kitchen' => '1',
'drawing_room' => '1',
'balcony' => '1',
'shared_room' => '1',
'shared_bathroom' => '0',
'shared_kitchen' => '0',
'shared_drawing_room' => '0',
'subLeasing' => '0',
'shortTermRental' => '0',
'tot_property_size' => '450',
'year_built' => '1995',
'price_type' => '0',
'price' => '45.00',
'isFeatured' => '1',
'isCreater' => '0',
'isActive' => '1',
'snooze_start_date' => null,
'snooze_end_date' => null,
'min_trip_length' => '3',
'max_trip_length' => '30',
'restricted_check_in' => 'monday,wednesday,friday,sunday',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'viewCount' => '0',
'modified' => '2022-01-24 21:47:27',
'created' => '2021-12-22 21:39:10'
),
'Landloard' => array(
'password' => '*****',
'id' => '2',
'first_name' => 'Petersonn',
'last_name' => 'Suffrena',
'profile_image' => '211227173709.jpg',
'primary_phone' => '+18135887188',
'secondary_phone' => '8136664161',
'primary_email' => 'petesmovers@gmail.com',
'secondary_email' => 'petesmovers@gmail.com',
'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ',
'address' => '4235 E Curtis St',
'city' => 'Tampa',
'zip' => '33610',
'state' => 'Florida',
'facebook_socialmedia' => '',
'twitter_socialmedia' => '',
'instagram_socialmedia' => '',
'ip' => '97.106.255.46',
'isVerfied' => '1',
'isPhoneVerfied' => '0',
'isStatus' => '1',
'user_type' => '0',
'isCurrentMembership' => '1',
'acceptPayment' => '0',
'membership_plan_end_date' => '2022-12-22',
'affiliated_id' => '0',
'iscCreaterType' => '0',
'modified' => '2022-02-17 11:26:02',
'created' => '2021-12-22 21:31:06'
)
),
(int) 2 => array(
'Property' => array(
'id' => '1',
'property_id' => 'GH1',
'landloard_id' => '1',
'property_type' => '1',
'category' => '1',
'title' => 'Luxury Family Apartment',
'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p>
',
'address' => '1250 Waters Place,',
'zip' => '10006',
'city' => 'Bronx',
'state' => 'New York',
'latitude' => '40.709329',
'longitude' => '-74.0131196',
'image' => '211222210606.jpg',
'video' => '',
'bedrooms' => '1',
'bathrooms' => '1',
'garage' => '0',
'kitchen' => '1',
'drawing_room' => '1',
'balcony' => '0',
'shared_room' => '0',
'shared_bathroom' => '0',
'shared_kitchen' => '0',
'shared_drawing_room' => '0',
'subLeasing' => '0',
'shortTermRental' => '0',
'tot_property_size' => '1250',
'year_built' => '2015',
'price_type' => '0',
'price' => '1000.00',
'isFeatured' => '1',
'isCreater' => '1',
'isActive' => '1',
'snooze_start_date' => null,
'snooze_end_date' => null,
'min_trip_length' => null,
'max_trip_length' => null,
'restricted_check_in' => null,
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'viewCount' => '0',
'modified' => '2022-02-17 04:21:34',
'created' => '2021-12-22 21:06:06'
),
'Landloard' => array(
'password' => '*****',
'id' => '1',
'first_name' => 'John',
'last_name' => 'Ray',
'profile_image' => '211222205023.jpg',
'primary_phone' => '+9136541201',
'secondary_phone' => '',
'primary_email' => 'john@mailinator.com',
'secondary_email' => 'john@mailinator.com',
'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p>
',
'address' => '18B, Sea street',
'city' => 'Tampa',
'zip' => '33605',
'state' => 'Florida',
'facebook_socialmedia' => '',
'twitter_socialmedia' => '',
'instagram_socialmedia' => '',
'ip' => '116.206.203.23',
'isVerfied' => '1',
'isPhoneVerfied' => '0',
'isStatus' => '1',
'user_type' => '0',
'isCurrentMembership' => '1',
'acceptPayment' => '0',
'membership_plan_end_date' => '2022-12-22',
'affiliated_id' => '0',
'iscCreaterType' => '1',
'modified' => '2023-03-30 12:19:59',
'created' => '2021-12-22 20:40:35'
)
)
)
$categories = array(
(int) 0 => array(
'Property' => array(
'property_type' => '1'
),
'PropertiesType' => array(
'name' => 'Apartment',
'slug' => 'apartment'
)
),
(int) 1 => array(
'Property' => array(
'property_type' => '3'
),
'PropertiesType' => array(
'name' => 'Condo',
'slug' => 'condo'
)
),
(int) 2 => array(
'Property' => array(
'property_type' => '4'
),
'PropertiesType' => array(
'name' => 'House',
'slug' => 'house'
)
),
(int) 3 => array(
'Property' => array(
'property_type' => '6'
),
'PropertiesType' => array(
'name' => 'Single Room',
'slug' => 'single-room'
)
),
(int) 4 => array(
'Property' => array(
'property_type' => '9'
),
'PropertiesType' => array(
'name' => 'Townhouse',
'slug' => 'townhouse'
)
)
)
$countpropertiesNearBy = (int) 0
$countpropertiesFloor = (int) 0
$countPropertiesBanner = (int) 0
$countpropertiesDocument = (int) 0
$countPropertiesFeature = (int) 0
$info = null
$travel_categories = array(
(int) 1 => 'Business',
(int) 2 => 'Travel',
(int) 3 => 'Medical',
(int) 4 => 'Study',
(int) 5 => 'Getaway ',
(int) 6 => 'Vacation',
(int) 7 => 'Work Related'
)
$properties_types = array(
(int) 0 => array(
'PropertiesType' => array(
'id' => '1',
'name' => 'Apartment',
'slug' => 'apartment',
'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments',
'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.',
'meta_keyword' => 'Apartment for Rent',
'isActive' => '1',
'modified' => '2022-03-12 08:25:16',
'created' => '2021-12-04 04:00:00'
)
),
(int) 1 => array(
'PropertiesType' => array(
'id' => '2',
'name' => 'Bungalow',
'slug' => 'bungalow',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:32:05',
'created' => '2021-12-04 05:00:00'
)
),
(int) 2 => array(
'PropertiesType' => array(
'id' => '3',
'name' => 'Condo',
'slug' => 'condo',
'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive',
'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ',
'meta_keyword' => 'Condos for Rent',
'isActive' => '1',
'modified' => '2022-03-04 05:23:19',
'created' => '2021-12-04 04:09:00'
)
),
(int) 3 => array(
'PropertiesType' => array(
'id' => '4',
'name' => 'House',
'slug' => 'house',
'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive',
'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.',
'meta_keyword' => 'Houses for Rent',
'isActive' => '1',
'modified' => '2022-03-04 05:16:54',
'created' => '2021-12-04 03:06:00'
)
),
(int) 4 => array(
'PropertiesType' => array(
'id' => '5',
'name' => 'Land',
'slug' => 'land',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:32:51',
'created' => '2021-12-04 04:00:00'
)
),
(int) 5 => array(
'PropertiesType' => array(
'id' => '6',
'name' => 'Single Room',
'slug' => 'single-room',
'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive',
'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.',
'meta_keyword' => 'single room',
'isActive' => '1',
'modified' => '2022-03-04 04:29:29',
'created' => '2021-12-04 06:00:22'
)
),
(int) 6 => array(
'PropertiesType' => array(
'id' => '7',
'name' => 'Double Room',
'slug' => 'double-room',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:32:30',
'created' => '2021-12-04 06:00:00'
)
),
(int) 7 => array(
'PropertiesType' => array(
'id' => '8',
'name' => 'Shared Room',
'slug' => 'shared-room',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'isActive' => '1',
'modified' => '2022-03-06 04:33:08',
'created' => '2021-12-04 07:00:17'
)
),
(int) 8 => array(
'PropertiesType' => array(
'id' => '9',
'name' => 'Townhouse',
'slug' => 'townhouse',
'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive',
'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.',
'meta_keyword' => 'Townhouses for Rent',
'isActive' => '1',
'modified' => '2022-03-04 05:14:14',
'created' => '2022-01-27 22:32:38'
)
)
)
$rand = (int) 2532
$UserType = null
$landloardID = null
$affiliatedUserID = null
$notification = array()
$pages = array(
'Page' => array(
'page_title' => '',
'meta_title' => '',
'meta_description' => '',
'meta_keyword' => '',
'google_analytics' => ''
)
)
$siteSetting = array(
'SiteSetting' => array(
'id' => '1',
'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ',
'notification_start_date' => '2022-01-07',
'notification_end_date' => '2022-01-27',
'facebook_url' => 'https://www.facebook.com/GrandistHive',
'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee',
'twitter_url' => '',
'instagram_url' => '',
'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654',
'site_phone' => '(727) 855-4544',
'site_fax' => '(727) 855-4548',
'site_email' => 'info@grandisthive.com',
'site_licence' => '.',
'admin_email' => 'info@grandisthive.com',
'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved',
'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.',
'google_code' => '',
'stripe_private_key' => '',
'stripe_public_key' => '',
'paypal_username' => '',
'paypal_password' => '',
'paypal_signature' => '',
'register_now_text_big' => 'List Your Property OR Book Your Request Here',
'register_now_text_small' => 'We only work with the best companies around the globe',
'smtp_hostname' => 'smtp.sendgrid.net',
'smtp_port' => '25',
'smtp_username' => 'apikey',
'smtp_password' => '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',
'map_radius' => '10',
'map_default_lat' => '27.9506',
'map_default_lng' => '-82.4572',
'sms_username' => '',
'sms_password' => '',
'sms_api_url' => ''
)
)
include - APP/View/Properties/view.ctp, line 214
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 968
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 273]Code Context<div class="col-lg-12">
<div class="application_statics mt30">
<h4 class="mb30">Location <small class="float-right"><?php echo stripslashes($info['Property']['address']); ?>, <?php echo $info['Property']['city']; ?>,<?php echo $info['Property']['state']; ?> <?php echo $info['Property']['zip']; ?></small></h4>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 273 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 273],Code Context<div class="col-lg-12">
<div class="application_statics mt30">
<h4 class="mb30">Location <small class="float-right"><?php echo stripslashes($info['Property']['address']); ?>, <?php echo $info['Property']['city']; ?>,<?php echo $info['Property']['state']; ?> <?php echo $info['Property']['zip']; ?></small></h4>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 273 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 273]Code Context<div class="col-lg-12">
<div class="application_statics mt30">
<h4 class="mb30">Location <small class="float-right"><?php echo stripslashes($info['Property']['address']); ?>, <?php echo $info['Property']['city']; ?>,<?php echo $info['Property']['state']; ?> <?php echo $info['Property']['zip']; ?></small></h4>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 273 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 273],Code Context<div class="col-lg-12">
<div class="application_statics mt30">
<h4 class="mb30">Location <small class="float-right"><?php echo stripslashes($info['Property']['address']); ?>, <?php echo $info['Property']['city']; ?>,<?php echo $info['Property']['state']; ?> <?php echo $info['Property']['zip']; ?></small></h4>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 273 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 273]Code Context<div class="col-lg-12">
<div class="application_statics mt30">
<h4 class="mb30">Location <small class="float-right"><?php echo stripslashes($info['Property']['address']); ?>, <?php echo $info['Property']['city']; ?>,<?php echo $info['Property']['state']; ?> <?php echo $info['Property']['zip']; ?></small></h4>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 273 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 273]Code Context<div class="col-lg-12">
<div class="application_statics mt30">
<h4 class="mb30">Location <small class="float-right"><?php echo stripslashes($info['Property']['address']); ?>, <?php echo $info['Property']['city']; ?>,<?php echo $info['Property']['state']; ?> <?php echo $info['Property']['zip']; ?></small></h4>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 273 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 273]Code Context<div class="col-lg-12">
<div class="application_statics mt30">
<h4 class="mb30">Location <small class="float-right"><?php echo stripslashes($info['Property']['address']); ?>, <?php echo $info['Property']['city']; ?>,<?php echo $info['Property']['state']; ?> <?php echo $info['Property']['zip']; ?></small></h4>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 273 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 273]Code Context<div class="col-lg-12">
<div class="application_statics mt30">
<h4 class="mb30">Location <small class="float-right"><?php echo stripslashes($info['Property']['address']); ?>, <?php echo $info['Property']['city']; ?>,<?php echo $info['Property']['state']; ?> <?php echo $info['Property']['zip']; ?></small></h4>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 273 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 320]Code Context</div>
<?php } ?>
<?php if($info['Property']['video']!='') { ?>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 320 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 320]Code Context</div>
<?php } ?>
<?php if($info['Property']['video']!='') { ?>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 320 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 761]Code Context<h4 class="mb25">Listed By</h4>
<div class="media">
<?php if($info['Landloard']['profile_image'] !=''){ ?>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 761 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 761]Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 764]Code Context<h4 class="mb25">Listed By</h4>
<div class="media">
<?php if($info['Landloard']['profile_image'] !=''){ ?>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 761 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
<img class="mr-3" src="<?php echo $this->webroot ?>uploaded/landloards/<?php echo 'thum_'.$info['Landloard']['profile_image']; ?>" alt="<?php echo $info['Landloard']['first_name']; ?>" width="90" height="90">
<?php } else { ?>
<img class="mr-3" src="<?php echo $this->webroot ?>images/team/lc1.png" alt="<?php echo $info['Landloard']['first_name']; ?>">
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )
include - APP/View/Properties/view.ctp, line 764 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 764]">Code Context<img class="mr-3" src="<?php echo $this->webroot ?>uploaded/landloards/<?php echo 'thum_'.$info['Landloard']['profile_image']; ?>" alt="<?php echo $info['Landloard']['first_name']; ?>" width="90" height="90">
<?php } else { ?>
<img class="mr-3" src="<?php echo $this->webroot ?>images/team/lc1.png" alt="<?php echo $info['Landloard']['first_name']; ?>">
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 764 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 767]Code Context<?php } ?>
<div class="media-body">
<h5 class="mt-0 mb0"><?php echo $info['Landloard']['first_name'].' '.$info['Landloard']['last_name']; ?></h5>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 767 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 767]Code Context<?php } ?>
<div class="media-body">
<h5 class="mt-0 mb0"><?php echo $info['Landloard']['first_name'].' '.$info['Landloard']['last_name']; ?></h5>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 767 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 767]Code Context<?php } ?>
<div class="media-body">
<h5 class="mt-0 mb0"><?php echo $info['Landloard']['first_name'].' '.$info['Landloard']['last_name']; ?></h5>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 767 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 767]Code Context<?php } ?>
<div class="media-body">
<h5 class="mt-0 mb0"><?php echo $info['Landloard']['first_name'].' '.$info['Landloard']['last_name']; ?></h5>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 767 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 770]Code Context<p class="mb0"><?php //echo $info['Landloard']['primary_phone']; ?></p>
<p class="mb0"><?php //echo $info['Landloard']['primary_email']; ?></p>
<p class="mb0"><?php echo $info['Landloard']['city']; ?>,<?php echo $info['Landloard']['state']; ?></p>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 770 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 770],Code Context<p class="mb0"><?php //echo $info['Landloard']['primary_phone']; ?></p>
<p class="mb0"><?php //echo $info['Landloard']['primary_email']; ?></p>
<p class="mb0"><?php echo $info['Landloard']['city']; ?>,<?php echo $info['Landloard']['state']; ?></p>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 770 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 770]Code Context<p class="mb0"><?php //echo $info['Landloard']['primary_phone']; ?></p>
<p class="mb0"><?php //echo $info['Landloard']['primary_email']; ?></p>
<p class="mb0"><?php echo $info['Landloard']['city']; ?>,<?php echo $info['Landloard']['state']; ?></p>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 770 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 770]Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 771]Code Context<p class="mb0"><?php //echo $info['Landloard']['primary_phone']; ?></p>
<p class="mb0"><?php //echo $info['Landloard']['primary_email']; ?></p>
<p class="mb0"><?php echo $info['Landloard']['city']; ?>,<?php echo $info['Landloard']['state']; ?></p>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 770 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
<p class="mb0"><?php //echo $info['Landloard']['primary_email']; ?></p>
<p class="mb0"><?php echo $info['Landloard']['city']; ?>,<?php echo $info['Landloard']['state']; ?></p>
<a class="text-thm" href="<?php print $this->Html->url(array('controller'=>'landloards','action'=>'details',base64_encode($info['Landloard']['id']))); ?>">View My Listing</a>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )
include - APP/View/Properties/view.ctp, line 771 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 771]/landloards/details">View My ListingCode Context<p class="mb0"><?php //echo $info['Landloard']['primary_email']; ?></p>
<p class="mb0"><?php echo $info['Landloard']['city']; ?>,<?php echo $info['Landloard']['state']; ?></p>
<a class="text-thm" href="<?php print $this->Html->url(array('controller'=>'landloards','action'=>'details',base64_encode($info['Landloard']['id']))); ?>">View My Listing</a>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 771 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 776]Code Context</div>
<?php
if(($this->common->getLandloardEmailVerified($info['Property']['landloard_id'])) > 0) {
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 776 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 776]Code Context</div>
<?php
if(($this->common->getLandloardEmailVerified($info['Property']['landloard_id'])) > 0) {
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 776 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Claim this home to track its value and nearby sales activity
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 786]<?php } } else { ?>
<p>Claim this home to track its value and nearby sales activity</p>
<a class="btn btn-block btn-thm" href="<?php print $this->Html->url(array('controller'=>'landloards','action'=>'claim',base64_encode($info['Property']['landloard_id']))); ?>" onclick="return confirm('Are you sure you want to claim this property ?');">I'm The Owner</a>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )
include - APP/View/Properties/view.ctp, line 786 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 786]/landloards/claim" onclick="return confirm('Are you sure you want to claim this property ?');">I'm The OwnerCode Context<?php } } else { ?>
<p>Claim this home to track its value and nearby sales activity</p>
<a class="btn btn-block btn-thm" href="<?php print $this->Html->url(array('controller'=>'landloards','action'=>'claim',base64_encode($info['Property']['landloard_id']))); ?>" onclick="return confirm('Are you sure you want to claim this property ?');">I'm The Owner</a>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 786 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Fill out this form to be contacted by
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 788]Code Context<a class="btn btn-block btn-thm" href="<?php print $this->Html->url(array('controller'=>'landloards','action'=>'claim',base64_encode($info['Property']['landloard_id']))); ?>" onclick="return confirm('Are you sure you want to claim this property ?');">I'm The Owner</a>
<?php } ?><br/>
<p>Fill out this form to be contacted by <?php echo $info['Landloard']['first_name']; ?></p>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 788 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 788]Code Context<a class="btn btn-block btn-thm" href="<?php print $this->Html->url(array('controller'=>'landloards','action'=>'claim',base64_encode($info['Property']['landloard_id']))); ?>" onclick="return confirm('Are you sure you want to claim this property ?');">I'm The Owner</a>
<?php } ?><br/>
<p>Fill out this form to be contacted by <?php echo $info['Landloard']['first_name']; ?></p>
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 788 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 795]Code Contextecho $this->Form->input('landloard_id', array(
'required'=>true,
'value'=>$info['Landloard']['id'],
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 795 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 795]Code Contextecho $this->Form->input('landloard_id', array(
'required'=>true,
'value'=>$info['Landloard']['id'],
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 795 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 803]Code Contextecho $this->Form->input('property_id', array(
'required'=>true,
'value'=>$info['Property']['id'],
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 803 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 803]Code Contextecho $this->Form->input('property_id', array(
'required'=>true,
'value'=>$info['Property']['id'],
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 803 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 811]Code Contextecho $this->Form->input('property_name', array(
'required'=>true,
'value'=>$info['Property']['title'],
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 811 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 811]Code Contextecho $this->Form->input('property_name', array(
'required'=>true,
'value'=>$info['Property']['title'],
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 811 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 819]Code Contextecho $this->Form->input('landloard_email', array(
'required'=>true,
'value'=>$info['Landloard']['primary_email'],
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 819 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 819]Code Contextecho $this->Form->input('landloard_email', array(
'required'=>true,
'value'=>$info['Landloard']['primary_email'],
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 819 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 827]Code Contextecho $this->Form->input('landloard_name', array(
'required'=>true,
'value'=>$info['Landloard']['first_name'],
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 827 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 827]Code Contextecho $this->Form->input('landloard_name', array(
'required'=>true,
'value'=>$info['Landloard']['first_name'],
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 827 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 1017]Code Contextecho $this->Form->input('landloard_id', array(
'required'=>true,
'value'=>$info['Landloard']['id'],
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 1017 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 1017]Code Contextecho $this->Form->input('landloard_id', array(
'required'=>true,
'value'=>$info['Landloard']['id'],
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 1017 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 1025]Code Contextecho $this->Form->input('property_id', array(
'required'=>true,
'value'=>$info['Property']['id'],
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 1025 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 1025]Code Contextecho $this->Form->input('property_id', array(
'required'=>true,
'value'=>$info['Property']['id'],
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 1025 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 1033]Code Contextecho $this->Form->input('property_name', array(
'required'=>true,
'value'=>$info['Property']['title'],
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 1033 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 1033]Code Contextecho $this->Form->input('property_name', array(
'required'=>true,
'value'=>$info['Property']['title'],
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 1033 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 1041]Code Contextecho $this->Form->input('landloard_email', array(
'required'=>true,
'value'=>$info['Landloard']['primary_email'],
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 1041 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 1041]Code Contextecho $this->Form->input('landloard_email', array(
'required'=>true,
'value'=>$info['Landloard']['primary_email'],
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 1041 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 1049]Code Contextecho $this->Form->input('landloard_fname', array(
'required'=>true,
'value'=>$info['Landloard']['first_name'],
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 1049 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Notice (8): Trying to access array offset on value of type null [APP/View/Properties/view.ctp, line 1049]Code Contextecho $this->Form->input('landloard_fname', array(
'required'=>true,
'value'=>$info['Landloard']['first_name'],
$viewFile = '/home4/pumovers/public_html/grandisthive.com/app/View/Properties/view.ctp' $dataForView = array( 'properties_reviews' => array(), 'similar_properties' => array(), 'featured_properties' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'Landloard' => array( [maximum depth reached] ) ) ), 'categories' => array( (int) 0 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'Property' => array( [maximum depth reached] ), 'PropertiesType' => array( [maximum depth reached] ) ) ), 'countpropertiesNearBy' => (int) 0, 'countpropertiesFloor' => (int) 0, 'countPropertiesBanner' => (int) 0, 'countpropertiesDocument' => (int) 0, 'countPropertiesFeature' => (int) 0, 'info' => null, 'travel_categories' => array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ), 'properties_types' => array( (int) 0 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 1 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 2 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 3 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 4 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 5 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 6 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 7 => array( 'PropertiesType' => array( [maximum depth reached] ) ), (int) 8 => array( 'PropertiesType' => array( [maximum depth reached] ) ) ), 'rand' => (int) 2532, 'UserType' => null, 'landloardID' => null, 'affiliatedUserID' => null, 'notification' => array(), 'pages' => array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ), 'siteSetting' => array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) ) ) $properties_reviews = array() $similar_properties = array() $featured_properties = array( (int) 0 => array( 'Property' => array( 'id' => '3', 'property_id' => 'GH3', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment ^', 'description' => '<p>In case you’ve been sleeping for the past twenty years, emoji usage has been going ????????????. By mid-2015, <strong>half of all comments </strong>on Instagram included an emoji. Hollywood released a full feature-length film titled <a href=\"https://en.wikipedia.org/wiki/The_Emoji_Movie\" rel=\"noopener noreferrer ugc\" target=\"_blank\">The Emoji Movie</a>. Even <a href=\"https://twitter.com/sundarpichai/status/924487551372615680?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fwww.newswhip.com%2F2017%2F12%2Femoji-on-social%2F&tfw_creator=gabrieleboland&tfw_site=NewsWhip\" rel=\"noopener noreferrer ugc\" target=\"_blank\">Google’s CEO Sundar Pichai is posting about urgent fixes to the hamburger emoji</a>.</p> <p>For some, emoji have caused frustration for users (how the heck are you supposed to use the ???? emoji?). Yet for many others, emoji has opened up a fascinating new medium of communication. There are even emoji charade-esque “games” where <a href=\"https://mashable.com/2012/01/14/iphone-emojis/\" rel=\"noopener noreferrer ugc\" target=\"_blank\">users can guess a movie title based on a series of emoji</a>. (try these: ???????? or ????????????⚡). But what happens when you push emoji a step further?</p>', 'address' => '12300 Bermuda Road, Henderson, NV, USA', 'zip' => '33202', 'city' => 'NV', 'state' => 'New Jersey', 'latitude' => '35.9649204', 'longitude' => '-115.1519353', 'image' => '211229210805.jpg', 'video' => '', 'bedrooms' => '2', 'bathrooms' => '2', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '1996', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-19 05:02:12', 'created' => '2021-12-29 21:08:05' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ), (int) 1 => array( 'Property' => array( 'id' => '2', 'property_id' => 'GH2', 'landloard_id' => '2', 'property_type' => '6', 'category' => '1', 'title' => 'Clean & Comfy room *mins away *Free Parking', 'description' => '<div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\">⭐️ Welcome to the most comfy room in the Tampa Bay Area!<br /> Take in all of Tampa, FL as you’ll be only minutes away from everything!<br /> <br /> • Designed with your needs in mind, we created a space as your home away from home .<br /> • Awake refreshed, head out and wander through the extremely safe neighborhood and pick up local ingredients to later craft a meal.<br /> <br /> What you’ll love ❤️:<br /> - An incredible room, with gorgeous views.<br /> - With comfy Mattress enjoy a long peaceful sleep<br /> <br /> Note: Our cleaners are one-call away</div> </div> <div class=\"_178zopn\" style=\"box-sizing: border-box; color: rgb(34, 34, 34); font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 16px !important; line-height: 24px !important; word-break: break-word !important; margin-bottom: 24px !important;\"> <div style=\"box-sizing: border-box;\"> <div class=\"_pgfqnw\" style=\"box-sizing: border-box; font-weight: 600 !important;\"> <h3 style=\"margin-left:0px !important; margin-right:0px !important\">The space</h3> </div> You don't have to give up comfort when traveling.<br /> <br /> Our 3 Bedrooms/2 Bathroom House 〰<br /> 1 Master Bed and 2 Queen Beds is located in a very private area with a dead-end street with 2 other houses next to us.<br /> <br /> * Have a glass of wine while enjoying your favorite show on our 65’ Led TV after exploring local culture.<br /> <br /> * All linens are high-quality cotton for your cleanliness and comfort.<br /> <br /> * The pillows are pure goose down for maximum relaxation.<br /> <br /> Forget something?<br /> <br /> *Our bathrooms are stocked with all the essential toiletries for your convenience.<br /> <br /> 〰 Kitchen: While Florida offers some of the best restaurants in the world, nothing beats a fun meal at home with the ones you love.<br /> <br /> 〰 The kitchen is fully equipped and stocked with cooking basics such as salt, pepper and oil.<br /> Cook dinner for two in a cozy, classic kitchen and dine at a modern table!</div> </div>', 'address' => '4235 East Curtis Street, Tampa, FL, USA', 'zip' => '33610', 'city' => 'Tampa', 'state' => 'Florida', 'latitude' => '27.9879158', 'longitude' => '-82.4094794', 'image' => '220104071054.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '1', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '1', 'shared_room' => '1', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '450', 'year_built' => '1995', 'price_type' => '0', 'price' => '45.00', 'isFeatured' => '1', 'isCreater' => '0', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => '3', 'max_trip_length' => '30', 'restricted_check_in' => 'monday,wednesday,friday,sunday', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-01-24 21:47:27', 'created' => '2021-12-22 21:39:10' ), 'Landloard' => array( 'password' => '*****', 'id' => '2', 'first_name' => 'Petersonn', 'last_name' => 'Suffrena', 'profile_image' => '211227173709.jpg', 'primary_phone' => '+18135887188', 'secondary_phone' => '8136664161', 'primary_email' => 'petesmovers@gmail.com', 'secondary_email' => 'petesmovers@gmail.com', 'description' => 'I'm Petersonn Suffrena a host in Grandist Hive platform offer a lot to choose from. We maintain well furnished houses in the heart of Tampa, FL and they are minutes away from everything. Free parking on site, free WI-FI and very quite neighborhood and awesome atmosphere. We have many amenities close by like: Bush Garden, The Casino, The Bulls (USF), The Mosi, The TIA (Tampa Airport) and many more... ', 'address' => '4235 E Curtis St', 'city' => 'Tampa', 'zip' => '33610', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '97.106.255.46', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '0', 'modified' => '2022-02-17 11:26:02', 'created' => '2021-12-22 21:31:06' ) ), (int) 2 => array( 'Property' => array( 'id' => '1', 'property_id' => 'GH1', 'landloard_id' => '1', 'property_type' => '1', 'category' => '1', 'title' => 'Luxury Family Apartment', 'description' => '<p>&lt;p&gt;&amp;amp;lt;p&amp;amp;gt;That&amp;amp;amp;#39;s what face with tears of joy ? and rolling on the floor laughing ? are meant to represent. ... The rolling on the floor laughing emoji is a more intensive version, used as a reaction to something extremely hilarious.&amp;amp;lt;/p&amp;amp;gt;&lt;/p&gt;</p> ', 'address' => '1250 Waters Place,', 'zip' => '10006', 'city' => 'Bronx', 'state' => 'New York', 'latitude' => '40.709329', 'longitude' => '-74.0131196', 'image' => '211222210606.jpg', 'video' => '', 'bedrooms' => '1', 'bathrooms' => '1', 'garage' => '0', 'kitchen' => '1', 'drawing_room' => '1', 'balcony' => '0', 'shared_room' => '0', 'shared_bathroom' => '0', 'shared_kitchen' => '0', 'shared_drawing_room' => '0', 'subLeasing' => '0', 'shortTermRental' => '0', 'tot_property_size' => '1250', 'year_built' => '2015', 'price_type' => '0', 'price' => '1000.00', 'isFeatured' => '1', 'isCreater' => '1', 'isActive' => '1', 'snooze_start_date' => null, 'snooze_end_date' => null, 'min_trip_length' => null, 'max_trip_length' => null, 'restricted_check_in' => null, 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'viewCount' => '0', 'modified' => '2022-02-17 04:21:34', 'created' => '2021-12-22 21:06:06' ), 'Landloard' => array( 'password' => '*****', 'id' => '1', 'first_name' => 'John', 'last_name' => 'Ray', 'profile_image' => '211222205023.jpg', 'primary_phone' => '+9136541201', 'secondary_phone' => '', 'primary_email' => 'john@mailinator.com', 'secondary_email' => 'john@mailinator.com', 'description' => '<p>In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.</p> ', 'address' => '18B, Sea street', 'city' => 'Tampa', 'zip' => '33605', 'state' => 'Florida', 'facebook_socialmedia' => '', 'twitter_socialmedia' => '', 'instagram_socialmedia' => '', 'ip' => '116.206.203.23', 'isVerfied' => '1', 'isPhoneVerfied' => '0', 'isStatus' => '1', 'user_type' => '0', 'isCurrentMembership' => '1', 'acceptPayment' => '0', 'membership_plan_end_date' => '2022-12-22', 'affiliated_id' => '0', 'iscCreaterType' => '1', 'modified' => '2023-03-30 12:19:59', 'created' => '2021-12-22 20:40:35' ) ) ) $categories = array( (int) 0 => array( 'Property' => array( 'property_type' => '1' ), 'PropertiesType' => array( 'name' => 'Apartment', 'slug' => 'apartment' ) ), (int) 1 => array( 'Property' => array( 'property_type' => '3' ), 'PropertiesType' => array( 'name' => 'Condo', 'slug' => 'condo' ) ), (int) 2 => array( 'Property' => array( 'property_type' => '4' ), 'PropertiesType' => array( 'name' => 'House', 'slug' => 'house' ) ), (int) 3 => array( 'Property' => array( 'property_type' => '6' ), 'PropertiesType' => array( 'name' => 'Single Room', 'slug' => 'single-room' ) ), (int) 4 => array( 'Property' => array( 'property_type' => '9' ), 'PropertiesType' => array( 'name' => 'Townhouse', 'slug' => 'townhouse' ) ) ) $countpropertiesNearBy = (int) 0 $countpropertiesFloor = (int) 0 $countPropertiesBanner = (int) 0 $countpropertiesDocument = (int) 0 $countPropertiesFeature = (int) 0 $info = null $travel_categories = array( (int) 1 => 'Business', (int) 2 => 'Travel', (int) 3 => 'Medical', (int) 4 => 'Study', (int) 5 => 'Getaway ', (int) 6 => 'Vacation', (int) 7 => 'Work Related' ) $properties_types = array( (int) 0 => array( 'PropertiesType' => array( 'id' => '1', 'name' => 'Apartment', 'slug' => 'apartment', 'meta_title' => 'Apartment for Rent – Furnished and Luxury Rental Apartments', 'meta_description' => 'Find furnished and luxury apartment for rent in your city at Grandisthive.com. Directly contact with home owners and make deals.', 'meta_keyword' => 'Apartment for Rent', 'isActive' => '1', 'modified' => '2022-03-12 08:25:16', 'created' => '2021-12-04 04:00:00' ) ), (int) 1 => array( 'PropertiesType' => array( 'id' => '2', 'name' => 'Bungalow', 'slug' => 'bungalow', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:05', 'created' => '2021-12-04 05:00:00' ) ), (int) 2 => array( 'PropertiesType' => array( 'id' => '3', 'name' => 'Condo', 'slug' => 'condo', 'meta_title' => 'Condos for Rent – 300+ Rentals | Grandist Hive', 'meta_description' => 'Discover rental condos in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive. ', 'meta_keyword' => 'Condos for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:23:19', 'created' => '2021-12-04 04:09:00' ) ), (int) 3 => array( 'PropertiesType' => array( 'id' => '4', 'name' => 'House', 'slug' => 'house', 'meta_title' => 'Houses for Rent in USA Wide - 390 Homes | Grandist Hive', 'meta_description' => 'Find houses for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact home owners at Grandist Hive.', 'meta_keyword' => 'Houses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:16:54', 'created' => '2021-12-04 03:06:00' ) ), (int) 4 => array( 'PropertiesType' => array( 'id' => '5', 'name' => 'Land', 'slug' => 'land', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:51', 'created' => '2021-12-04 04:00:00' ) ), (int) 5 => array( 'PropertiesType' => array( 'id' => '6', 'name' => 'Single Room', 'slug' => 'single-room', 'meta_title' => 'Roomates and Rooms for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find roomates and rooms for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'single room', 'isActive' => '1', 'modified' => '2022-03-04 04:29:29', 'created' => '2021-12-04 06:00:22' ) ), (int) 6 => array( 'PropertiesType' => array( 'id' => '7', 'name' => 'Double Room', 'slug' => 'double-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:32:30', 'created' => '2021-12-04 06:00:00' ) ), (int) 7 => array( 'PropertiesType' => array( 'id' => '8', 'name' => 'Shared Room', 'slug' => 'shared-room', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'isActive' => '1', 'modified' => '2022-03-06 04:33:08', 'created' => '2021-12-04 07:00:17' ) ), (int) 8 => array( 'PropertiesType' => array( 'id' => '9', 'name' => 'Townhouse', 'slug' => 'townhouse', 'meta_title' => 'Townhouses for Rent in USA Wide | Grandist Hive', 'meta_description' => 'Find townhomes for rent in your area USA wide. Browse the highest quality listings, check out pet and parking policies, contact real landlords at Grandist Hive.', 'meta_keyword' => 'Townhouses for Rent', 'isActive' => '1', 'modified' => '2022-03-04 05:14:14', 'created' => '2022-01-27 22:32:38' ) ) ) $rand = (int) 2532 $UserType = null $landloardID = null $affiliatedUserID = null $notification = array() $pages = array( 'Page' => array( 'page_title' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keyword' => '', 'google_analytics' => '' ) ) $siteSetting = array( 'SiteSetting' => array( 'id' => '1', 'notification' => 'Welcome to Grandist Hive LLC! How can we help today? ', 'notification_start_date' => '2022-01-07', 'notification_end_date' => '2022-01-27', 'facebook_url' => 'https://www.facebook.com/GrandistHive', 'youtube_url' => 'https://www.youtube.com/user/alezmovers?feature=mhee', 'twitter_url' => '', 'instagram_url' => '', 'site_address' => 'Grandist Hive LLC<br/>8520 Government Drive, Ste 1<br/>New Port Richey, FL 34654', 'site_phone' => '(727) 855-4544', 'site_fax' => '(727) 855-4548', 'site_email' => 'info@grandisthive.com', 'site_licence' => '.', 'admin_email' => 'info@grandisthive.com', 'footer_text' => 'Grandist Hive LLC | @2021-2022 All Rights are Reserved', 'about_site' => 'Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.', 'google_code' => '', 'stripe_private_key' => '', 'stripe_public_key' => '', 'paypal_username' => '', 'paypal_password' => '', 'paypal_signature' => '', 'register_now_text_big' => 'List Your Property OR Book Your Request Here', 'register_now_text_small' => 'We only work with the best companies around the globe', 'smtp_hostname' => 'smtp.sendgrid.net', 'smtp_port' => '25', 'smtp_username' => 'apikey', 'smtp_password' => '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', 'map_radius' => '10', 'map_default_lat' => '27.9506', 'map_default_lng' => '-82.4572', 'sms_username' => '', 'sms_password' => '', 'sms_api_url' => '' ) )include - APP/View/Properties/view.ctp, line 1049 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 119
Grandist Hive is creating the first modernized platform, bringing together the best expertise in the business with cutting-edge technology to make the search and renting process convenient and smooth.
Grandist Hive LLC | @2021-2022 All Rights are Reserved