🔧 Homnex Settings System Test

This page tests the settings system integration and displays current configuration.

1. Settings Loader Check

SUCCESS: Settings loader is properly loaded. getSetting() function is available.

2. Database Connection Check

SUCCESS: Database connection established.

3. System Settings Table Check

SUCCESS: system_settings table exists.

4. Settings Count

SUCCESS: Found 64 settings in database.

5. Current Database Settings

Setting KeySetting ValueDescriptionLast Updated
addressSunyani, GhanaN/A2025-10-04 04:46:58
agent_commission5Agent commission percentage2025-05-18 20:08:12
agent_default_commission_percentage6N/A2026-01-28 14:48:15
agent_service_fee_percentage1N/A2026-01-20 09:52:52
allowed_file_typesjpg,jpeg,png,gif,pdf,doc,docxN/A2025-10-04 04:50:27
auto_approve_bookings0N/A2025-10-04 04:50:27
auto_approve_properties0N/A2025-10-04 04:50:27
bank_transfer_detailsN/A2025-10-06 09:13:06
booking_deposit_percentage2N/A2025-10-23 21:32:18
booking_fee50Booking fee amount2025-05-18 20:08:12
citySunyaniN/A2025-10-04 04:46:58
contact_emailinfo@fransamhomes.comContact email address2025-10-06 23:55:50
contact_phone+233205132353Contact phone number2025-10-04 04:46:58
countryGhanaN/A2025-10-04 04:42:51
currencyGHSDefault currency2025-05-18 20:08:12
currency_symbolCurrency symbol2025-05-18 20:08:12
date_formatY-m-dN/A2025-10-04 04:42:51
direct_contact_messageContact our agents and landlords directlyN/A2026-01-23 16:39:16
enable_contact_save1N/A2026-01-23 16:39:16
enable_direct_contact0N/A2026-01-28 10:17:43
enable_live_chat1N/A2026-01-23 16:39:16
enable_messaging1N/A2025-10-07 00:12:08
enable_property_submission1N/A2025-10-07 00:12:08
enable_reviews1N/A2025-10-07 00:12:08
enable_user_registration1N/A2025-10-07 00:12:08
file_upload_max_size5N/A2025-10-04 04:50:27
google_analytics_idN/A2025-10-04 04:50:27
google_maps_api_keyAIzaSyDEjBo2RXGbj5-hNAZnUmh-6Pq8XkujmGgN/A2025-10-09 18:18:08
inspection_window48Inspection window in hours2025-05-18 20:08:12
landlord_commission10Landlord commission percentage2025-05-18 20:08:12
mail_driversmtpN/A2025-10-04 05:03:33
mail_encryptiontlsN/A2025-10-05 19:19:35
mail_from_emailno-reply@fransamhomes.comN/A2025-10-07 00:17:49
mail_from_nameFransam HomesN/A2025-10-07 00:20:06
mail_hostmail.fransamhomes.comN/A2025-10-07 00:04:05
mail_passwordSamFran@123?N/A2025-10-07 00:04:05
mail_port587N/A2025-10-04 05:03:33
mail_usernameno-reply@fransamhomes.comN/A2025-10-07 00:17:49
maintenance_messageWe are currently performing maintenance. Please check back soon.N/A2025-10-04 04:50:27
maintenance_mode0Maintenance mode (0=off, 1=on)2025-11-01 11:39:19
mobile_money_providersN/A2025-10-06 09:13:06
payment_currencyGHSN/A2025-10-06 09:13:06
payment_instructionsN/A2025-10-06 09:13:06
payment_methodsN/A2025-10-06 09:13:06
recaptcha_secret_keyN/A2025-10-04 04:50:27
recaptcha_site_keyN/A2025-10-04 04:50:27
refund_fee_percentage0N/A2026-01-28 13:51:08
security_deposit_percentage0N/A2026-01-28 13:51:08
service_fee_percentage2N/A2025-10-17 13:48:20
show_agent_details1N/A2026-01-23 16:39:16
show_landlord_details1N/A2026-01-23 16:39:16
show_property_location1N/A2026-01-23 16:39:16
site_descriptionFind your perfect roomWebsite description2025-05-18 20:08:12
site_faviconuploads/site/favicon_68e0a9d57807b.pngN/A2025-10-04 05:00:05
site_logouploads/site/logo_68e0aa1151a2d.pngN/A2025-10-04 05:01:05
site_nameFransam HomesWebsite name2025-10-06 21:58:47
site_taglineYour Home, Our HomeN/A2025-10-04 04:46:58
sms_api_keydG9WS3J4SHlCUVVOb01veFF3Yk4N/A2025-10-07 07:19:40
sms_enabled1N/A2025-10-04 05:31:38
sms_providerarkeselN/A2025-10-04 05:23:19
sms_sender_idFransamHomeN/A2025-10-07 00:11:45
tax_percentage0N/A2025-10-06 09:13:06
timezoneAfrica/AccraN/A2025-10-04 04:42:51
time_formatH:iN/A2025-10-04 04:42:51

6. getSetting() Function Test

Setting KeyRetrieved ValueStatus
site_nameFransam Homes✓ Found
site_taglineYour Home, Our Home✓ Found
site_descriptionFind your perfect room✓ Found
contact_emailinfo@fransamhomes.com✓ Found
contact_phone+233205132353✓ Found
currencyGHS✓ Found
currency_symbol✓ Found
maintenance_mode0⚠ Using Default

7. Frontend Integration Check

FileDescriptionStatus
includes/config.phpConfiguration file✓ Exists
includes/settings_loader.phpSettings loader✓ Exists
includes/header.phpHeader template✓ Exists
includes/footer.phpFooter template✓ Exists
admin/pages/settings.phpAdmin settings page✓ Exists

8. Frontend Display Test

Site Name: Fransam Homes
Site Tagline: Your Home, Our Home
Site Description: Find your perfect room
Contact Email: info@fransamhomes.com
Contact Phone: +233205132353
Currency: GHS (₵)
Maintenance Mode: Disabled

9. Test Summary

✅ All Core Tests Passed!

The settings system is properly configured and working. You can now:


Test completed at: 2026-08-28 09:51:16
← Back to Home | Go to Admin Settings →