Backoffice Errors

Backoffice - This Document has been modified - Warning message

Overview

Problem / Symptoms:

This error is generally encountered on a system that is running Bepoz 4.6 where IE11 is not installed, most commonly noticed on for example a system running windows 7 and windows 8 where IE11 is not default to the current Windows installation.

This is due to the additions of MyBepoz within the Backoffice Application.

Solution / resolution:

Install IE 11

IE11 x86

IE11 x64

Following RegEdit is placed on BackOffice startup:

[HKEY_CURRENT_USER\\SOFTWARE\\Microsoft\\Internet Explorer\\Main\\FeatureControl\\FEATURE_BROWSER_EMULATION]

"backoffice.exe"=dword:000186a0

A decimal value of 100000

 

Value

Description

11001

Internet Explorer 11. Webpages are displayed in IE11 edge mode, regardless of the !DOCTYPE directive.

11000

IE11. Webpages containing standards-based !DOCTYPE directives are displayed in IE11 edge mode. Default value for IE11.

10001

Internet Explorer 10. Webpages are displayed in IE10 Standards mode, regardless of the !DOCTYPE directive.

10000

Internet Explorer 10. Webpages containing standards-based !DOCTYPE directives are displayed in IE10 Standards mode. Default value for Internet Explorer 10.

9999

Windows Internet Explorer 9. Webpages are displayed in IE9 Standards mode, regardless of the !DOCTYPE directive.

9000

Internet Explorer 9. Webpages containing standards-based !DOCTYPE directives are displayed in IE9 mode. Default value for Internet Explorer 9.

8888

Webpages are displayed in IE8 Standards mode, regardless of the !DOCTYPE directive.

8000

Webpages containing standards-based !DOCTYPE directives are displayed in IE8 mode. Default value for Internet Explorer 8

7000

Webpages containing standards-based !DOCTYPE directives are displayed in IE7 Standards mode. Default value for applications hosting the WebBrowser Control.