> For the complete documentation index, see [llms.txt](https://docs.wproofreader.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wproofreader.com/v6.11.1/troubleshooting/client-side/error-in-console-the-product-scayt2_wsc_dialog-is-not-available-or-enabled-for-your-subscription.md).

# Error in console: The product 'scayt2\_wsc\_dialog' is not available or enabled for your subscription

### Problem and Symptoms <a href="#errorinconsole-theproductscayt2_wsc_dialogisnotavailableorenabledforyoursubscription-problemandsympt" id="errorinconsole-theproductscayt2_wsc_dialogisnotavailableorenabledforyoursubscription-problemandsympt"></a>

SCAYT and WebSpellChecker Dialog plugins for CKEditor 4 are installed on a localhost and throw the following error message:

```javascript
{"error":true,"is_critical":1,"message":"sc","command":"The product 'scayt2_wsc_dialog' is not available 
or enabled for your subscription. 
Contact support@webspellchecker.net for more details."}
```

### Solution <a href="#errorinconsole-theproductscayt2_wsc_dialogisnotavailableorenabledforyoursubscription-solution" id="errorinconsole-theproductscayt2_wsc_dialogisnotavailableorenabledforyoursubscription-solution"></a>

SCAYT 2 was officially deprecated, and is no longer supported as a part of WebSpellChecker free services. Here are the ways to solve the issue:

* Upgrade to the latest version of CKEditor. The [latest version of CKEditor 4](https://ckeditor.com/ckeditor-4/download/) has built-in SCAYT 3 plugin. Thus, you can continue using the services for free but with certain limitations and a banner ad.
* We recommend using [WProofreader](https://webspellchecker.com/wsc-proofreader/) as an alternative solution compatible with older versions of CKEditor.
* If spelling and grammar check functionality is not required or is unpopular in your web applications, you can remove the plugins from CKEditor to get rid of errors in console. You can do it by adding the following option to CKEditor config.js file:

```javascript
config.removePlugins = 'wsc, scayt';
```

In general, upgrading CKEditor and WebSpellChecker Dialog and SCAYT plugins help keep the products up-to-date and reliable.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.wproofreader.com/v6.11.1/troubleshooting/client-side/error-in-console-the-product-scayt2_wsc_dialog-is-not-available-or-enabled-for-your-subscription.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
