You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.
Hi I am using kcfinder. Is embeded in phplist as plugin.
When I try to upload an image I get the following error:
Unknown image format/encoding
What could be the cause of this?
response body:
<html><body><script type='text/javascript'>
var par = window.parent,
op = window.opener,
o = (par && par.CKEDITOR) ? par : ((op && op.CKEDITOR) ? op : false);
if (o !== false) {
if (op) window.close();
o.CKEDITOR.tools.callFunction(0, '', 'Unknown image format/encoding.');
} else {
alert('Unknown image format/encoding.');
if (op) window.close();
}
</script></body></html>
The text was updated successfully, but these errors were encountered:
in the config file of kcfinder I had to change the drivers for images. Apparently I do not have imagemagick or gmagick. I think kcfinder should check if the software is installed before trying to use it.
Hi I am using kcfinder. Is embeded in phplist as plugin.
When I try to upload an image I get the following error:
What could be the cause of this?
response body:
The text was updated successfully, but these errors were encountered: