[Plugin: CKEditor For WordPress] filemanager/connectors/php/config.php Needs Updating
-
To prevent the error, “Invalid type specified”, while linking to a file with the File Manager, I had to make the following changes to this file: ckeditor-for-wordpress/filemanager/connectors/php/config.php
Line 58:
$Config['ConfigAllowedTypes'] = array('Files', 'Images', 'Flash') ;
Should be:
$Config['ConfigAllowedTypes'] = array('File', 'Image', 'Flash') ;Lines 116-121:
[Files]should be[File]Lines 123-128:
[Images]should be[Image]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘[Plugin: CKEditor For WordPress] filemanager/connectors/php/config.php Needs Updating’ is closed to new replies.