Website Configuration Error

About the ASPS server modules
Post Reply
AdamG12
Posts: 0
Joined: Thu Jun 26, 2025 7:04 am

Website Configuration Error

Post by AdamG12 »

About few of our users occasionally get a prompt about website configuration error after logging in. Their devices were working fine with artisbrowser and the site before this error occurs. Refreshing or reattempting login does not solve the issue. May I know why does this happen?
Support
Site Admin
Posts: 46
Joined: Thu Jun 26, 2025 12:01 am

Re: Website Configuration Error

Post by Support »

AdamG12 wrote: Thu Jun 26, 2025 9:30 pm website configuration error
Website configuration error means what is says... there are errors on your page.

1. The most common cause is HTML appearing before the ArtisReader tag. Nothing can appear before that tag. Check that a CMS plugin is not injecting code to appear before the ArtisReader tag.

2. Make sure that language is declared by using a Content-Type tag, for example....
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

3. Check for coding errors such as unclosed tags.
Post Reply