Skip to the main content

 

Blog-trimmed.jpg

Divorce Self-Employed Husband UK

 September 2022

If you are getting divorced and your husband is self-employed you may be worried about splitting your finances on divorce.

You are likely to be concerned about proving what assets your husband has, establishing the true value of those assets, working out his income and how you are going to achieve a fair divorce financial settlement.

Our specialist family law solicitors can help if you are divorcing a self-employed husband. Our team is experienced in advising on complex divorce settlements, involving family businesses, investments and pensions and we will be committed to achieving a fair financial settlement for you.

Initial Discussion

This article provides general information and does not constitute legal advice on any individual circumstances. 

For an initial discussion and a no-obligation quote, get in touch with us today by simply calling us on 01234 343134 or email us at enquiries@fullersfamilylaw.com and a member of our team will get back to you.

Divorcing the Self-employed

No self-employed divorce is ever the same as there are so many different scenarios, such as:

  • A husband who is self-employed and earning a living in a business where a lot of the turnover comes in cash payments.
  • A freelance worker with an unstable income.
  • A family business where both husband and wife are self-employed and involved in the business.
  • The husband's pension has funded the purchase of business premises so pension and business assets are tied up together.
  • A self-employed husband where it is suspected that he has been planning a separation and divorce for a while and has therefore syphoned off income and hidden assets.
  • A prenuptial agreement was entered into before your marriage and you are not sure how this will affect your entitlement to a share of your husband's business assets and wealth.

If you are divorcing a self-employed husband, it is particularly important that you instruct a family law solicitor who has experience in divorces involving businesses and tracing assets and income.

Tips on Divorcing a Self-employed Husband   

Our tips on divorcing a self-employed husband include:

  • If your divorce is amicable, and you enjoy working together in a family business but just cannot live together, then your business relationship could continue provided you secure a financial court order from the family court and also get a new shareholder agreement or partnership agreement drawn up. The type of document you need depends on the status of the business.
  • If you are concerned that the value of the business is being understated so you will not end up with a fair financial settlement, make sure that any business assets and goodwill are accurately and independently valued by a forensic accountant. In divorce financial settlement proceedings, the court can order a valuation by a jointly appointed expert.
  •  If you are worried that business assets are being transferred to defeat your financial claims you may need to make an application to the court for an order to preserve assets until the court has made a financial court order in your favour.
  • If you are struggling to prove your husband's income from his self-employed business because of an absence of records and paperwork, your family law solicitor may be able to ask the court to draw inferences about your husband's level of income because of your lifestyle during your marriage. For example, if the mortgage or car lease payments or holiday expenditure was not consistent with declared self-employed income.
  • If you divorced your husband and secured a spousal maintenance order you may want to make an application to the court to vary upwards the level of payments received if your ex-husband's expenditure and lifestyle are not consistent with the picture painted by him when the financial court order was made and when the court assessed the level of spousal maintenance payable.
  • If you separated or divorced a few years ago but did not get a financial court order because you felt intimidated or for other reasons then provided you have not remarried you will still be able to make a financial claim

At Fullers, we combine friendly and approachable legal advice with expert representation, to get the best financial settlement that meets your goals.

How Can Fullers Help?

We understand that finding a solicitor that you feel understands your own specific situation can be a daunting task. So you can book a free callback with us here.

We have also created a series of fixed-price consultation meetings with a full ‘no questions asked’ money-back guarantee promise.

For an initial discussion and a no-obligation quote, get in touch with us today by simply calling us on 01234 343134, filling in the contact form below, or emailing us at enquiries@fullersfamilylaw.com and a member of our team will get back to you.


Share this page:


Book a Free Callback

Required
Required
Required
Required
Required
Required


Our expertise & accreditations

Our highly qualified lawyers are members of Resolution, working to their code of practice, encouraging sensitive and cost-effective solutions that consider the needs of the whole family, including the interest of any children.

resolution - first for family law
resolution - collaborative family lawyer
resolution - mediator
Cyber Essentials - Certified
The Law Society accredited - Family Law
Lexcel Accredited
Investors in People

We have offices in Bedford, Milton Keynes and are currently looking to relocate our office in Northampton. We also have offices in Bedfordshire, Buckinghamshire, Hertfordshire, Cambridgeshire, Leicestershire, Northamptonshire, Norfolk and London.

concrete5 has encountered an issue.
Whoops \ Exception \ ErrorException (E_WARNING)
SessionHandler::write(): write failed: No space left on device (28) Whoops\Exception\ErrorException thrown with message "SessionHandler::write(): write failed: No space left on device (28)" Stacktrace: #3 Whoops\Exception\ErrorException in /srv/www/fullers/srv/updates/concrete-cms-8.5.19/concrete/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:67 #2 SessionHandler:write in /srv/www/fullers/srv/updates/concrete-cms-8.5.19/concrete/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:67 #1 Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy:write in [internal]:0 #0 session_write_close in [internal]:0
Stack frames (4)
3
Whoops\Exception\ErrorException
/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php67
2
SessionHandler write
/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php67
1
Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy write
[internal]0
0
session_write_close
[internal]0
/srv/www/fullers/srv/updates/concrete-cms-8.5.19/concrete/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php
     */
    public function close()
    {
        return (bool) $this->handler->close();
    }
 
    /**
     * {@inheritdoc}
     */
    public function read($sessionId)
    {
        return (string) $this->handler->read($sessionId);
    }
 
    /**
     * {@inheritdoc}
     */
    public function write($sessionId, $data)
    {
        return (bool) $this->handler->write($sessionId, $data);
    }
 
    /**
     * {@inheritdoc}
     */
    public function destroy($sessionId)
    {
        return (bool) $this->handler->destroy($sessionId);
    }
 
    /**
     * @return bool
     */
    public function gc($maxlifetime)
    {
        return (bool) $this->handler->gc($maxlifetime);
    }
 
    /**
     * {@inheritdoc}
/srv/www/fullers/srv/updates/concrete-cms-8.5.19/concrete/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php
     */
    public function close()
    {
        return (bool) $this->handler->close();
    }
 
    /**
     * {@inheritdoc}
     */
    public function read($sessionId)
    {
        return (string) $this->handler->read($sessionId);
    }
 
    /**
     * {@inheritdoc}
     */
    public function write($sessionId, $data)
    {
        return (bool) $this->handler->write($sessionId, $data);
    }
 
    /**
     * {@inheritdoc}
     */
    public function destroy($sessionId)
    {
        return (bool) $this->handler->destroy($sessionId);
    }
 
    /**
     * @return bool
     */
    public function gc($maxlifetime)
    {
        return (bool) $this->handler->gc($maxlifetime);
    }
 
    /**
     * {@inheritdoc}
[internal]
[internal]

Environment & details:

Key Value
Version 8.5.19
Installed Version 8.5.19
Database Version 20220319043123
Key Value
concrete.version 8.5.19
concrete.version_installed 8.5.19
concrete.version_db 20220319043123
concrete.installed true
concrete.locale en_US
concrete.charset UTF-8
concrete.charset_bom 
concrete.maintenance_mode false
concrete.debug.display_errors true
concrete.debug.detail debug
concrete.debug.error_reporting null
concrete.debug.hide_keys.config.0 ***********************
concrete.debug.hide_keys.config.1 ***********************************
concrete.debug.hide_keys.config.2 ******************************
concrete.debug.hide_keys.config.3 *********************************
concrete.debug.hide_keys.config.4 **************************************
concrete.debug.hide_keys.config.5 ********************************************
concrete.debug.hide_keys.config.6 ********************************************
concrete.debug.hide_keys.config.7 ************************
concrete.debug.hide_keys.config.8 ************
concrete.proxy.host null
concrete.proxy.port null
concrete.proxy.user null
concrete.proxy.password ***
concrete.upload.extensions *.flv;*.jpg;*.gif;*.jpeg;*.ico;*.docx;*.xla;*.png;*.psd;*.swf;*.doc;*.txt;*.xls;*.xlsx;*.csv;*.pdf;*.tiff;*.rtf;*.m4a;*.mov;*.wmv;*.mpeg;*.mpg;*.wav;*.3gp;*.avi;*.m4v;*.mp4;*.mp3;*.qt;*.ppt;*.pptx;*.kml;*.xml;*.svg;*.webm;*.ogg;*.ogv
concrete.upload.extensions_blacklist *.php;*.php2;*.php3;*.php4;*.php5;*.php7;*.php8;*.phtml;*.phar;*.htaccess;*.pl;*.phpsh;*.pht;*.shtml;*.cgi
concrete.upload.chunking.enabled true
concrete.upload.chunking.chunkSize null
concrete.export.csv.include_bom false
concrete.export.csv.datetime_format Y-m-d\TH:i:sP
concrete.interface.panel.page_relations false
concrete.mail.method smtp
concrete.mail.methods.smtp.server fullersfamilylaw-com.mail.protection.outlook.com
concrete.mail.methods.smtp.port 25
concrete.mail.methods.smtp.username
concrete.mail.methods.smtp.password
concrete.mail.methods.smtp.encryption TLS
concrete.mail.methods.smtp.messages_per_connection null
concrete.mail.methods.smtp.helo_domain localhost
concrete.cache.enabled true
concrete.cache.lifetime 21600
concrete.cache.overrides true
concrete.cache.blocks true
concrete.cache.assets true
concrete.cache.theme_css true
concrete.cache.pages blocks
concrete.cache.doctrine_dev_mode false
concrete.cache.full_page_lifetime forever
concrete.cache.full_page_lifetime_value null
concrete.cache.full_contents_assets_hash false
concrete.cache.directory /srv/www/fullers/srv/application/files/cache
concrete.cache.directory_relative null
concrete.cache.page.directory /srv/www/fullers/srv/application/files/cache/pages
concrete.cache.page.adapter file
concrete.cache.levels.overrides.drivers.core_ephemeral.class \Stash\Driver\Ephemeral
concrete.cache.levels.overrides.drivers.core_filesystem.class Concrete\Core\Cache\Driver\FileSystemStashDriver
concrete.cache.levels.overrides.drivers.core_filesystem.options.path /srv/www/fullers/srv/application/files/cache/overrides
concrete.cache.levels.overrides.drivers.core_filesystem.options.dirPermissions 509
concrete.cache.levels.overrides.drivers.core_filesystem.options.filePermissions 436
concrete.cache.levels.overrides.drivers.redis.class Concrete\Core\Cache\Driver\RedisStashDriver
concrete.cache.levels.overrides.drivers.redis.options.prefix c5_overrides
concrete.cache.levels.overrides.drivers.redis.options.database 0
concrete.cache.levels.overrides.preferred_driver core_filesystem
concrete.cache.levels.expensive.drivers.core_ephemeral.class \Stash\Driver\Ephemeral
concrete.cache.levels.expensive.drivers.core_filesystem.class Concrete\Core\Cache\Driver\FileSystemStashDriver
concrete.cache.levels.expensive.drivers.core_filesystem.options.path /srv/www/fullers/srv/application/files/cache/expensive
concrete.cache.levels.expensive.drivers.core_filesystem.options.dirPermissions 509
concrete.cache.levels.expensive.drivers.core_filesystem.options.filePermissions 436
concrete.cache.levels.expensive.drivers.redis.class Concrete\Core\Cache\Driver\RedisStashDriver
concrete.cache.levels.expensive.drivers.redis.options.prefix c5_expensive
concrete.cache.levels.expensive.drivers.redis.options.database 0
concrete.cache.levels.expensive.preferred_driver core_filesystem
concrete.cache.levels.object.drivers.core_ephemeral.class \Stash\Driver\Ephemeral
concrete.cache.levels.object.drivers.redis.class Concrete\Core\Cache\Driver\RedisStashDriver
concrete.cache.levels.object.drivers.redis.options.prefix c5_object
concrete.cache.levels.object.drivers.redis.options.database 0
concrete.cache.levels.object.preferred_driver core_ephemeral
concrete.cache.clear.thumbnails true
concrete.cache.clear.last_cleared 1648642409
concrete.cache.last_cleared 1749647611
concrete.design.enable_custom true
concrete.design.enable_layouts true
concrete.log.emails true
concrete.log.errors true
concrete.log.spam false
concrete.log.api false
concrete.log.enable_dashboard_report true
concrete.log.configuration.mode simple
concrete.log.configuration.simple.core_logging_level NOTICE
concrete.log.configuration.simple.handler database
concrete.log.configuration.simple.file.file
concrete.jobs.enable_scheduling true
concrete.filesystem.temp_directory null
concrete.filesystem.permissions.file 436
concrete.filesystem.permissions.directory 509
concrete.email.enabled true
concrete.email.default.address ******************************
concrete.email.default.name
concrete.email.form_block.address ******************************
concrete.email.forgot_password.address ******************************
concrete.email.forgot_password.name
concrete.email.validate_registration.address ******************************
concrete.email.validate_registration.name
concrete.email.workflow_notification.address
concrete.email.workflow_notification.name
concrete.email.register_notification.address
concrete.form.store_form_submissions auto
concrete.marketplace.enabled true
concrete.marketplace.request_timeout 30
concrete.marketplace.token null
concrete.marketplace.site_token null
concrete.marketplace.intelligent_search false
concrete.marketplace.log_requests false
concrete.external.intelligent_search_help true
concrete.external.news false
concrete.external.news_overlay false
concrete.misc.user_timezones false
concrete.misc.package_backup_directory /srv/www/fullers/srv/application/files/trash
concrete.misc.enable_progressive_page_reindex true
concrete.misc.mobile_theme_id 0
concrete.misc.sitemap_approve_immediately true
concrete.misc.enable_translate_locale_en_us false
concrete.misc.page_search_index_lifetime 259200
concrete.misc.enable_trash_can true
concrete.misc.default_jpeg_image_compression 80
concrete.misc.default_png_image_compression 9
concrete.misc.default_thumbnail_format auto
concrete.misc.inplace_image_operations_limit 4194304
concrete.misc.basic_thumbnailer_generation_strategy now
concrete.misc.help_overlay true
concrete.misc.require_version_comments false
concrete.misc.enable_move_blocktypes_across_sets false
concrete.misc.image_editor_cors_policy.enable_cross_origin false
concrete.misc.image_editor_cors_policy.anonymous_request true
concrete.misc.generator_tag_display_in_header true
concrete.misc.login_redirect HOMEPAGE
concrete.misc.access_entity_updated 1538479543
concrete.misc.latest_version 8.4.3
concrete.misc.do_page_reindex_check false
concrete.misc.login_redirect_cid 0
concrete.theme.compress_preprocessor_output false
concrete.theme.generate_less_sourcemap false
concrete.updates.enable_auto_update_packages false
concrete.updates.enable_permissions_protection true
concrete.updates.check_threshold 172800
concrete.updates.services.get_available_updates https://marketplace.concretecms.com/tools/update_core
concrete.updates.services.inspect_update https://marketplace.concretecms.com/tools/inspect_update
concrete.updates.skip_core false
concrete.paths.trash /!trash
concrete.paths.drafts /!drafts
concrete.icons.page_template.width 120
concrete.icons.page_template.height 90
concrete.icons.theme_thumbnail.width 120
concrete.icons.theme_thumbnail.height 90
concrete.icons.file_manager_listing.handle file_manager_listing
concrete.icons.file_manager_listing.width 60
concrete.icons.file_manager_listing.height 60
concrete.icons.file_manager_detail.handle file_manager_detail
concrete.icons.file_manager_detail.width 400
concrete.icons.file_manager_detail.height 400
concrete.icons.user_avatar.width 80
concrete.icons.user_avatar.height 80
concrete.icons.user_avatar.default /updates/concrete-cms-8.5.19/concrete/images/avatar_none.png
concrete.file_manager.images.use_exif_data_to_rotate_images false
concrete.file_manager.images.manipulation_library gd
concrete.file_manager.images.create_high_dpi_thumbnails true
concrete.file_manager.images.preview_image_size small
concrete.file_manager.images.preview_image_popover true
concrete.file_manager.images.svg_sanitization.action sanitize
concrete.file_manager.images.svg_sanitization.allowed_tags
concrete.file_manager.images.svg_sanitization.allowed_attributes
concrete.file_manager.images.image_editor_save_area_background_color
concrete.file_manager.items_per_page_options.0 10
concrete.file_manager.items_per_page_options.1 25
concrete.file_manager.items_per_page_options.2 50
concrete.file_manager.items_per_page_options.3 100
concrete.file_manager.items_per_page_options.4 250
concrete.file_manager.results 10
concrete.search_users.results 10
concrete.sitemap_xml.file sitemap.xml
concrete.sitemap_xml.frequency weekly
concrete.sitemap_xml.priority 0.5
concrete.accessibility.toolbar_titles true
concrete.accessibility.toolbar_large_font false
concrete.accessibility.display_help_system false
concrete.accessibility.toolbar_tooltips false
concrete.i18n.choose_language_login false
concrete.i18n.auto_install_package_languages true
concrete.i18n.community_translation.entry_point https://translate.concretecms.org/api
concrete.i18n.community_translation.api_token
concrete.i18n.community_translation.progress_limit 60
concrete.i18n.community_translation.cache_lifetime 3600
concrete.i18n.community_translation.package_url https://translate.concretecms.org/translate/package
concrete.urls.concrete5 http://marketplace.concretecms.com
concrete.urls.concrete5_secure https://marketplace.concretecms.com
concrete.urls.newsflow http://newsflow.concrete5.org
concrete.urls.background_feed //backgroundimages.concrete5.org/wallpaper
concrete.urls.privacy_policy //www.concretecms.com/about/legal/privacy-policy
concrete.urls.background_feed_secure https://backgroundimages.concrete5.org/wallpaper
concrete.urls.background_info http://backgroundimages.concrete5.org/get_image_data.php
concrete.urls.videos https://www.youtube.com/user/concrete5cms/videos
concrete.urls.help.developer http://documentation.concrete5.org/developers
concrete.urls.help.user http://documentation.concrete5.org/editors
concrete.urls.help.forum http://www.concrete5.org/community/forums
concrete.urls.help.slack https://www.concrete5.org/slack
concrete.urls.paths.menu_help_service /tools/get_remote_help_list/
concrete.urls.paths.site_page /private/sites
concrete.urls.paths.newsflow_slot_content /tools/slot_content/
concrete.urls.paths.marketplace.projects /profile/projects/
concrete.urls.paths.marketplace.connect /marketplace/connect
concrete.urls.paths.marketplace.connect_success /marketplace/connect/-/connected
concrete.urls.paths.marketplace.connect_validate /marketplace/connect/-/validate
concrete.urls.paths.marketplace.connect_new_token /marketplace/connect/-/generate_token
concrete.urls.paths.marketplace.checkout /cart/-/add
concrete.urls.paths.marketplace.purchases /marketplace/connect/-/get_available_licenses
concrete.urls.paths.marketplace.item_information /marketplace/connect/-/get_item_information
concrete.urls.paths.marketplace.item_free_license /marketplace/connect/-/enable_free_license
concrete.urls.paths.marketplace.remote_item_list /marketplace/
concrete.white_label.logo false
concrete.white_label.name false
concrete.white_label.background_image null
concrete.white_label.background_url none
concrete.session.name CONCRETE5
concrete.session.handler file
concrete.session.redis.database 1
concrete.session.save_path /srv/www/fullers/srv/application/files/tmp/sessions
concrete.session.max_lifetime 3456000
concrete.session.gc_probability 1
concrete.session.gc_divisor 100
concrete.session.cookie.cookie_path false
concrete.session.cookie.cookie_lifetime 10510000
concrete.session.cookie.cookie_domain false
concrete.session.cookie.cookie_secure false
concrete.session.cookie.cookie_httponly true
concrete.session.cookie.cookie_raw false
concrete.session.cookie.cookie_samesite null
concrete.session.remember_me.lifetime 1209600
concrete.user.registration.enabled false
concrete.user.registration.type disabled
concrete.user.registration.captcha true
concrete.user.registration.email_registration false
concrete.user.registration.display_username_field true
concrete.user.registration.display_confirm_password_field true
concrete.user.registration.validate_email false
concrete.user.registration.approval false
concrete.user.registration.notification false
concrete.user.group.badge.default_point_value 50
concrete.user.username.maximum 64
concrete.user.username.minimum 3
concrete.user.username.allowed_characters.boundary A-Za-z0-9
concrete.user.username.allowed_characters.middle A-Za-z0-9_\.
concrete.user.username.allowed_characters.requirement_string A username may only contain letters, numbers, dots (not at the beginning/end), and underscores (not at the beginning/end).
concrete.user.username.allowed_characters.error_string A username may only contain letters, numbers, dots (not at the beginning/end), and underscores (not at the beginning/end).
concrete.user.password.maximum 128
concrete.user.password.minimum 5
concrete.user.password.required_special_characters 0
concrete.user.password.required_lower_case 0
concrete.user.password.required_upper_case 0
concrete.user.password.reuse 0
concrete.user.password.hash_portable false
concrete.user.password.hash_cost_log2 12
concrete.user.password.legacy_salt
concrete.user.email.test_mx_record false
concrete.user.email.strict true
concrete.user.private_messages.throttle_max 20
concrete.user.private_messages.throttle_max_timespan 15
concrete.user.deactivation.enable_login_threshold_deactivation false
concrete.user.deactivation.login.threshold 120
concrete.user.deactivation.authentication_failure.enabled false
concrete.user.deactivation.authentication_failure.amount 5
concrete.user.deactivation.authentication_failure.duration 300
concrete.user.deactivation.message This user is inactive. Please contact us regarding this account.
concrete.spam.whitelist_group 0
concrete.spam.notify_email
concrete.calendar.colors.text #ffffff
concrete.calendar.colors.background #3A87AD
concrete.security.session.invalidate_on_user_agent_mismatch false
concrete.security.session.invalidate_on_ip_mismatch false
concrete.security.session.invalidate_inactive_users.enabled false
concrete.security.session.invalidate_inactive_users.time 300
concrete.security.misc.x_frame_options SAMEORIGIN
concrete.permissions.forward_to_login true
concrete.permissions.model simple
concrete.seo.exclude_words a, an, as, at, before, but, by, for, from, is, in, into, like, of, off, on, onto, per, since, than, the, this, that, to, up, via, with
concrete.seo.url_rewriting true
concrete.seo.url_rewriting_all false
concrete.seo.redirect_to_canonical_url 1
concrete.seo.canonical_url null
concrete.seo.canonical_url_alternative null
concrete.seo.trailing_slash false
concrete.seo.title_format %2$s : %1$s
concrete.seo.title_segment_separator :
concrete.seo.page_path_separator -
concrete.seo.group_name_separator /
concrete.seo.segment_max_length 128
concrete.seo.paging_string ccm_paging_p
concrete.statistics.track_downloads true
concrete.limits.sitemap_pages 100
concrete.limits.delete_pages 100
concrete.limits.copy_pages 10
concrete.limits.page_search_index_batch 200
concrete.limits.job_queue_batch 10
concrete.limits.style_customizer.size_min -50
concrete.limits.style_customizer.size_max 200
concrete.page.search.always_reindex false
concrete.composer.idle_timeout 1
concrete.api.enabled false
concrete.api.grant_types.client_credentials true
concrete.api.grant_types.authorization_code true
concrete.api.grant_types.password_credentials false
concrete.api.grant_types.refresh_token true
concrete.mutex.semaphore.priority 100
concrete.mutex.semaphore.class Concrete\Core\System\Mutex\SemaphoreMutex
concrete.mutex.file_lock.priority 50
concrete.mutex.file_lock.class Concrete\Core\System\Mutex\FileLockMutex
concrete.social.additional_services.0.0 facebook2x
concrete.social.additional_services.0.1 Facebook 2x
concrete.social.additional_services.0.2 facebook fa-2x
concrete.social.additional_services.1.0 linkedin2x
concrete.social.additional_services.1.1 LinkedIn 2x
concrete.social.additional_services.1.2 linkedin-square fa-2x
concrete.social.additional_services.2.0 twitter2x
concrete.social.additional_services.2.1 Twitter 2x
concrete.social.additional_services.2.2 twitter fa-2x
concrete.social.additional_services.3.0 youtube2x
concrete.social.additional_services.3.1 YouTube 2x
concrete.social.additional_services.3.2 youtube-play fa-2x
concrete.style_customizer.updater.ignored_values.preset-fonts-file Concrete\Core\StyleCustomizer\Style\Value\BasicValue
concrete.version_db_installed 20220319043123
concrete.maintenance.version_job_page_num 374
concrete.site Fullers Family Law
empty
empty
empty
empty
Key Value
_sf2_attributes Array ( )
_symfony_flashes Array ( )
_sf2_meta Array ( [u] => 1751136716 [c] => 1751136716 [l] => 10510000 )
Key Value
REDIRECT_SERVER_CONTEXT **********
REDIRECT_HTTPS **
REDIRECT_SSL_TLS_SNI ********************
REDIRECT_SSL_SERVER_S_DN_CN ********************
REDIRECT_SSL_SERVER_I_DN_C **
REDIRECT_SSL_SERVER_I_DN_O *************
REDIRECT_SSL_SERVER_I_DN_CN ***
REDIRECT_SSL_SERVER_SAN_DNS_0 **********************
REDIRECT_SSL_SERVER_SAN_DNS_1 ********************
REDIRECT_SSL_SERVER_SAN_DNS_2 **************
REDIRECT_SSL_SERVER_SAN_DNS_3 ******************************
REDIRECT_SSL_SERVER_SAN_DNS_4 ****************************
REDIRECT_SSL_SERVER_SAN_DNS_5 **********************
REDIRECT_SSL_SERVER_SAN_DNS_6 **************************
REDIRECT_SSL_SERVER_SAN_DNS_7 ************************
REDIRECT_SSL_SERVER_SAN_DNS_8 ******************
REDIRECT_SSL_VERSION_INTERFACE **************
REDIRECT_SSL_VERSION_LIBRARY *******************
REDIRECT_SSL_PROTOCOL *******
REDIRECT_SSL_SECURE_RENEG ****
REDIRECT_SSL_COMPRESS_METHOD ****
REDIRECT_SSL_CIPHER ***************************
REDIRECT_SSL_CIPHER_EXPORT *****
REDIRECT_SSL_CIPHER_USEKEYSIZE ***
REDIRECT_SSL_CIPHER_ALGKEYSIZE ***
REDIRECT_SSL_CLIENT_VERIFY ****
REDIRECT_SSL_SERVER_M_VERSION *
REDIRECT_SSL_SERVER_M_SERIAL ************************************
REDIRECT_SSL_SERVER_V_START ************************
REDIRECT_SSL_SERVER_V_END ************************
REDIRECT_SSL_SERVER_S_DN ***********************
REDIRECT_SSL_SERVER_I_DN ***************************
REDIRECT_SSL_SERVER_A_KEY *************
REDIRECT_SSL_SERVER_A_SIG ***********************
REDIRECT_SSL_SESSION_ID ****************************************************************
REDIRECT_SSL_SESSION_RESUMED *******
REDIRECT_STATUS ***
SERVER_CONTEXT **********
HTTPS **
SSL_TLS_SNI ********************
SSL_SERVER_S_DN_CN ********************
SSL_SERVER_I_DN_C **
SSL_SERVER_I_DN_O *************
SSL_SERVER_I_DN_CN ***
SSL_SERVER_SAN_DNS_0 **********************
SSL_SERVER_SAN_DNS_1 ********************
SSL_SERVER_SAN_DNS_2 **************
SSL_SERVER_SAN_DNS_3 ******************************
SSL_SERVER_SAN_DNS_4 ****************************
SSL_SERVER_SAN_DNS_5 **********************
SSL_SERVER_SAN_DNS_6 **************************
SSL_SERVER_SAN_DNS_7 ************************
SSL_SERVER_SAN_DNS_8 ******************
SSL_VERSION_INTERFACE **************
SSL_VERSION_LIBRARY *******************
SSL_PROTOCOL *******
SSL_SECURE_RENEG ****
SSL_COMPRESS_METHOD ****
SSL_CIPHER ***************************
SSL_CIPHER_EXPORT *****
SSL_CIPHER_USEKEYSIZE ***
SSL_CIPHER_ALGKEYSIZE ***
SSL_CLIENT_VERIFY ****
SSL_SERVER_M_VERSION *
SSL_SERVER_M_SERIAL ************************************
SSL_SERVER_V_START ************************
SSL_SERVER_V_END ************************
SSL_SERVER_S_DN ***********************
SSL_SERVER_I_DN ***************************
SSL_SERVER_A_KEY *************
SSL_SERVER_A_SIG ***********************
SSL_SESSION_ID ****************************************************************
SSL_SESSION_RESUMED *******
HTTP_ACCEPT ***
HTTP_USER_AGENT *******************************************************************************************************
HTTP_ACCEPT_ENCODING ***********************
HTTP_HOST ********************
PATH *****************************
SERVER_SIGNATURE ****************************************************************************************************************
SERVER_SOFTWARE ******
SERVER_NAME ********************
SERVER_ADDR *************
SERVER_PORT ***
REMOTE_ADDR **************
DOCUMENT_ROOT ********************
REQUEST_SCHEME *****
CONTEXT_PREFIX
CONTEXT_DOCUMENT_ROOT ********************
SERVER_ADMIN ************************
SCRIPT_FILENAME ******************************
REMOTE_PORT *****
REDIRECT_URL **********************************************
GATEWAY_INTERFACE *******
SERVER_PROTOCOL ********
REQUEST_METHOD ***
QUERY_STRING
REQUEST_URI **********************************************
SCRIPT_NAME **********
PHP_SELF **********
REQUEST_TIME_FLOAT ***
REQUEST_TIME ***
empty
0. Concrete\Core\Error\Handler\ErrorHandler
1. Concrete\Core\Error\Handler\JsonErrorHandler