| DEBUG |
Backtrace |
|
get_requested_path()
File: /var/www/vhosts/ohiorealtors.org/httpdocs/src/index.php - Line: 21
|
Step 1 Function: get_requested_path() -- Line: 713 File: /var/www/vhosts/ohiorealtors.org/httpdocs/src/lib/functions.php Step 2 Function: process_paths() -- Line: 645 File: /var/www/vhosts/ohiorealtors.org/httpdocs/src/lib/functions.php Step 3 -- Line: 21 File: /var/www/vhosts/ohiorealtors.org/httpdocs/src/index.php |
| DEBUG |
Backtrace |
|
load_path_data()
File: /var/www/vhosts/ohiorealtors.org/httpdocs/src/index.php - Line: 21
|
Step 1 Function: load_path_data() -- Line: 749 File: /var/www/vhosts/ohiorealtors.org/httpdocs/src/lib/functions.php Step 2 Function: process_paths() -- Line: 647 File: /var/www/vhosts/ohiorealtors.org/httpdocs/src/lib/functions.php Step 3 -- Line: 21 File: /var/www/vhosts/ohiorealtors.org/httpdocs/src/index.php |
| DEBUG |
Backtrace |
Show More |
MySQLi (1 rows, 0.0046 sec):
File: /var/www/vhosts/ohiorealtors.org/httpdocs/src/lib/functions.php - Line: 791
|
1: MySQLi Query: '
select
p.id as path_id
,p.template_id
,p.meeting_id
,p.type_id
,p.type
,p.alias
,p.folder
,p.use_templates
,p.use_navigation
,t.alias as template
,s.content as emergency_banner
from paths as p
left join dcb_templates as t
on t.id = p.template_id
and t.active = 1
and t.deleted = 0
left join (
select
content
from settings
where
active = 1
and deleted = 0
) as s
on 1=1
where
p.path = \'/blog/1418/coaching-corner-happy-new-year/\'
and p.active = 1
and p.deleted = 0
limit
1
' |
Step 1 Function: db_mysqli_query() -- Line: 106 File: /var/www/vhosts/ohiorealtors.org/httpdocs/src/lib/databases/mysqli_debug.php Step 2 Function: db_query() -- Line: 76 File: /var/www/vhosts/ohiorealtors.org/httpdocs/src/lib/databases/all_in_one.php Step 3 Function: load_path_data() -- Line: 791 File: /var/www/vhosts/ohiorealtors.org/httpdocs/src/lib/functions.php Step 4 Function: process_paths() -- Line: 647 File: /var/www/vhosts/ohiorealtors.org/httpdocs/src/lib/functions.php Step 5 -- Line: 21 File: /var/www/vhosts/ohiorealtors.org/httpdocs/src/index.php |
| DEBUG |
Backtrace |
Show More |
MySQLi (0, 0.0036 sec):
File: /var/www/vhosts/ohiorealtors.org/httpdocs/src/lib/functions.php - Line: 634
|
1: MySQLi Query: '
insert
into
activity_logs
(
created
,type_id
,type
,path
,querystring
,userdata
,ip_address
,session_id
)
values
(
\'1767978468\'
,\'1418\'
,\'blogs\'
,\'/blog/1418/coaching-corner-happy-new-year/\'
,\'\'
,\'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; )\'
,\'216.73.216.88\'
,\'6t7ejj74k77u4f1ltf0k15ak3s\'
)
' |
Step 1 Function: db_mysqli_query() -- Line: 106 File: /var/www/vhosts/ohiorealtors.org/httpdocs/src/lib/databases/mysqli_debug.php Step 2 Function: db_query() -- Line: 76 File: /var/www/vhosts/ohiorealtors.org/httpdocs/src/lib/databases/all_in_one.php Step 3 Function: add_activity_log() -- Line: 634 File: /var/www/vhosts/ohiorealtors.org/httpdocs/src/lib/functions.php Step 4 Function: process_paths() -- Line: 677 File: /var/www/vhosts/ohiorealtors.org/httpdocs/src/lib/functions.php Step 5 -- Line: 21 File: /var/www/vhosts/ohiorealtors.org/httpdocs/src/index.php |
| DEBUG |
Backtrace |
Show More |
MySQLi (1 rows, 0.0014 sec): Getting Blogs
File: /var/www/vhosts/ohiorealtors.org/httpdocs/src/api/functions/blogs_get.php - Line: 214
|
1: MySQLi Query: '
select
b.id as blog_id
,b.title
,b.alias
,b.pagecontent as content
,b.published
,b.active
,b.private
,b.meta_title
,b.meta_description
,b.meta_keywords
,b.saml_type_ids
,b.saml_category_ids
,cat.id as category_id
,cat.type as category_type
,cat.title as category_title
,cat.alias as category_alias
,group_concat(distinct concat(uploads.filename, \'#\', uploads.ext, \'#\', uploads.name, \'#\', uploads.upload_id, \'#\', uploads.id, \'#\', uploads.sort_order, \'#\', uploads.created, \'#\', config.media_type, \'#\', users.firstname, \'#\', users.lastname, \'#\', uploads.type_id, \'#\', uploads.upload_type, \'#\', type.alias) separator \'{{#}}\') as uploads
from oar_dev.blogs as b
left join oar_dev.blogs_categories_map as cat_map on
cat_map.blog_id = b.id
and cat_map.active = 1
and cat_map.deleted = 0
left join oar_dev.blogs_categories as cat on
cat.id = cat_map.category_id
and cat.active = 1
and cat.deleted = 0
left join oar_dev.uploads_map as uploads on
uploads.upload_type in(2,20)
and uploads.type_id = b.id
and uploads.active = 1
and uploads.deleted = 0
left join oar_dev.uploads_config as config on
config.id = uploads.config_id
and config.active = 1
and config.deleted = 0
left join oar_dev.uploads_types as type on
type.id = uploads.upload_type
and type.active = 1
and type.deleted = 0
left join oar_dev.users as users on
users.id = uploads.created_id
and users.active = 1
and users.deleted = 0
where
b.active = 1
and b.deleted = 0
and b.alias = \'coaching-corner-happy-new-year\' and b.published <= 1767978468 and b.id = 1418
group by
b.id
,uploads.id
order by
b.published desc
' |
Step 1 Function: db_mysqli_query() -- Line: 106 File: /var/www/vhosts/ohiorealtors.org/httpdocs/src/lib/databases/mysqli_debug.php Step 2 Function: db_query() -- Line: 76 File: /var/www/vhosts/ohiorealtors.org/httpdocs/src/lib/databases/all_in_one.php Step 3 Function: blogs_get() -- Line: 214 File: /var/www/vhosts/ohiorealtors.org/httpdocs/src/api/functions/blogs_get.php Step 4 Function: require_once() -- Line: 52 File: /var/www/vhosts/ohiorealtors.org/httpdocs/src/modules/public/blogs/index.php Step 5 -- Line: 21 File: /var/www/vhosts/ohiorealtors.org/httpdocs/src/index.php |
| DEBUG |
Backtrace |
Show More |
MySQLi (1 rows, 0.0007 sec): Getting Authors Info
File: /var/www/vhosts/ohiorealtors.org/httpdocs/src/modules/public/blogs/index.php - Line: 232
|
1: MySQLi Query: '
select
users.id as user_id
,users.firstname
,users.lastname
,users.email
,users.author_bio
,users.author_role
,group_concat(distinct concat(uploads.filename, \'#\', uploads.ext, \'#\', uploads.name, \'#\', uploads.upload_id, \'#\', uploads.id, \'#\', uploads.sort_order, \'#\', uploads.created, \'#\', config.media_type, \'#\', users.firstname, \'#\', users.lastname, \'#\', uploads.type_id, \'#\', uploads.upload_type, \'#\', type.alias) separator \'{{#}}\') as uploads
from
oar_dev.users as users
join
oar_dev.blogs_authors_map as authors_map
on users.id = authors_map.user_id
and authors_map.active
and not authors_map.deleted
left join oar_dev.uploads_map as uploads on
uploads.upload_type in(3)
and uploads.type_id = authors_map.user_id
and uploads.active = 1
and uploads.deleted = 0
left join oar_dev.uploads_config as config on
config.id = uploads.config_id
and config.active = 1
and config.deleted = 0
left join oar_dev.uploads_types as type on
type.id = uploads.upload_type
and type.active = 1
and type.deleted = 0
where
users.active
and not users.deleted
and users.is_author
and authors_map.blog_id = 1418
' |
Step 1 Function: db_mysqli_query() -- Line: 106 File: /var/www/vhosts/ohiorealtors.org/httpdocs/src/lib/databases/mysqli_debug.php Step 2 Function: db_query() -- Line: 76 File: /var/www/vhosts/ohiorealtors.org/httpdocs/src/lib/databases/all_in_one.php Step 3 Function: get_authors() -- Line: 232 File: /var/www/vhosts/ohiorealtors.org/httpdocs/src/modules/public/blogs/index.php Step 4 Function: require_once() -- Line: 58 File: /var/www/vhosts/ohiorealtors.org/httpdocs/src/modules/public/blogs/index.php Step 5 -- Line: 21 File: /var/www/vhosts/ohiorealtors.org/httpdocs/src/index.php |
| DEBUG |
Backtrace |
Show More |
MySQLi (2163 rows, 0.0005 sec): get_categories()
File: /var/www/vhosts/ohiorealtors.org/httpdocs/src/modules/public/blogs/index.php - Line: 384
|
1: MySQLi Query: '
select
cat.id as category_id
,cat.type as category_type
,cat.title as category_title
,cat.alias as category_alias
from oar_dev.blogs_categories as cat
join oar_dev.blogs_categories_map as cat_map on
cat_map.category_id = cat.id
and cat_map.active = 1
and cat_map.deleted = 0
where
cat.type = \'category\'
and cat.active = 1
and cat.deleted = 0
order by
cat.title asc
' |
Step 1 Function: db_mysqli_query() -- Line: 106 File: /var/www/vhosts/ohiorealtors.org/httpdocs/src/lib/databases/mysqli_debug.php Step 2 Function: db_query() -- Line: 76 File: /var/www/vhosts/ohiorealtors.org/httpdocs/src/lib/databases/all_in_one.php Step 3 Function: get_categories() -- Line: 384 File: /var/www/vhosts/ohiorealtors.org/httpdocs/src/modules/public/blogs/index.php Step 4 Function: show_categories() -- Line: 412 File: /var/www/vhosts/ohiorealtors.org/httpdocs/src/modules/public/blogs/index.php Step 5 Function: output() -- Line: 741 File: /var/www/vhosts/ohiorealtors.org/httpdocs/src/modules/public/blogs/index.php Step 6 Function: require_once() -- Line: 763 File: /var/www/vhosts/ohiorealtors.org/httpdocs/src/modules/public/blogs/index.php Step 7 -- Line: 21 File: /var/www/vhosts/ohiorealtors.org/httpdocs/src/index.php |
| DEBUG |
Backtrace |
Show More |
MySQLi (2 rows, 0.0001 sec): Getting Navigation
File: /var/www/vhosts/ohiorealtors.org/httpdocs/src/lib/functions.php - Line: 532
|
1: MySQLi Query: '
select
map.navigation_id as navigation_id
,map.id as map_id
,map.content_id
,map.index_id
,map.parent_index_id
,map.type
,map.title
,map.url
,p.id as page_id
,p.alias
,p.advertisement
,p.saml_type_ids
,p.saml_category_ids
,p.convention
,p.is_homepage
,(case when map.details = \'\' then p.meta_description else map.details end) as meta_description
from oar_dev.navigation_map as map
left join oar_dev.dcb_pages as p
on p.id = map.content_id
and p.active = 1
and p.deleted = 0
and map.type = \'pages\'
where
map.active = 1
and map.deleted = 0
and map.navigation_id in (2)
order by
map.sort_order
' |
Step 1 Function: db_mysqli_query() -- Line: 106 File: /var/www/vhosts/ohiorealtors.org/httpdocs/src/lib/databases/mysqli_debug.php Step 2 Function: db_query() -- Line: 76 File: /var/www/vhosts/ohiorealtors.org/httpdocs/src/lib/databases/all_in_one.php Step 3 Function: process_navigation() -- Line: 532 File: /var/www/vhosts/ohiorealtors.org/httpdocs/src/lib/functions.php Step 4 Function: show_secondary_navigation() -- Line: 24 File: /var/www/vhosts/ohiorealtors.org/httpdocs/src/lib/template_functions.php Step 5 Function: show_navigation() -- Line: 11 File: /var/www/vhosts/ohiorealtors.org/httpdocs/src/lib/template_functions.php Step 6 Function: template() -- Line: 146 File: /var/www/vhosts/ohiorealtors.org/httpdocs/src/template/standard.php Step 7 Function: require_once() -- Line: 193 File: /var/www/vhosts/ohiorealtors.org/httpdocs/src/template/standard.php Step 8 -- Line: 29 File: /var/www/vhosts/ohiorealtors.org/httpdocs/src/index.php |
| DEBUG |
Backtrace |
Show More |
MySQLi (152 rows, 0.0001 sec): Getting Navigation
File: /var/www/vhosts/ohiorealtors.org/httpdocs/src/lib/functions.php - Line: 532
|
1: MySQLi Query: '
select
map.navigation_id as navigation_id
,map.id as map_id
,map.content_id
,map.index_id
,map.parent_index_id
,map.type
,map.title
,map.url
,p.id as page_id
,p.alias
,p.advertisement
,p.saml_type_ids
,p.saml_category_ids
,p.convention
,p.is_homepage
,(case when map.details = \'\' then p.meta_description else map.details end) as meta_description
from oar_dev.navigation_map as map
left join oar_dev.dcb_pages as p
on p.id = map.content_id
and p.active = 1
and p.deleted = 0
and map.type = \'pages\'
where
map.active = 1
and map.deleted = 0
and map.navigation_id in (1)
order by
map.sort_order
' |
Step 1 Function: db_mysqli_query() -- Line: 106 File: /var/www/vhosts/ohiorealtors.org/httpdocs/src/lib/databases/mysqli_debug.php Step 2 Function: db_query() -- Line: 76 File: /var/www/vhosts/ohiorealtors.org/httpdocs/src/lib/databases/all_in_one.php Step 3 Function: process_navigation() -- Line: 532 File: /var/www/vhosts/ohiorealtors.org/httpdocs/src/lib/functions.php Step 4 Function: show_primary_navigation() -- Line: 64 File: /var/www/vhosts/ohiorealtors.org/httpdocs/src/lib/template_functions.php Step 5 Function: show_navigation() -- Line: 13 File: /var/www/vhosts/ohiorealtors.org/httpdocs/src/lib/template_functions.php Step 6 Function: template() -- Line: 146 File: /var/www/vhosts/ohiorealtors.org/httpdocs/src/template/standard.php Step 7 Function: require_once() -- Line: 193 File: /var/www/vhosts/ohiorealtors.org/httpdocs/src/template/standard.php Step 8 -- Line: 29 File: /var/www/vhosts/ohiorealtors.org/httpdocs/src/index.php |
| DEBUG |
Backtrace |
Show More |
Sessions
File: /var/www/vhosts/ohiorealtors.org/httpdocs/src/lib/error_handler.php - Line: 314
|
1: logged_in: 2: template_id: 1 3: navigation: Array
(
[1] => Array
(
[navigation_id] => 1
[items] => Array
(
[1223] => Array
(
[navigation_id] => 1
[map_id] => 243772
[content_id] => 2005
[index_id] => 1223
[parent_index_id] => 0
[type] => pages
[title] => Advocate
[url] =>
[page_id] => 2005
[alias] => /public-policy
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Your one-stop shop for RPAC, Public Policy, Advocacy, My REALTOR® Party and Global Business Alliance.
)
[1724] => Array
(
[navigation_id] => 1
[map_id] => 243773
[content_id] => 2909
[index_id] => 1724
[parent_index_id] => 1223
[type] => pages
[title] => Advocacy In Action
[url] =>
[page_id] => 2909
[alias] => /advocacy-in-action
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] =>
)
[1726] => Array
(
[navigation_id] => 1
[map_id] => 243774
[content_id] => 2791
[index_id] => 1726
[parent_index_id] => 1223
[type] => pages
[title] => Economic Development
[url] =>
[page_id] => 2791
[alias] => /economic-development
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] =>
)
[1727] => Array
(
[navigation_id] => 1
[map_id] => 243775
[content_id] => 2911
[index_id] => 1727
[parent_index_id] => 1223
[type] => pages
[title] => Latest Political News
[url] =>
[page_id] => 2911
[alias] => /latest-political-news
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] =>
)
[1725] => Array
(
[navigation_id] => 1
[map_id] => 243776
[content_id] => 2910
[index_id] => 1725
[parent_index_id] => 1223
[type] => pages
[title] => Legislative Priorities & Resources
[url] =>
[page_id] => 2910
[alias] => /legislative-priorities-resources
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] =>
)
[1728] => Array
(
[navigation_id] => 1
[map_id] => 243777
[content_id] => 2912
[index_id] => 1728
[parent_index_id] => 1223
[type] => pages
[title] => RPAC & REALTOR® Party
[url] =>
[page_id] => 2912
[alias] => /rpac-realtor-party
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] =>
)
[1729] => Array
(
[navigation_id] => 1
[map_id] => 243778
[content_id] => 2897
[index_id] => 1729
[parent_index_id] => 1223
[type] => pages
[title] => Political Coordinators
[url] =>
[page_id] => 2897
[alias] => /political-coordinators
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] =>
)
[11] => Array
(
[navigation_id] => 1
[map_id] => 243779
[content_id] => 2004
[index_id] => 11
[parent_index_id] => 0
[type] => pages
[title] => Legal
[url] =>
[page_id] => 2004
[alias] => /legal
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => A complete legal library for REALTORS® and Brokers, the Legal Assistance Hotline and legal programs and forums.
)
[1710] => Array
(
[navigation_id] => 1
[map_id] => 243780
[content_id] => 2813
[index_id] => 1710
[parent_index_id] => 11
[type] => pages
[title] => NAR Settlement Updates
[url] =>
[page_id] => 2813
[alias] => /nar-settlement-updates
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] =>
)
[118] => Array
(
[navigation_id] => 1
[map_id] => 243781
[content_id] => 2115
[index_id] => 118
[parent_index_id] => 11
[type] => pages
[title] => Legal Hotline
[url] =>
[page_id] => 2115
[alias] => /legal-assistance-hotline
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => How to access the Legal Assistance Hotline.
)
[171] => Array
(
[navigation_id] => 1
[map_id] => 243782
[content_id] => 2194
[index_id] => 171
[parent_index_id] => 11
[type] => pages
[title] => Legal Library
[url] =>
[page_id] => 2194
[alias] => /legal-library
[advertisement] => 0
[saml_type_ids] => 5,6,7,9,10,23,22,16,4
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Legal Library topics will help answer questions REALTORS® face in all aspects of real estate transactions.
)
[1413] => Array
(
[navigation_id] => 1
[map_id] => 243783
[content_id] => 2415
[index_id] => 1413
[parent_index_id] => 171
[type] => pages
[title] => Legal Forms
[url] =>
[page_id] => 2415
[alias] => /legal-forms
[advertisement] => 0
[saml_type_ids] => 4,6,7,9,10,16,22,23,24
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => All legal forms in one easy location of the Ohio REALTOR® site.
)
[147] => Array
(
[navigation_id] => 1
[map_id] => 243784
[content_id] => 2161
[index_id] => 147
[parent_index_id] => 171
[type] => pages
[title] => White Papers
[url] =>
[page_id] => 2161
[alias] => /white-papers
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Whitepapers are a detailed, or authoritative report, that helps solve a problem. They are used to educate readers and aid in decision making.
)
[148] => Array
(
[navigation_id] => 1
[map_id] => 243785
[content_id] => 2162
[index_id] => 148
[parent_index_id] => 147
[type] => pages
[title] => White Paper: Earnest Money Trust Accounts
[url] =>
[page_id] => 2162
[alias] => /white-paper-earnest-money-trust-accounts
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Earnest money is defined as a deposit of part payment of the purchase price on a sale to be consummated in the future.
)
[1396] => Array
(
[navigation_id] => 1
[map_id] => 243786
[content_id] => 2394
[index_id] => 1396
[parent_index_id] => 148
[type] => pages
[title] => EarnestMoneyWP-2-Deposits
[url] =>
[page_id] => 2394
[alias] => /earnestmoneywp-2-deposits
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Earnest Money White Paper Depositing Earnest Money
)
[1397] => Array
(
[navigation_id] => 1
[map_id] => 243787
[content_id] => 2395
[index_id] => 1397
[parent_index_id] => 148
[type] => pages
[title] => EarnestMoneyWP-3-Non-Refundable Deposits
[url] =>
[page_id] => 2395
[alias] => /earnestmoneywp-3-non-refundable-deposits
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Earnest Money White Paper, Non-Refundable Deposits
)
[1398] => Array
(
[navigation_id] => 1
[map_id] => 243788
[content_id] => 2396
[index_id] => 1398
[parent_index_id] => 148
[type] => pages
[title] => EarnestMoneyWP-4-Interest
[url] =>
[page_id] => 2396
[alias] => /earnestmoneywp-4-interest
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Earnest Money White Paper, Interest on Earnest Money
)
[1399] => Array
(
[navigation_id] => 1
[map_id] => 243789
[content_id] => 2397
[index_id] => 1399
[parent_index_id] => 148
[type] => pages
[title] => EarnestMoneyWP-5-Notes
[url] =>
[page_id] => 2397
[alias] => /earnestmoneywp-5-notes
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Earnest Money White Paper, Promissory Notes
)
[1400] => Array
(
[navigation_id] => 1
[map_id] => 243790
[content_id] => 2398
[index_id] => 1400
[parent_index_id] => 148
[type] => pages
[title] => EarnestMoneyWP-6-Failure to Collect
[url] =>
[page_id] => 2398
[alias] => /earnestmoneywp-6-failure-to-collect
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Earnest Money White Paper, Failure to collect, Bounced checks
)
[1403] => Array
(
[navigation_id] => 1
[map_id] => 243791
[content_id] => 2399
[index_id] => 1403
[parent_index_id] => 148
[type] => pages
[title] => EarnestMoneyWP-7-Misrepresentation
[url] =>
[page_id] => 2399
[alias] => /earnest-money-wp-7-misrepresentation
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Earnest Money White Paper, Misrepresenting earnest money
)
[1401] => Array
(
[navigation_id] => 1
[map_id] => 243792
[content_id] => 2400
[index_id] => 1401
[parent_index_id] => 148
[type] => pages
[title] => EarnestMoneyWP-8-Returning Money
[url] =>
[page_id] => 2400
[alias] => /earnestmoneywp-8-returning-money
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Earnest Money White Paper, Returning Earnest Money
)
[1402] => Array
(
[navigation_id] => 1
[map_id] => 243793
[content_id] => 2401
[index_id] => 1402
[parent_index_id] => 148
[type] => pages
[title] => EarnestMoneyWP-9-Unclaimed Funds
[url] =>
[page_id] => 2401
[alias] => /earnestmoneywp-9-unclaimed-funds
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Earnest Money White Paper, Unclaimed Funds Law
)
[1395] => Array
(
[navigation_id] => 1
[map_id] => 243794
[content_id] => 2402
[index_id] => 1395
[parent_index_id] => 148
[type] => pages
[title] => EarnestMoneyWP-10-Conclusion
[url] =>
[page_id] => 2402
[alias] => /earnestmoneywp-10-conclusion
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Earnest Money White Paper, Conclusion
)
[149] => Array
(
[navigation_id] => 1
[map_id] => 243795
[content_id] => 2165
[index_id] => 149
[parent_index_id] => 147
[type] => pages
[title] => White Paper: Independent Contractor
[url] =>
[page_id] => 2165
[alias] => /white-paper-independent-contractor
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Most real estate brokers in Ohio and throughout the country consider sales agents affiliated with them to be independent contractors, rather than employees.
)
[150] => Array
(
[navigation_id] => 1
[map_id] => 243796
[content_id] => 2163
[index_id] => 150
[parent_index_id] => 147
[type] => pages
[title] => White Paper: Property Management
[url] =>
[page_id] => 2163
[alias] => /white-paper-property-management
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => In this White Paper, the license law provisions regarding property management will be addressed.
)
[1356] => Array
(
[navigation_id] => 1
[map_id] => 243797
[content_id] => 2356
[index_id] => 1356
[parent_index_id] => 150
[type] => pages
[title] => Property Mgmt WP-Accounts
[url] =>
[page_id] => 2356
[alias] => /property-mgmt-wp-accounts
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Property Management Account(s)
)
[1357] => Array
(
[navigation_id] => 1
[map_id] => 243798
[content_id] => 2363
[index_id] => 1357
[parent_index_id] => 150
[type] => pages
[title] => Property Mgmt WP-Advertising
[url] =>
[page_id] => 2363
[alias] => /property-mgmt-wp-advertising
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Property Management Advertising Requirements
)
[1358] => Array
(
[navigation_id] => 1
[map_id] => 243799
[content_id] => 2360
[index_id] => 1358
[parent_index_id] => 150
[type] => pages
[title] => Property Mgmt WP-Agency Disclosure
[url] =>
[page_id] => 2360
[alias] => /property-mgmt-wp-agency-disclosure
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Agency Disclosure Statement and property management
)
[1359] => Array
(
[navigation_id] => 1
[map_id] => 243800
[content_id] => 2358
[index_id] => 1359
[parent_index_id] => 150
[type] => pages
[title] => Property Mgmt WP-Agreement Requirements
[url] =>
[page_id] => 2358
[alias] => /property-mgmt-wp-agreement-requirements
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Requirements of a Property Management Agreement
)
[1360] => Array
(
[navigation_id] => 1
[map_id] => 243801
[content_id] => 2364
[index_id] => 1360
[parent_index_id] => 150
[type] => pages
[title] => Property Mgmt WP-Audits
[url] =>
[page_id] => 2364
[alias] => /property-mgmt-wp-audits
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Property Management Compliance Audits
)
[1361] => Array
(
[navigation_id] => 1
[map_id] => 243802
[content_id] => 2370
[index_id] => 1361
[parent_index_id] => 150
[type] => pages
[title] => Property Mgmt WP-Conclusion
[url] =>
[page_id] => 2370
[alias] => /property-mgmt-wp-conclusion
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Property Management White Paper Conclusion
)
[1362] => Array
(
[navigation_id] => 1
[map_id] => 243803
[content_id] => 2359
[index_id] => 1362
[parent_index_id] => 150
[type] => pages
[title] => Property Mgmt WP-Consumer Guide
[url] =>
[page_id] => 2359
[alias] => /property-mgmt-wp-consumer-guide
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Property Management, Consumer Guide to Agency Relationships
)
[1363] => Array
(
[navigation_id] => 1
[map_id] => 243804
[content_id] => 2367
[index_id] => 1363
[parent_index_id] => 150
[type] => pages
[title] => Property Mgmt WP-Evictions
[url] =>
[page_id] => 2367
[alias] => /property-mgmt-wp-evictions
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Licensee’s Role in Property Management Evictions
)
[1364] => Array
(
[navigation_id] => 1
[map_id] => 243805
[content_id] => 2368
[index_id] => 1364
[parent_index_id] => 150
[type] => pages
[title] => Property Mgmt WP-Federal Law Protections
[url] =>
[page_id] => 2368
[alias] => /property-mgmt-wp-federal-law-protections
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Federal Law Protects Tenants in Foreclosed Property
)
[1365] => Array
(
[navigation_id] => 1
[map_id] => 243806
[content_id] => 2365
[index_id] => 1365
[parent_index_id] => 150
[type] => pages
[title] => Property Mgmt WP-License Employee of Owner
[url] =>
[page_id] => 2365
[alias] => /property-mgmt-wp-license-employee-of-owner
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Property Management Licensure Exemption — Regular Employee of Owner
)
[1368] => Array
(
[navigation_id] => 1
[map_id] => 243807
[content_id] => 2361
[index_id] => 1368
[parent_index_id] => 150
[type] => pages
[title] => Property Mgmt WP-Records
[url] =>
[page_id] => 2361
[alias] => /property-mgmt-wp-records
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Maintaining Property Management Records
)
[1369] => Array
(
[navigation_id] => 1
[map_id] => 243808
[content_id] => 2366
[index_id] => 1369
[parent_index_id] => 150
[type] => pages
[title] => Property Mgmt WP-Referral fees
[url] =>
[page_id] => 2366
[alias] => /property-mgmt-wp-referral-fees
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Property Management Finder/Referral Fees
)
[1370] => Array
(
[navigation_id] => 1
[map_id] => 243809
[content_id] => 2369
[index_id] => 1370
[parent_index_id] => 150
[type] => pages
[title] => Property Mgmt WP-Registration of Contact Information
[url] =>
[page_id] => 2369
[alias] => /property-mgmt-wp-registration-of-contact-information
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Registration of Residential Rental Property Owner’s Contact Information
)
[1371] => Array
(
[navigation_id] => 1
[map_id] => 243810
[content_id] => 2357
[index_id] => 1371
[parent_index_id] => 150
[type] => pages
[title] => Property Mgmt WP-Security Deposits
[url] =>
[page_id] => 2357
[alias] => /property-mgmt-wp-security-deposits
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Security Deposits
)
[1366] => Array
(
[navigation_id] => 1
[map_id] => 243811
[content_id] => 2355
[index_id] => 1366
[parent_index_id] => 150
[type] => pages
[title] => Property Mgmt WP-License Law
[url] =>
[page_id] => 2355
[alias] => /property-mgmt-wp-license-law
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => License Law Requirements For Property Management
)
[1367] => Array
(
[navigation_id] => 1
[map_id] => 243812
[content_id] => 2362
[index_id] => 1367
[parent_index_id] => 150
[type] => pages
[title] => Property Mgmt WP-Licensure Exemptions
[url] =>
[page_id] => 2362
[alias] => /property-mgmt-wp-licensure-exemptions
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Residential Rental Property — Licensure Exemption
)
[1178] => Array
(
[navigation_id] => 1
[map_id] => 243813
[content_id] => 2257
[index_id] => 1178
[parent_index_id] => 147
[type] => pages
[title] => Procuring Cause
[url] =>
[page_id] => 2257
[alias] => /procuring-cause
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Ohio courts have long favored arbitration as a means of resolving disputes between private citizens.
)
[151] => Array
(
[navigation_id] => 1
[map_id] => 243814
[content_id] => 2169
[index_id] => 151
[parent_index_id] => 1178
[type] => pages
[title] => Procuring Cause and Arbitration
[url] =>
[page_id] => 2169
[alias] => /procuring-cause-and-arbitration
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Arbitration is an alternative dispute resolution system which allows parties to present their cases to an independent, neutral party who is charged with resolving the dispute based upon the evidence that is presented.
)
[1181] => Array
(
[navigation_id] => 1
[map_id] => 243815
[content_id] => 2260
[index_id] => 1181
[parent_index_id] => 1178
[type] => pages
[title] => Procuring Cause: Sample Fact Situations
[url] =>
[page_id] => 2260
[alias] => /procuring-cause-sample-fact-situations
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Procuring Cause: Sample Fact Situations
)
[1179] => Array
(
[navigation_id] => 1
[map_id] => 243816
[content_id] => 2258
[index_id] => 1179
[parent_index_id] => 1178
[type] => pages
[title] => Procuring Cause: General Information
[url] =>
[page_id] => 2258
[alias] => /procuring-cause-general-information
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => General Information on procuring cause
)
[1180] => Array
(
[navigation_id] => 1
[map_id] => 243817
[content_id] => 2259
[index_id] => 1180
[parent_index_id] => 1178
[type] => pages
[title] => Procuring Cause: The Effect of Buyer Agency on Procuring Cause
[url] =>
[page_id] => 2259
[alias] => /procuring-cause-the-effect-of-buyer-agency-on-procuring-cause
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Procuring Cause: The Effect of Buyer Agency on Procuring Cause
)
[1404] => Array
(
[navigation_id] => 1
[map_id] => 243818
[content_id] => 2403
[index_id] => 1404
[parent_index_id] => 1178
[type] => pages
[title] => Procuring Cause Factors for Consideration by Arbitration Hearing Panels
[url] =>
[page_id] => 2403
[alias] => /procuring-cause-factors-for-consideration-by-arbitration-hearing-panels
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Procuring Cause Factors for Consideration by Arbitration Hearing Panels
)
[1182] => Array
(
[navigation_id] => 1
[map_id] => 243819
[content_id] => 2261
[index_id] => 1182
[parent_index_id] => 1178
[type] => pages
[title] => Procuring Cause: Endnotes
[url] =>
[page_id] => 2261
[alias] => /procuring-cause-endnotes
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Procuring Cause: Endnotes
)
[152] => Array
(
[navigation_id] => 1
[map_id] => 243820
[content_id] => 2171
[index_id] => 152
[parent_index_id] => 147
[type] => pages
[title] => White Paper: Advertising
[url] =>
[page_id] => 2171
[alias] => /white-paper-advertising
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Advertisements and marketing tools that are not carefully worked and tailored toward certain legal regulations can trigger liability for both the broker and agent.
)
[1340] => Array
(
[navigation_id] => 1
[map_id] => 243821
[content_id] => 2339
[index_id] => 1340
[parent_index_id] => 152
[type] => pages
[title] => Advertising White Paper-1-License Laws
[url] =>
[page_id] => 2339
[alias] => /advertising-white-paper-1-license-laws
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Real Estate Advertising Must Comply With Ohio License Laws
)
[1341] => Array
(
[navigation_id] => 1
[map_id] => 243822
[content_id] => 2340
[index_id] => 1341
[parent_index_id] => 152
[type] => pages
[title] => Advertising White Paper-2-Code of Ethics
[url] =>
[page_id] => 2340
[alias] => /advertising-white-paper-2-code-of-ethics
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Real Estate Advertising Must Comply With the Code of Ethics
)
[1342] => Array
(
[navigation_id] => 1
[map_id] => 243823
[content_id] => 2341
[index_id] => 1342
[parent_index_id] => 152
[type] => pages
[title] => Advertising White Paper-3-Fair Housing
[url] =>
[page_id] => 2341
[alias] => /advertising-white-paper-3-fair-housing
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Real Estate Advertisements Must Comply with Federal, State and Local Fair Housing Acts
)
[1343] => Array
(
[navigation_id] => 1
[map_id] => 243824
[content_id] => 2342
[index_id] => 1343
[parent_index_id] => 152
[type] => pages
[title] => Advertising White Paper-4-Truth In Lending
[url] =>
[page_id] => 2342
[alias] => /advertising-white-paper-4-truth-in-lending
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Truth in Lending Disclosure Requirements Impact Real Estate Advertisements
)
[1344] => Array
(
[navigation_id] => 1
[map_id] => 243825
[content_id] => 2343
[index_id] => 1344
[parent_index_id] => 152
[type] => pages
[title] => Advertising White Paper-5-Conclusion
[url] =>
[page_id] => 2343
[alias] => /advertising-white-paper-5-conclusion
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Fair Housing Act Words and Phrases That May NOT Be Used
)
[153] => Array
(
[navigation_id] => 1
[map_id] => 243826
[content_id] => 2177
[index_id] => 153
[parent_index_id] => 147
[type] => pages
[title] => White Paper: Unlicensed Personal Assistants
[url] =>
[page_id] => 2177
[alias] => /white-paper-unlicensed-personal-assistants
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => A breakdown of what unlicensed personal assistants can, and more importantly, can not perform.
)
[1345] => Array
(
[navigation_id] => 1
[map_id] => 243827
[content_id] => 2344
[index_id] => 1345
[parent_index_id] => 153
[type] => pages
[title] => Personal Assistants White Paper-1-Personal Assistant
[url] =>
[page_id] => 2344
[alias] => /personal-assistants-white-paper-1-personal-assistant
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => White Paper, What is a Personal Assistant?
)
[1346] => Array
(
[navigation_id] => 1
[map_id] => 243828
[content_id] => 2345
[index_id] => 1346
[parent_index_id] => 153
[type] => pages
[title] => Personal Assistants White Paper-2-Unlicensed Duties
[url] =>
[page_id] => 2345
[alias] => /personal-assistants-white-paper-2-unlicensed-duties
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => What May an Unlicensed Personal Assistant Do?
)
[1347] => Array
(
[navigation_id] => 1
[map_id] => 243829
[content_id] => 2346
[index_id] => 1347
[parent_index_id] => 153
[type] => pages
[title] => Personal Assistants White Paper-3-Unlicensed Employee
[url] =>
[page_id] => 2346
[alias] => /personal-assistants-white-paper-3-unlicensed-employee
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Should the Unlicensed Personal Assistant Be the Licensee’s Employee?
)
[1348] => Array
(
[navigation_id] => 1
[map_id] => 243830
[content_id] => 2347
[index_id] => 1348
[parent_index_id] => 153
[type] => pages
[title] => Personal Assistants White Paper-4-Contract Licensed Assistant
[url] =>
[page_id] => 2347
[alias] => /personal-assistants-white-paper-4-contract-licensed-assistant
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Licensed Personal Assistant Compensation Agreement
)
[1349] => Array
(
[navigation_id] => 1
[map_id] => 243831
[content_id] => 2348
[index_id] => 1349
[parent_index_id] => 153
[type] => pages
[title] => Personal Assistants White Paper-5-Contract Licensed Compensation
[url] =>
[page_id] => 2348
[alias] => /personal-assistants-white-paper-5-contract-licensed-compensation
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Licensed Personal Assistant Compensation Agreement as employer
)
[1350] => Array
(
[navigation_id] => 1
[map_id] => 243832
[content_id] => 2349
[index_id] => 1350
[parent_index_id] => 153
[type] => pages
[title] => Personal Assistants White Paper-6-Contract Independent Contractor
[url] =>
[page_id] => 2349
[alias] => /personal-assistants-white-paper-6-contract-independent-contractor
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Independent Contractor Licensed Personal Assistant Agreement
)
[1351] => Array
(
[navigation_id] => 1
[map_id] => 243833
[content_id] => 2350
[index_id] => 1351
[parent_index_id] => 153
[type] => pages
[title] => Personal Assistants White Paper-7-Contract Unlicensed
[url] =>
[page_id] => 2350
[alias] => /personal-assistants-white-paper-7-contract-unlicensed
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Independent Contractor Unlicensed Personal Assistant Agreement
)
[1352] => Array
(
[navigation_id] => 1
[map_id] => 243834
[content_id] => 2351
[index_id] => 1352
[parent_index_id] => 153
[type] => pages
[title] => Personal Assistants White Paper-8-Dos and Dont's
[url] =>
[page_id] => 2351
[alias] => /personal-assistants-white-paper-8-dos-and-donts
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Do's and Don'ts For Unlicensed Personal Assistants
)
[1353] => Array
(
[navigation_id] => 1
[map_id] => 243835
[content_id] => 2352
[index_id] => 1353
[parent_index_id] => 153
[type] => pages
[title] => Personal Assistants White Paper-9-Employee or Independent Contractor
[url] =>
[page_id] => 2352
[alias] => /personal-assistants-white-paper-9-employee-or-independent-contractor
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Personal Assistants, Employee or Independent Contractor?
)
[154] => Array
(
[navigation_id] => 1
[map_id] => 243836
[content_id] => 2178
[index_id] => 154
[parent_index_id] => 147
[type] => pages
[title] => White Paper: Auctions
[url] =>
[page_id] => 2178
[alias] => /white-paper-auctions
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => This white paper explains the auction process and the special issues related to it so that you, as a REALTOR®, will knowledgeably be able to advise your client of this option and successfully take advantage of it.
)
[1387] => Array
(
[navigation_id] => 1
[map_id] => 243837
[content_id] => 2386
[index_id] => 1387
[parent_index_id] => 154
[type] => pages
[title] => Auction WP-2-Right For Client
[url] =>
[page_id] => 2386
[alias] => /auction-wp-2-right-for-client
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Auction White Paper, Is a Public Auction Right For My Client?
)
[1388] => Array
(
[navigation_id] => 1
[map_id] => 243838
[content_id] => 2387
[index_id] => 1388
[parent_index_id] => 154
[type] => pages
[title] => Auction WP-3-Preparation
[url] =>
[page_id] => 2387
[alias] => /auction-wp-3-preparation
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Auction White Paper, Preparing for the Auction of Real Estate
)
[1389] => Array
(
[navigation_id] => 1
[map_id] => 243839
[content_id] => 2388
[index_id] => 1389
[parent_index_id] => 154
[type] => pages
[title] => Auction WP-4-Auction Day
[url] =>
[page_id] => 2388
[alias] => /auction-wp-4-auction-day
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Auction White Paper, Auction Day
)
[1390] => Array
(
[navigation_id] => 1
[map_id] => 243840
[content_id] => 2389
[index_id] => 1390
[parent_index_id] => 154
[type] => pages
[title] => Auction WP-5-Conclusion
[url] =>
[page_id] => 2389
[alias] => /auction-wp-5-conclusion
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Auction White Paper, Conclusion
)
[155] => Array
(
[navigation_id] => 1
[map_id] => 243841
[content_id] => 2179
[index_id] => 155
[parent_index_id] => 147
[type] => pages
[title] => White Paper: Contract Law, Purchase Agreements
[url] =>
[page_id] => 2179
[alias] => /white-paper-contract-law-purchase-agreements
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => This white paper discusses the various contractual elements contained in all real estate purchase agreements and the issues that arise from them.
)
[156] => Array
(
[navigation_id] => 1
[map_id] => 243842
[content_id] => 2180
[index_id] => 156
[parent_index_id] => 147
[type] => pages
[title] => White Paper: Disclosure Issues
[url] =>
[page_id] => 2180
[alias] => /white-paper-disclosure-issues
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => This white paper surveys the case law on the broker’s duty of disclosure.
)
[1378] => Array
(
[navigation_id] => 1
[map_id] => 243843
[content_id] => 2377
[index_id] => 1378
[parent_index_id] => 156
[type] => pages
[title] => Disclosure WP-1-Duties
[url] =>
[page_id] => 2377
[alias] => /disclosure-wp-1-duties
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Disclosure, The Broker’s Duties to Principal
)
[1379] => Array
(
[navigation_id] => 1
[map_id] => 243844
[content_id] => 2378
[index_id] => 1379
[parent_index_id] => 156
[type] => pages
[title] => Disclosure WP-2-Caveat Emptor
[url] =>
[page_id] => 2378
[alias] => /disclosure-wp-2-caveat-emptor
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Disclosure, Caveat Emptor, Let the Buyer Beware
)
[1380] => Array
(
[navigation_id] => 1
[map_id] => 243845
[content_id] => 2379
[index_id] => 1380
[parent_index_id] => 156
[type] => pages
[title] => Disclosure WP-3-Duties to Disclose
[url] =>
[page_id] => 2379
[alias] => /disclosure-wp-3-duties-to-disclose
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Disclosure, Source of the Duty to Disclose
)
[1381] => Array
(
[navigation_id] => 1
[map_id] => 243846
[content_id] => 2380
[index_id] => 1381
[parent_index_id] => 156
[type] => pages
[title] => Disclosure WP-4-Duty to Inspect
[url] =>
[page_id] => 2380
[alias] => /disclosure-wp-4-duty-to-inspect
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Disclosure, Purchaser’s Duty to Inspect
)
[1382] => Array
(
[navigation_id] => 1
[map_id] => 243847
[content_id] => 2381
[index_id] => 1382
[parent_index_id] => 156
[type] => pages
[title] => Disclosure WP-5- Brokers Duty to Inspect
[url] =>
[page_id] => 2381
[alias] => /disclosure-wp-5-brokers-duty-to-inspect
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Disclosure, Brokers Duty to Inspect
)
[1383] => Array
(
[navigation_id] => 1
[map_id] => 243848
[content_id] => 2382
[index_id] => 1383
[parent_index_id] => 156
[type] => pages
[title] => Disclosure WP-6-Defects
[url] =>
[page_id] => 2382
[alias] => /disclosure-wp-6-defects
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Failure to Disclose Defects in Property
)
[1384] => Array
(
[navigation_id] => 1
[map_id] => 243849
[content_id] => 2383
[index_id] => 1384
[parent_index_id] => 156
[type] => pages
[title] => Disclosure WP-7-Exculpatory Language
[url] =>
[page_id] => 2383
[alias] => /disclosure-wp-7-exculpatory-language
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Disclosure, Exculpatory Language
)
[1385] => Array
(
[navigation_id] => 1
[map_id] => 243850
[content_id] => 2384
[index_id] => 1385
[parent_index_id] => 156
[type] => pages
[title] => Disclosure WP-8-Stigmatized Property
[url] =>
[page_id] => 2384
[alias] => /disclosure-wp-8-stigmatized-property
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Disclosure, Materiality (Includes Stigmatized Property)
)
[1386] => Array
(
[navigation_id] => 1
[map_id] => 243851
[content_id] => 2385
[index_id] => 1386
[parent_index_id] => 156
[type] => pages
[title] => Disclosure WP-9-Conclusion
[url] =>
[page_id] => 2385
[alias] => /disclosure-wp-9-conclusion
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Disclosure White Paper Conclusion
)
[157] => Array
(
[navigation_id] => 1
[map_id] => 243852
[content_id] => 2181
[index_id] => 157
[parent_index_id] => 156
[type] => pages
[title] => Related Information to Disclosure White Paper
[url] =>
[page_id] => 2181
[alias] => /related-information-to-disclosure-white-paper
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Links to the Residential Property Disclosure form, related articles and FAQs on disclosure
)
[158] => Array
(
[navigation_id] => 1
[map_id] => 243853
[content_id] => 2182
[index_id] => 158
[parent_index_id] => 157
[type] => pages
[title] => Disclosure FAQs
[url] =>
[page_id] => 2182
[alias] => /disclosure-faqs
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Answers to commonly-asked questions on the disclosure issue.
)
[159] => Array
(
[navigation_id] => 1
[map_id] => 243854
[content_id] => 2183
[index_id] => 159
[parent_index_id] => 157
[type] => pages
[title] => Mortgage Disclosure Rule
[url] =>
[page_id] => 2183
[alias] => /mortgage-disclosure-rule
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => The Rule imposes requirements on those that provide information about mortgage credit products to consumers by prohibiting misrepresentations during these communications and also imposing record keeping requirements.
)
[160] => Array
(
[navigation_id] => 1
[map_id] => 243855
[content_id] => 2184
[index_id] => 160
[parent_index_id] => 157
[type] => pages
[title] => Disclosure: Related Articles
[url] =>
[page_id] => 2184
[alias] => /disclosure-related-articles
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Blog posts related to disclosure issues
)
[161] => Array
(
[navigation_id] => 1
[map_id] => 243856
[content_id] => 2185
[index_id] => 161
[parent_index_id] => 157
[type] => pages
[title] => Seller Disclosure Exemptions
[url] =>
[page_id] => 2185
[alias] => /seller-disclosure-exemptions
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Exemptions where the Seller Disclosure Form is not mandated
)
[162] => Array
(
[navigation_id] => 1
[map_id] => 243857
[content_id] => 2186
[index_id] => 162
[parent_index_id] => 157
[type] => pages
[title] => Seller Disclosure: Real Estate Owned
[url] =>
[page_id] => 2186
[alias] => /seller-disclosure-real-estate-owned
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Working with lenders in selling real estate owned properties.
)
[163] => Array
(
[navigation_id] => 1
[map_id] => 243858
[content_id] => 2187
[index_id] => 163
[parent_index_id] => 157
[type] => pages
[title] => Seller Disclosure Law FAQs
[url] =>
[page_id] => 2187
[alias] => /seller-disclosure-law-faqs
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => FAQs on Ohio's Disclosure law
)
[164] => Array
(
[navigation_id] => 1
[map_id] => 243859
[content_id] => 2188
[index_id] => 164
[parent_index_id] => 157
[type] => pages
[title] => Seller Disclosure: Stigmatized Property
[url] =>
[page_id] => 2188
[alias] => /seller-disclosure-stigmatized-property
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => The disclosure law when selling a stigmatized property.
)
[165] => Array
(
[navigation_id] => 1
[map_id] => 243860
[content_id] => 2189
[index_id] => 165
[parent_index_id] => 157
[type] => pages
[title] => Seller Disclosure: General FAQs
[url] =>
[page_id] => 2189
[alias] => /seller-disclosure-general-faqs
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => FAQs on environmental disclosure issues; AIDS and disclosing buyer/seller identities and much more.
)
[166] => Array
(
[navigation_id] => 1
[map_id] => 243861
[content_id] => 2190
[index_id] => 166
[parent_index_id] => 156
[type] => pages
[title] => White Paper: e-sign
[url] =>
[page_id] => 2190
[alias] => /white-paper-e-sign
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Ohio and the federal government have each taken steps to clear the uncertainty surrounding enforceability of e-signatures and electronic records, or e-records.
)
[1391] => Array
(
[navigation_id] => 1
[map_id] => 243862
[content_id] => 2390
[index_id] => 1391
[parent_index_id] => 166
[type] => pages
[title] => eSignWP-2-UETA, eSign
[url] =>
[page_id] => 2390
[alias] => /esignwp-2-ueta-esign
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => eSign White Paper, UETA, eSign Act
)
[1393] => Array
(
[navigation_id] => 1
[map_id] => 243863
[content_id] => 2392
[index_id] => 1393
[parent_index_id] => 166
[type] => pages
[title] => eSignWP-4-FAQs
[url] =>
[page_id] => 2392
[alias] => /esignwp-4-faqs
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => eSign White Paper, FAQs
)
[1394] => Array
(
[navigation_id] => 1
[map_id] => 243864
[content_id] => 2393
[index_id] => 1394
[parent_index_id] => 166
[type] => pages
[title] => eSignWP-5-Conclusion
[url] =>
[page_id] => 2393
[alias] => /esignwp-5-conclusion
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => eSign White Paper, Conclusion
)
[1392] => Array
(
[navigation_id] => 1
[map_id] => 243865
[content_id] => 2391
[index_id] => 1392
[parent_index_id] => 166
[type] => pages
[title] => eSignWP-3-Best Practices
[url] =>
[page_id] => 2391
[alias] => /esignwp-3-best-practices
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => eSign White Paper, UETA and E-SIGN in Practice
)
[167] => Array
(
[navigation_id] => 1
[map_id] => 243866
[content_id] => 2191
[index_id] => 167
[parent_index_id] => 156
[type] => pages
[title] => White Paper: Inducements, Referrals and Gifts
[url] =>
[page_id] => 2191
[alias] => /white-paper-inducements-referrals-and-gifts
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => This White Paper is to address the legality of such inducements, referral fees and gifts.
)
[1354] => Array
(
[navigation_id] => 1
[map_id] => 243867
[content_id] => 2353
[index_id] => 1354
[parent_index_id] => 167
[type] => pages
[title] => Inducements WP-Inducement FAQs
[url] =>
[page_id] => 2353
[alias] => /inducements-wp-inducement-faqs
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => FAQs: Inducements
)
[1355] => Array
(
[navigation_id] => 1
[map_id] => 243868
[content_id] => 2354
[index_id] => 1355
[parent_index_id] => 167
[type] => pages
[title] => Inducements WP-Referrals FAQs
[url] =>
[page_id] => 2354
[alias] => /inducements-wp-referrals-faqs
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Inducements, FAQs: Referrals
)
[168] => Array
(
[navigation_id] => 1
[map_id] => 243869
[content_id] => 2192
[index_id] => 168
[parent_index_id] => 156
[type] => pages
[title] => White Paper: Leasing, Seller Financing
[url] =>
[page_id] => 2192
[alias] => /white-paper-leasing-seller-financing
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => This White Paper provides a brief overview of some of these legal considerations for leasing and seller financing.
)
[1372] => Array
(
[navigation_id] => 1
[map_id] => 243870
[content_id] => 2371
[index_id] => 1372
[parent_index_id] => 168
[type] => pages
[title] => Leasing, Seller Financing WP-2-Leasing Property
[url] =>
[page_id] => 2371
[alias] => /leasing-seller-financing-wp-2-leasing-property
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Leasing, Seller Financing Leasing Property, Evaluating Whether to Lease
)
[1373] => Array
(
[navigation_id] => 1
[map_id] => 243871
[content_id] => 2372
[index_id] => 1373
[parent_index_id] => 168
[type] => pages
[title] => Leasing, Seller Financing WP-3-Option to Purchase
[url] =>
[page_id] => 2372
[alias] => /leasing-seller-financing-wp-3-option-to-purchase
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Leasing, Seller Financing Lease with Option to Purchase
)
[1374] => Array
(
[navigation_id] => 1
[map_id] => 243872
[content_id] => 2373
[index_id] => 1374
[parent_index_id] => 168
[type] => pages
[title] => Leasing, Seller Financing WP-4-Lease Purchase
[url] =>
[page_id] => 2373
[alias] => /leasing-seller-financing-wp-4-lease-purchase
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Leasing, Seller Financing Lease Purchase Agreement
)
[1375] => Array
(
[navigation_id] => 1
[map_id] => 243873
[content_id] => 2374
[index_id] => 1375
[parent_index_id] => 168
[type] => pages
[title] => Leasing, Seller Financing WP-5-Mortgages
[url] =>
[page_id] => 2374
[alias] => /leasing-seller-financing-wp-5-mortgages
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Leasing, Seller Financing Purchase Money Mortgage
)
[1376] => Array
(
[navigation_id] => 1
[map_id] => 243874
[content_id] => 2375
[index_id] => 1376
[parent_index_id] => 168
[type] => pages
[title] => Leasing, Seller Financing WP-6-Land Installment Contracts
[url] =>
[page_id] => 2375
[alias] => /leasing-seller-financing-wp-6-land-installment-contracts
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Leasing, Seller Financing Land Installment Contracts
)
[1377] => Array
(
[navigation_id] => 1
[map_id] => 243875
[content_id] => 2376
[index_id] => 1377
[parent_index_id] => 168
[type] => pages
[title] => Leasing, Seller Financing WP-7-Conclusion
[url] =>
[page_id] => 2376
[alias] => /leasing-seller-financing-wp-7-conclusion
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Leasing, Seller Financing Conclusion
)
[169] => Array
(
[navigation_id] => 1
[map_id] => 243876
[content_id] => 2193
[index_id] => 169
[parent_index_id] => 156
[type] => pages
[title] => White Paper: Teams
[url] =>
[page_id] => 2193
[alias] => /white-paper-teams
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Teams: Is Your Team Violating Ohio License Law?
)
[120] => Array
(
[navigation_id] => 1
[map_id] => 243877
[content_id] => 2143
[index_id] => 120
[parent_index_id] => 11
[type] => pages
[title] => Brokers Toolkit
[url] =>
[page_id] => 2143
[alias] => /brokers-legal-toolkit
[advertisement] => 0
[saml_type_ids] => 4,6,7,9,10,16,22,23
[saml_category_ids] => 2,6,11,14,19
[convention] => 0
[is_homepage] => 0
[meta_description] => Today's business and regulatory environment requires brokers to have in-depth knowledge of a variety of laws and regulations to stay out of legal trouble. This Broker Toolkit is designed to do exactly that.
)
[1670] => Array
(
[navigation_id] => 1
[map_id] => 243878
[content_id] => 0
[index_id] => 1670
[parent_index_id] => 11
[type] => custom_links
[title] => Latest Legal BUZZ
[url] => https://www.ohiorealtors.org/blog/category/legal/
[page_id] =>
[alias] => https://www.ohiorealtors.org/blog/category/legal/
[advertisement] =>
[saml_type_ids] =>
[saml_category_ids] =>
[convention] =>
[is_homepage] =>
[meta_description] =>
)
[1626] => Array
(
[navigation_id] => 1
[map_id] => 243879
[content_id] => 2116
[index_id] => 1626
[parent_index_id] => 11
[type] => pages
[title] => Legal Programs, Committees, Forums
[url] =>
[page_id] => 2116
[alias] => /legal-programs-committees-forums
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Ohio REALTOR® legal programs, committees and forums.
)
[1627] => Array
(
[navigation_id] => 1
[map_id] => 243880
[content_id] => 2176
[index_id] => 1627
[parent_index_id] => 11
[type] => pages
[title] => Ohio Laws, Rules and Guidelines
[url] =>
[page_id] => 2176
[alias] => /ohio-laws-rules-and-guidelines
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Ohio Administrative Codes for brokers, salespeople and appraisers.
)
[1581] => Array
(
[navigation_id] => 1
[map_id] => 243881
[content_id] => 2001
[index_id] => 1581
[parent_index_id] => 0
[type] => pages
[title] => Educate
[url] =>
[page_id] => 2001
[alias] => /education
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Licensing information, Course Calendar, Online Real Estate and Appraisal CE, Scholarship information
)
[1582] => Array
(
[navigation_id] => 1
[map_id] => 243882
[content_id] => 0
[index_id] => 1582
[parent_index_id] => 1581
[type] => custom_links
[title] => Education Calendar
[url] => /events/category/education
[page_id] =>
[alias] => /events/category/education
[advertisement] =>
[saml_type_ids] =>
[saml_category_ids] =>
[convention] =>
[is_homepage] =>
[meta_description] =>
)
[1730] => Array
(
[navigation_id] => 1
[map_id] => 243883
[content_id] => 0
[index_id] => 1730
[parent_index_id] => 1581
[type] => custom_links
[title] => Course Search (Member Portal)
[url] => https://portal.ohiorealtors.org/CourseSearch/
[page_id] =>
[alias] => https://portal.ohiorealtors.org/CourseSearch/
[advertisement] =>
[saml_type_ids] =>
[saml_category_ids] =>
[convention] =>
[is_homepage] =>
[meta_description] =>
)
[1583] => Array
(
[navigation_id] => 1
[map_id] => 243884
[content_id] => 2659
[index_id] => 1583
[parent_index_id] => 1581
[type] => pages
[title] => Get Licensed in Ohio
[url] =>
[page_id] => 2659
[alias] => /get-licensed-in-ohio
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Licensing information for sales agents, brokers and course locations at Ohio's Community Colleges.
)
[1587] => Array
(
[navigation_id] => 1
[map_id] => 243885
[content_id] => 2099
[index_id] => 1587
[parent_index_id] => 1581
[type] => pages
[title] => GRI 100-200 Designation
[url] =>
[page_id] => 2099
[alias] => /gri-designation
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => The GRI program & designation are designed to enhance your knowledge of real estate marketing and teach you skills that will set you apart from the competition.
)
[1743] => Array
(
[navigation_id] => 1
[map_id] => 243886
[content_id] => 2784
[index_id] => 1743
[parent_index_id] => 1581
[type] => pages
[title] => DE & I Certification
[url] =>
[page_id] => 2784
[alias] => /de-i-certification
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] =>
)
[1636] => Array
(
[navigation_id] => 1
[map_id] => 243887
[content_id] => 0
[index_id] => 1636
[parent_index_id] => 1581
[type] => custom_links
[title] => Education Newsletter
[url] => https://myemail.constantcontact.com/Learn-More--Earn-More--Register-TODAY-for-an-upcoming-Ohio-REALTORS--Education-Program.html?soid=1116382867924&aid=xYsnHVsM8HY
[page_id] =>
[alias] => https://myemail.constantcontact.com/Learn-More--Earn-More--Register-TODAY-for-an-upcoming-Ohio-REALTORS--Education-Program.html?soid=1116382867924&aid=xYsnHVsM8HY
[advertisement] =>
[saml_type_ids] =>
[saml_category_ids] =>
[convention] =>
[is_homepage] =>
[meta_description] =>
)
[1637] => Array
(
[navigation_id] => 1
[map_id] => 243888
[content_id] => 2089
[index_id] => 1637
[parent_index_id] => 1581
[type] => pages
[title] => Online Real Estate | Appraisal CE
[url] =>
[page_id] => 2089
[alias] => /online-real-estateappraisal-continuing-education
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Ohio REALTORS® has established professional partnerships with outside entities that offers additional CE options.
)
[1639] => Array
(
[navigation_id] => 1
[map_id] => 243889
[content_id] => 2090
[index_id] => 1639
[parent_index_id] => 1581
[type] => pages
[title] => Scholarship Foundation
[url] =>
[page_id] => 2090
[alias] => /ohio-realtors-scholarship-foundation
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Information on how to apply to the Ohio REALTORS® Scholarship Foundation
)
[1588] => Array
(
[navigation_id] => 1
[map_id] => 243890
[content_id] => 2314
[index_id] => 1588
[parent_index_id] => 1581
[type] => pages
[title] => NAR Designations & Certifications
[url] =>
[page_id] => 2314
[alias] => /realtor-designations
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Professional designations offered through Ohio REALTORS® and NAR
)
[1638] => Array
(
[navigation_id] => 1
[map_id] => 243891
[content_id] => 0
[index_id] => 1638
[parent_index_id] => 1581
[type] => custom_links
[title] => NAR’s Ethics Training
[url] => https://www.nar.realtor/about-nar/governing-documents/code-of-ethics/code-of-ethics-training
[page_id] =>
[alias] => https://www.nar.realtor/about-nar/governing-documents/code-of-ethics/code-of-ethics-training
[advertisement] =>
[saml_type_ids] =>
[saml_category_ids] =>
[convention] =>
[is_homepage] =>
[meta_description] =>
)
[1733] => Array
(
[navigation_id] => 1
[map_id] => 243892
[content_id] => 0
[index_id] => 1733
[parent_index_id] => 1581
[type] => custom_links
[title] => NAR's Fair Housing Training
[url] => https://www.nar.realtor/about-nar/governing-documents/code-of-ethics/code-of-ethics-training/fair-housing-requirement
[page_id] =>
[alias] => https://www.nar.realtor/about-nar/governing-documents/code-of-ethics/code-of-ethics-training/fair-housing-requirement
[advertisement] =>
[saml_type_ids] =>
[saml_category_ids] =>
[convention] =>
[is_homepage] =>
[meta_description] =>
)
[1640] => Array
(
[navigation_id] => 1
[map_id] => 243893
[content_id] => 0
[index_id] => 1640
[parent_index_id] => 1581
[type] => custom_links
[title] => NAR C2EX
[url] => https://www.nar.realtor/realtors-commitment-to-excellence
[page_id] =>
[alias] => https://www.nar.realtor/realtors-commitment-to-excellence
[advertisement] =>
[saml_type_ids] =>
[saml_category_ids] =>
[convention] =>
[is_homepage] =>
[meta_description] =>
)
[1739] => Array
(
[navigation_id] => 1
[map_id] => 243894
[content_id] => 0
[index_id] => 1739
[parent_index_id] => 1581
[type] => custom_links
[title] => RPR (REALTORS® Property Resource)
[url] => http://blog.narrpr.com/l/ohiorealtors/
[page_id] =>
[alias] => http://blog.narrpr.com/l/ohiorealtors/
[advertisement] =>
[saml_type_ids] =>
[saml_category_ids] =>
[convention] =>
[is_homepage] =>
[meta_description] =>
)
[1277] => Array
(
[navigation_id] => 1
[map_id] => 243895
[content_id] => 2008
[index_id] => 1277
[parent_index_id] => 0
[type] => pages
[title] => Events
[url] =>
[page_id] => 2008
[alias] => /meetings-events
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Learn more about upcoming Meetings & Events, Partnership Kit (sponsorship opportunities), Affiliates, Meeting Spaces Rental, and Leadership Academy
)
[1740] => Array
(
[navigation_id] => 1
[map_id] => 243896
[content_id] => 0
[index_id] => 1740
[parent_index_id] => 1277
[type] => custom_links
[title] => 2026 Winter Conference
[url] => https://www.ohiorealtors.org/2026-winter-conference/
[page_id] =>
[alias] => https://www.ohiorealtors.org/2026-winter-conference/
[advertisement] =>
[saml_type_ids] =>
[saml_category_ids] =>
[convention] =>
[is_homepage] =>
[meta_description] =>
)
[1741] => Array
(
[navigation_id] => 1
[map_id] => 243897
[content_id] => 0
[index_id] => 1741
[parent_index_id] => 1277
[type] => custom_links
[title] => President's Sales Club Celebration
[url] => https://www.ohiorealtors.org/president-s-sales-club-celebration/
[page_id] =>
[alias] => https://www.ohiorealtors.org/president-s-sales-club-celebration/
[advertisement] =>
[saml_type_ids] =>
[saml_category_ids] =>
[convention] =>
[is_homepage] =>
[meta_description] =>
)
[1742] => Array
(
[navigation_id] => 1
[map_id] => 243898
[content_id] => 0
[index_id] => 1742
[parent_index_id] => 1277
[type] => custom_links
[title] => Meetings & Events Calendar
[url] => https://www.ohiorealtors.org/meetings-events-calendar/
[page_id] =>
[alias] => https://www.ohiorealtors.org/meetings-events-calendar/
[advertisement] =>
[saml_type_ids] =>
[saml_category_ids] =>
[convention] =>
[is_homepage] =>
[meta_description] =>
)
[1731] => Array
(
[navigation_id] => 1
[map_id] => 243899
[content_id] => 0
[index_id] => 1731
[parent_index_id] => 1277
[type] => custom_links
[title] => Event Search (Member Portal)
[url] => https://portal.ohiorealtors.org/EventSearch/
[page_id] =>
[alias] => https://portal.ohiorealtors.org/EventSearch/
[advertisement] =>
[saml_type_ids] =>
[saml_category_ids] =>
[convention] =>
[is_homepage] =>
[meta_description] => Search for events by name, topic, and type on our Member Portal
)
[1734] => Array
(
[navigation_id] => 1
[map_id] => 243900
[content_id] => 2739
[index_id] => 1734
[parent_index_id] => 1277
[type] => pages
[title] => Partner with Us
[url] =>
[page_id] => 2739
[alias] => /partner-with-us
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Ohio REALTORS® offers opportunities for product and service providers to connect with REALTORS® across Ohio.
)
[1736] => Array
(
[navigation_id] => 1
[map_id] => 243901
[content_id] => 2002
[index_id] => 1736
[parent_index_id] => 1277
[type] => pages
[title] => Affiliates
[url] =>
[page_id] => 2002
[alias] => /affiliates
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Complete listing and contact information for Ohio REALTOR® Affiliates
)
[1735] => Array
(
[navigation_id] => 1
[map_id] => 243902
[content_id] => 2920
[index_id] => 1735
[parent_index_id] => 1277
[type] => pages
[title] => Meeting Space Rentals
[url] =>
[page_id] => 2920
[alias] => /meeting-space-rentals
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Host your next meeting with us...
)
[1738] => Array
(
[navigation_id] => 1
[map_id] => 243903
[content_id] => 2095
[index_id] => 1738
[parent_index_id] => 1277
[type] => pages
[title] => Leadership Academy
[url] =>
[page_id] => 2095
[alias] => /leadership-academy
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Designed to guide participants in a self-discovery process, to become a more positive influence in their communities and industry.
)
[1624] => Array
(
[navigation_id] => 1
[map_id] => 243904
[content_id] => 2007
[index_id] => 1624
[parent_index_id] => 0
[type] => pages
[title] => REALTORS®
[url] =>
[page_id] => 2007
[alias] => /membership
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => The Membership section offers resources on professional standards, dispute resolution, member benefits, awards, market data, digital communications, REALTOR® safety, and Ohio REALTORS® initiatives like Global, Sustainability, YPN, and more. It also provides award descriptions and applications, housing data, links to major communication channels, safety guidance, and access to the REALTOR® Store.
)
[1696] => Array
(
[navigation_id] => 1
[map_id] => 243905
[content_id] => 2781
[index_id] => 1696
[parent_index_id] => 1624
[type] => pages
[title] => Professional Standards
[url] =>
[page_id] => 2781
[alias] => /members-professional-standards
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Commission Dispute Resolute Information
)
[1274] => Array
(
[navigation_id] => 1
[map_id] => 243906
[content_id] => 2302
[index_id] => 1274
[parent_index_id] => 1624
[type] => pages
[title] => Member Benefits
[url] =>
[page_id] => 2302
[alias] => /the-ohio-realtors-advantage-member-benefits
[advertisement] => 0
[saml_type_ids] => 4,5,6,7,9,10,16,22,23
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] =>
)
[1593] => Array
(
[navigation_id] => 1
[map_id] => 243907
[content_id] => 2092
[index_id] => 1593
[parent_index_id] => 1624
[type] => pages
[title] => Awards & Applications
[url] =>
[page_id] => 2092
[alias] => /awards-and-applications
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => The complete listing of Ohio REALTORS® Awards, descriptions, deadlines and applications.
)
[1594] => Array
(
[navigation_id] => 1
[map_id] => 243908
[content_id] => 2096
[index_id] => 1594
[parent_index_id] => 1624
[type] => pages
[title] => Market Data
[url] =>
[page_id] => 2096
[alias] => /market-data
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Home sales data is provided to us monthly by Multiple Listing Services in Ohio, representing at least 95 percent of MLS activity in Ohio
)
[1600] => Array
(
[navigation_id] => 1
[map_id] => 243909
[content_id] => 2622
[index_id] => 1600
[parent_index_id] => 1624
[type] => pages
[title] => Digital Communications
[url] =>
[page_id] => 2622
[alias] => /digital-communications
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Links to: The Real View Podcast, eConnections, eZine, Mobile App, Photofy, social media sites
)
[1680] => Array
(
[navigation_id] => 1
[map_id] => 243910
[content_id] => 2051
[index_id] => 1680
[parent_index_id] => 1624
[type] => pages
[title] => REALTOR® Safety
[url] =>
[page_id] => 2051
[alias] => /realtor-safety
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Stay safe. Avoid dangerous situations.
)
[1605] => Array
(
[navigation_id] => 1
[map_id] => 243911
[content_id] => 0
[index_id] => 1605
[parent_index_id] => 1624
[type] => custom_links
[title] => REALTOR® Store
[url] => https://store.ohiorealtors.org/
[page_id] =>
[alias] => https://store.ohiorealtors.org/
[advertisement] =>
[saml_type_ids] =>
[saml_category_ids] =>
[convention] =>
[is_homepage] =>
[meta_description] =>
)
[1595] => Array
(
[navigation_id] => 1
[map_id] => 243912
[content_id] => 2623
[index_id] => 1595
[parent_index_id] => 1624
[type] => pages
[title] => Initiatives
[url] =>
[page_id] => 2623
[alias] => /initiatives-networks
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Information on Ohio initiatives: Global, Sustainability, Young Professionals Network, and Diversity Equity & Inclusion
)
[1606] => Array
(
[navigation_id] => 1
[map_id] => 243913
[content_id] => 2003
[index_id] => 1606
[parent_index_id] => 0
[type] => pages
[title] => About
[url] =>
[page_id] => 2003
[alias] => /about
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Who are we? What do we stand for? Our mission, goals and strategic plan.
)
[1651] => Array
(
[navigation_id] => 1
[map_id] => 243914
[content_id] => 2093
[index_id] => 1651
[parent_index_id] => 1606
[type] => pages
[title] => AEs | Local Board Directory | MLSes
[url] =>
[page_id] => 2093
[alias] => /local-board-directory
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => All Association Executive contact information for Ohio's local boards/associations
)
[1631] => Array
(
[navigation_id] => 1
[map_id] => 243915
[content_id] => 2010
[index_id] => 1631
[parent_index_id] => 1606
[type] => pages
[title] => About Ohio REALTORS®
[url] =>
[page_id] => 2010
[alias] => /about-ohio-realtors
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Who is Ohio REALTORS® and how we protect private property rights. How to get involved and the proper use of the Ohio REALTORS® logo.
)
[1608] => Array
(
[navigation_id] => 1
[map_id] => 243916
[content_id] => 2318
[index_id] => 1608
[parent_index_id] => 1606
[type] => pages
[title] => Governance
[url] =>
[page_id] => 2318
[alias] => /ohio-realtors-governance
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Our Vision Statement, Governing documents, Past Presidents and Directors, Ohio & NAR nomination forms.
)
[1616] => Array
(
[navigation_id] => 1
[map_id] => 243917
[content_id] => 0
[index_id] => 1616
[parent_index_id] => 1606
[type] => custom_links
[title] => Officers & Staff
[url] => /directory
[page_id] =>
[alias] => /directory
[advertisement] =>
[saml_type_ids] =>
[saml_category_ids] =>
[convention] =>
[is_homepage] =>
[meta_description] =>
)
[1632] => Array
(
[navigation_id] => 1
[map_id] => 243918
[content_id] => 2421
[index_id] => 1632
[parent_index_id] => 1606
[type] => pages
[title] => Ohio Department of Commerce
[url] =>
[page_id] => 2421
[alias] => /ohio-department-of-commerce
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Functions of the Division of Real Estate, Ohio Real Estate Commission and Ohio Appraiser Board
)
[1634] => Array
(
[navigation_id] => 1
[map_id] => 243919
[content_id] => 2102
[index_id] => 1634
[parent_index_id] => 1606
[type] => pages
[title] => Website Accessibility
[url] =>
[page_id] => 2102
[alias] => /website-accessibility
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Actions you can take to adjust your web browser to make your web experience more accessible.
)
[1709] => Array
(
[navigation_id] => 1
[map_id] => 243920
[content_id] => 0
[index_id] => 1709
[parent_index_id] => 0
[type] => custom_links
[title] => Consumers
[url] => https://www.ohiorealtors.org/getyouthere/
[page_id] =>
[alias] => https://www.ohiorealtors.org/getyouthere/
[advertisement] =>
[saml_type_ids] =>
[saml_category_ids] =>
[convention] =>
[is_homepage] =>
[meta_description] =>
)
[1708] => Array
(
[navigation_id] => 1
[map_id] => 243921
[content_id] => 2806
[index_id] => 1708
[parent_index_id] => 1709
[type] => pages
[title] => We'll Get You There
[url] =>
[page_id] => 2806
[alias] => /getyouthere
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Are you planning to buy or sell a home in Ohio? Find your Ohio REALTOR® or check out our buyer and seller resources to learn more.
)
[1732] => Array
(
[navigation_id] => 1
[map_id] => 243922
[content_id] => 2779
[index_id] => 1732
[parent_index_id] => 1709
[type] => pages
[title] => Consumers: Filing an Ethics Complaint
[url] =>
[page_id] => 2779
[alias] => /consumers-filing-an-ethics-complaint
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Consumers: Ethics Complaints
)
[1661] => Array
(
[navigation_id] => 1
[map_id] => 243923
[content_id] => 2056
[index_id] => 1661
[parent_index_id] => 1709
[type] => pages
[title] => We Are Ohio REALTORS® Video Series
[url] =>
[page_id] => 2056
[alias] => /we-are-ohio-realtors-video-series
[advertisement] => 0
[saml_type_ids] =>
[saml_category_ids] =>
[convention] => 0
[is_homepage] => 0
[meta_description] => Ohio REALTORS® has launched a new season of its ground-breaking and highly successful
)
)
[tree] => Array
(
[1223] => 0
[1724] => 1223
[1726] => 1223
[1727] => 1223
[1725] => 1223
[1728] => 1223
[1729] => 1223
[11] => 0
[1710] => 11
[118] => 11
[171] => 11
[1413] => 171
[147] => 171
[148] => 147
[1396] => 148
[1397] => 148
[1398] => 148
[1399] => 148
[1400] => 148
[1403] => 148
[1401] => 148
[1402] => 148
[1395] => 148
[149] => 147
[150] => 147
[1356] => 150
[1357] => 150
[1358] => 150
[1359] => 150
[1360] => 150
[1361] => 150
[1362] => 150
[1363] => 150
[1364] => 150
[1365] => 150
[1368] => 150
[1369] => 150
[1370] => 150
[1371] => 150
[1366] => 150
[1367] => 150
[1178] => 147
[151] => 1178
[1181] => 1178
[1179] => 1178
[1180] => 1178
[1404] => 1178
[1182] => 1178
[152] => 147
[1340] => 152
[1341] => 152
[1342] => 152
[1343] => 152
[1344] => 152
[153] => 147
[1345] => 153
[1346] => 153
[1347] => 153
[1348] => 153
[1349] => 153
[1350] => 153
[1351] => 153
[1352] => 153
[1353] => 153
[154] => 147
[1387] => 154
[1388] => 154
[1389] => 154
[1390] => 154
[155] => 147
[156] => 147
[1378] => 156
[1379] => 156
[1380] => 156
[1381] => 156
[1382] => 156
[1383] => 156
[1384] => 156
[1385] => 156
[1386] => 156
[157] => 156
[158] => 157
[159] => 157
[160] => 157
[161] => 157
[162] => 157
[163] => 157
[164] => 157
[165] => 157
[166] => 156
[1391] => 166
[1393] => 166
[1394] => 166
[1392] => 166
[167] => 156
[1354] => 167
[1355] => 167
[168] => 156
[1372] => 168
[1373] => 168
[1374] => 168
[1375] => 168
[1376] => 168
[1377] => 168
[169] => 156
[120] => 11
[1670] => 11
[1626] => 11
[1627] => 11
[1581] => 0
[1582] => 1581
[1730] => 1581
[1583] => 1581
[1587] => 1581
[1743] => 1581
[1636] => 1581
[1637] => 1581
[1639] => 1581
[1588] => 1581
[1638] => 1581
[1733] => 1581
[1640] => 1581
[1739] => 1581
[1277] => 0
[1740] => 1277
[1741] => 1277
[1742] => 1277
[1731] => 1277
[1734] => 1277
[1736] => 1277
[1735] => 1277
[1738] => 1277
[1624] => 0
[1696] => 1624
[1274] => 1624
[1593] => 1624
[1594] => 1624
[1600] => 1624
[1680] => 1624
[1605] => 1624
[1595] => 1624
[1606] => 0
[1651] => 1606
[1631] => 1606
[1608] => 1606
[1616] => 1606
[1632] => 1606
[1634] => 1606
[1709] => 0
[1708] => 1709
[1732] => 1709
[1661] => 1709
)
)
)
|
Step 1 Function: show_debug() -- Line: 314 File: /var/www/vhosts/ohiorealtors.org/httpdocs/src/lib/error_handler.php Step 2 Function: template() -- Line: 186 File: /var/www/vhosts/ohiorealtors.org/httpdocs/src/template/standard.php Step 3 Function: require_once() -- Line: 193 File: /var/www/vhosts/ohiorealtors.org/httpdocs/src/template/standard.php Step 4 -- Line: 29 File: /var/www/vhosts/ohiorealtors.org/httpdocs/src/index.php |
| DEBUG |
Backtrace |
Show More |
Cookies
File: /var/www/vhosts/ohiorealtors.org/httpdocs/src/lib/error_handler.php - Line: 317
|
1: ohiorealtors: 6t7ejj74k77u4f1ltf0k15ak3s |
Step 1 Function: show_debug() -- Line: 317 File: /var/www/vhosts/ohiorealtors.org/httpdocs/src/lib/error_handler.php Step 2 Function: template() -- Line: 186 File: /var/www/vhosts/ohiorealtors.org/httpdocs/src/template/standard.php Step 3 Function: require_once() -- Line: 193 File: /var/www/vhosts/ohiorealtors.org/httpdocs/src/template/standard.php Step 4 -- Line: 29 File: /var/www/vhosts/ohiorealtors.org/httpdocs/src/index.php |
| DEBUG |
Backtrace |
Show More |
Server Variable
File: /var/www/vhosts/ohiorealtors.org/httpdocs/src/lib/error_handler.php - Line: 318
|
1: USER: ohiorealtors 2: HOME: /var/www/vhosts/ohiorealtors.org 3: SCRIPT_NAME: /index.php 4: REQUEST_URI: /blog/1418/coaching-corner-happy-new-year/ 5: QUERY_STRING: 6: REQUEST_METHOD: GET 7: SERVER_PROTOCOL: HTTP/1.0 8: GATEWAY_INTERFACE: CGI/1.1 9: REDIRECT_URL: /blog/1418/coaching-corner-happy-new-year/ 10: REMOTE_PORT: 46826 11: SCRIPT_FILENAME: /var/www/vhosts/ohiorealtors.org/httpdocs/src/index.php 12: SERVER_ADMIN: [no address given] 13: CONTEXT_DOCUMENT_ROOT: /var/www/vhosts/ohiorealtors.org/httpdocs/src 14: CONTEXT_PREFIX: 15: REQUEST_SCHEME: https 16: DOCUMENT_ROOT: /var/www/vhosts/ohiorealtors.org/httpdocs/src 17: REMOTE_ADDR: 216.73.216.88 18: SERVER_PORT: 443 19: SERVER_ADDR: 172.31.1.50 20: SERVER_NAME: www.ohiorealtors.org 21: SERVER_SOFTWARE: Apache 22: SERVER_SIGNATURE: Apache Server at www.ohiorealtors.org Port 443
23: PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin 24: HTTP_COOKIE: ohiorealtors=6t7ejj74k77u4f1ltf0k15ak3s 25: HTTP_REFERER: https://www.ohiorealtors.org/blog/1418/coaching-corner-happy-new-year 26: HTTP_ACCEPT_ENCODING: gzip, br, zstd, deflate 27: HTTP_USER_AGENT: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; ) 28: HTTP_ACCEPT: */* 29: HTTP_CONNECTION: close 30: HTTP_X_ACCEL_INTERNAL: /internal-nginx-static-location 31: HTTP_X_REAL_IP: 216.73.216.88 32: HTTP_HOST: www.ohiorealtors.org 33: proxy-nokeepalive: 1 34: SSL_TLS_SNI: www.ohiorealtors.org 35: HTTPS: on 36: SCRIPT_URI: https://www.ohiorealtors.org/blog/1418/coaching-corner-happy-new-year/ 37: SCRIPT_URL: /blog/1418/coaching-corner-happy-new-year/ 38: UNIQUE_ID: aWE15MfZXudy4NvlPCB3HwAAAVM 39: REDIRECT_STATUS: 200 40: REDIRECT_SSL_TLS_SNI: www.ohiorealtors.org 41: REDIRECT_HTTPS: on 42: REDIRECT_SCRIPT_URI: https://www.ohiorealtors.org/blog/1418/coaching-corner-happy-new-year/ 43: REDIRECT_SCRIPT_URL: /blog/1418/coaching-corner-happy-new-year/ 44: REDIRECT_UNIQUE_ID: aWE15MfZXudy4NvlPCB3HwAAAVM 45: FCGI_ROLE: RESPONDER 46: PHP_SELF: /index.php 47: REQUEST_TIME_FLOAT: 1767978468.7479 48: REQUEST_TIME: 1767978468 49: EXTERNAL_URL: https://dev.ohiorealtors.org 50: DB_HOST: localhost 51: DB_USER: oar_dbadmin_dev 52: DB_PASSWD: Kwe245SwT@nm5scX 53: DB_NAME: oar_dev 54: DB_PORT: 55: DB_SOCKET: 56: CDN_PATH: 57: CDN_BUCKET: 58: CACHE_ENABLED: false 59: CACHE_HOST: localhost 60: CACHE_PORT: 11211 61: CACHE_USER: 62: CACHE_PASS: 63: CACHE_PREFIX: dev_ 64: CACHE_EXPIRES: 3600 65: AWS_CLOUDFRONT_ID: d1hsdzdh1d5bok 66: AWS_CLOUDFRONT_ENDPOINT: https://d1hsdzdh1d5bok.cloudfront.net 67: CLOUDCONVERT_TOKEN: eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiMTZkMjE4NDEzNzRiMWJiOGQ0Y2E2MTllZGZjMmVlODFlNzFhYzMwMGQ1NzJmMWE0NTkwZWRiOWJjZDViZDVmNjhjYTExYjNhNDMzYzQ0NGIiLCJpYXQiOjE3MTEzOTE2NzcuMzc2NTc5LCJuYmYiOjE3MTEzOTE2NzcuMzc2NTgsImV4cCI6NDg2NzA2NTI3Ny4zNzExMjYsInN1YiI6IjYxOTY3NTgyIiwic2NvcGVzIjpbInRhc2sucmVhZCIsInVzZXIud3JpdGUiLCJ1c2VyLnJlYWQiLCJ0YXNrLndyaXRlIl19.pIjgHqcDVpSKr6CQF64NXKUEzPrux8YpVIzo83s7vZ_zBKr1XFm1FLh14O2Cp5zPNeFKzJKk88wQAFG5egql6YUvxP8PZjML7huX8IHv7GeWkkn162SeZi2n5SiyCAn4lLqpHLYNj0_OyBw6YiXS8_FwOOppyf3X5rIRENr3OU9B95UA3DS_QKGqZCOreaZG21Phx5sUe4LyYIzzwHFqkFamfW2ZPQyYrk50jMyLTNebLcywiQoGqjyTcpC5qpb1Jk1ns-boxPGaWQMRDzC5jaZB6a9EpRsqduQwZ1Woe-KVDg81kvmcVw3xwy4Jj4sLRIaAmYOaFsnG9l8IiygaCKhYb7iKQby8MOW6CYDjd2thAzj2qlUKGrBH4DQ21fEL8d8Kyuu0TZPUVCpt6hNHlHq0saairhhWhMVKtkCNlfsCxJtvMBJgsh2kuzfSMRTj3AIU6ZCBpapypDF1t2FygcYttSC4eUaG8srOyb3Xmi3GH17_bPuZFNYfetsvoIX7RyGVi_x-NKZqYK7tohf4KRlPaHMZdda2halbMLintHBerBm_MrxJPdM5YJ4QaaHLqlztOABtexKfxW169o2PqsEwEYkQ3ia_4qqy9WR6Nsj7PQVxq6B-VuB0qFgmRVhn7mDMjIlU4gDaWMtusKmB2mWhwtHXkyvydLuMTGdc9CA |
Step 1 Function: show_debug() -- Line: 318 File: /var/www/vhosts/ohiorealtors.org/httpdocs/src/lib/error_handler.php Step 2 Function: template() -- Line: 186 File: /var/www/vhosts/ohiorealtors.org/httpdocs/src/template/standard.php Step 3 Function: require_once() -- Line: 193 File: /var/www/vhosts/ohiorealtors.org/httpdocs/src/template/standard.php Step 4 -- Line: 29 File: /var/www/vhosts/ohiorealtors.org/httpdocs/src/index.php |