Hi,
I’m having problems configuring the CKEditor Field. The upload and installation goes well, but when clicking the CKEditor Field (Add-ons > Fieldtypes > CKEditor Field) I get this error message
Fatal error: Cannot access protected property EE_Loader::$_ci_cached_vars in /var/www/vhosts/6/104365/webspace/httpdocs/algrmin/expressionengine/third_party/bbr_ckeditor/ft.bbr_ckeditor.php on line 349
I’ve uninstalled it and removed the whole map, then upload it again and installed it, but still keeps giving me the same error. How can I fix this?
I saw 2 similar threads 192263 and 200828 but with no fix.
I’m using EE 2.2.2
I’ve tried the CKEditor versions 1.1, 1.2 and 1.3 and all of this versions have one similar code that generates the error message:
$this->EE->table->set_template($this->EE->load->_ci_cached_vars['cp_pad_table_template']);
Thanks!