Publisher does not support the Fluid field type. Please do not contact asking when support will be available.

If you purchased an add-on from expressionengine.com, be sure to visit boldminded.com/claim to add the license to your account here on boldminded.com.

Ticket: Spell Check Plugin

Status Resolved
Add-on / Version
Severity Trivial
EE Version

Michael Olson

Apr 08, 2013

I am trying to add a spell check plugin to Wyvern.

I have unzipped the plugin(s), placed them in the /themes/third_party/wyvern/plugins/ folder and when I try to enable them in the module settings, I select the plugin in the select menu then click save

At this point I get a white screen that says “Disallowed Key Characters” at the top

I am using the latest version of CKEditor (4.1) downloaded today.

Thanks for the help!
-m

#1

BoldMinded (Brian)

Can you attach a screenshot? Perhaps of the page, and the response in Console. Maybe a link so I can see it?

#2

Michael Olson

Attached. Also, it doesn’t seem to have to do with plug-ins anymore… Now I can’t save the wyvern module without getting this error, regardless of plugins uploaded. I have tried both ckeditor 4.1 and 4.03 - which is supported? Also, the editor stopped showing on entries (the whole field, really). See other screenshot I am attaching.

#3

BoldMinded (Brian)

Either CKeditor should be supported. I tested locally and can’t replicate the issue:

My sandbox test #1 admin.php?S=f497f1010817e74e9eaae4c60e7c740f3ce44a6a&D=cp&C=addons_modules&M=show_module_cp&module=wyvern&method=save_settings

My sandbox test #2 - using system/index.php index.php?S=1da4453516fb9a05ac315d277cf43055ed66f5ce&D=cp&C=addons_modules&M=show_module_cp&module=wyvern&method=save_settings

Your URL index.php?S=28da44d09aa7488ff1945cddbfc05f05d1519347&D=cp&C=addons_modules&M=show_module_cp&module=wyvern&method=save_settings

As you can see the form action for all 3 are identical except for the php file. Have you installed anything else lately?

#4

BoldMinded (Brian)

If the scayt plugin was installed correctly you’d see the folder here https://www.evernote.com/shard/s9/sh/453aa357-99f1-4f83-9334-8142c413161a/b6e931bbf7ff9690d888820e2bf2f745

#5

BoldMinded (Brian)

For future reference for anyone, in helper.wyvern.php around line 247 is this snippet of code:

foreach ($this->native_plugins as $k => $plugin)
        {
            if( ! is_dir($this->_get_theme_folder_path().'wyvern/plugins/'.$plugin) OR
                // This check is mostly for my dev environment
                ! is_link($this->_get_theme_folder_path().'wyvern/plugins/'.$plugin))
            {
                unset($this->native_plugins[$k]);
            }
        }

Remove that and see if the plugins load successfully.

Login to reply