inkt
Forum Replies Created
-
Forum: Plugins
In reply to: [XT Event Widget for Social Events] Facebook Event API has been restricted@xylus So not going to share the magic secret to get the Embedded Events working? : /
Forum: Plugins
In reply to: [XT Event Widget for Social Events] Facebook Event API has been restrictedSame boat. Any update on getting the plugin back up and running? Or a work around?
Forum: Plugins
In reply to: [Contact Form Submissions] export csv with blank dataThe fix that @archie22is committed on the Git has fixed the issue for me.
Good work @archie22is thank you!!
Forum: Plugins
In reply to: [Contact Form Submissions] export csv with blank dataSame exact issue. I have 2 sites running this plugin, both 1.6.1.
The site with 2,715 submissions exports fine.
The site with 16,032 submissions does NOT export. I get an entirely blank document, with 0 bytes size.
Forum: Plugins
In reply to: [Contact Form Submissions] Export: Warning: mb_convert_encoding()jasongreen,
I can confirm also my value is: define(‘DB_CHARSET’, ‘utf8mb4’);
Forum: Plugins
In reply to: [Contact Form Submissions] Export: Warning: mb_convert_encoding()xdelfino,
I have Version: 1.6.1 installed and I was able to fix my error by replacing line 481 in the file listed below;
../wp-content/plugins/contact-form-submissions/Admin.php
Original code on line 481 –
$values[$key] = mb_convert_encoding($value, DB_CHARSET);
REPLACED with –
$values[$key] = mb_convert_encoding(sanitize_text_field($value), 'UTF-16LE');
Hopefully this works for you and others with this new bug. Would be great to see an official update for the plugin.
good luck
Forum: Plugins
In reply to: [Contact Form Submissions] Export: Warning: mb_convert_encoding()I’m having a similar issue.
Warning: mb_convert_encoding(): Unknown encoding “utf8mb4” in ../wp-content/plugins/contact-form-submissions/Admin.php on line 481
I need help with this as well, please. ??
- This reply was modified 7 years, 2 months ago by inkt.
Forum: Plugins
In reply to: [Print, PDF, Email by PrintFriendly] Error this morning crashed entire siteSame issue as everyone else.
Removing the lines that fredhoot mention worked for me as well.
Forum: Plugins
In reply to: [Print, PDF, Email by PrintFriendly] Error after recent updateSame here. Had to revert to a back up version of the plugin.