Page 1 of 1
Website Configuration Error
Posted: Thu Jun 26, 2025 9:30 pm
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?
Re: Website Configuration Error
Posted: Thu Jun 26, 2025 9:49 pm
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.