V-tek

January 24, 2012 at 1:59pm
Home

TinyMCE - Uncaught TypeError: cannot call method ‘push’ + spellChecker

Recently I tried to integrate the php spellchecker of TinyMCE into a project we’re working on, when I stumbled upon the error:

uncaught typeerror cannot call method ‘push’

Googling around I found the solution to the problem by upgrading the TinyMCE package to a newer version (3.4.5). Hope it helps - because I didn’t found that much information on the internet about it.

Notes