2013-07-25, 17:13:29
(2013-07-25, 17:01:42)info@svdbweb.nl Wrote: Thanks for your work on this plugin.
I received an error on saving a calendar item
Warning: mb_convert_encoding() [function.mb-convert-encoding]: Illegal character encoding specified in /admin/inc/basic.php on line 64
In admin_edit.php line 11, I found a typo:
Code:$file = to7bit($file, 'UFT-8');
changed it to:
Code:$file = to7bit($file, 'UTF-8');
Sander van den Berg
you're using an older version, actual v1.8 has this bug fixed