I am trying to edit a field from the browser front end, but, the entry results in error message: Error! There was an error trying to insert a new row! when saving.
I am only trying to edit a field, not trying to add a row as indicated by the error.
Notes:
I can successfully edit the field from the WordPress admin back end and also when editing the table directly in the MySQL database.
wpDataTables version 2.2.2
Browsers tried: Firefox, Edge, Chrome
The table is linked to a MySQL table.
I have tried disabling installed plugins but without success.
Please provide me a temporary WP-admin login for your site where this happens, so we could log in and take a look ‘from the inside’ as that’s the most efficient way to see and resolve the issue. We do not interfere with any data or anything else except for the plugin (in case that’s a production version of the site), and of course we do not provide login data to third party. You can write credentials here just check Private Reply so nobody can see them except us.
Also point me on table id where this happens so I can take a look.
I am trying to edit a field from the browser front end, but, the entry results in error message: Error! There was an error trying to insert a new row! when saving.
I am only trying to edit a field, not trying to add a row as indicated by the error.
Notes:
I can successfully edit the field from the WordPress admin back end and also when editing the table directly in the MySQL database.
wpDataTables version 2.2.2
Browsers tried: Firefox, Edge, Chrome
The table is linked to a MySQL table.
I have tried disabling installed plugins but without success.
Regards,
John
Hi John,
Thank you for your purchase.
Please provide me a temporary WP-admin login for your site where this happens, so we could log in and take a look ‘from the inside’ as that’s the most efficient way to see and resolve the issue. We do not interfere with any data or anything else except for the plugin (in case that’s a production version of the site), and of course we do not provide login data to third party. You can write credentials here just check Private Reply so nobody can see them except us.
Also point me on table id where this happens so I can take a look.
Kind Regards,
Isidora Markovic
wpDataTables: FAQ | Facebook | Twitter | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Amelia demo sites | Docs
You can try our wpDataTables add-ons before purchase on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables
Hi John,
The function
mb_convert_encoding()
is provided by the Multibyte String (mbstring
) PHP extension that apparently is not installed or enabled on your system.Find the
php.ini
configuration file (check this answer for guidelines in case you cannot find it), identify the line that reads(the
.dll
suffix might not be present) and uncomment it (i.e. remove the semicolon from the line start).Kind Regards,
Isidora Markovic
wpDataTables: FAQ | Facebook | Twitter | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Amelia demo sites | Docs
You can try our wpDataTables add-ons before purchase on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables
Hi John,
Sorry for late response.
We are located in Serbia and our working time is from 10:00 to 17:00 CET. business days.
You are welcome. I am glad that now is working fine.
If you have any more issues or questions feel free to open a new ticket, we will gladly help.
We'd greatly appreciate it if you could take a minute and leave a review on CodeCanyon on this link. Thanks!
Kind Regards,
Isidora Markovic
wpDataTables: FAQ | Facebook | Twitter | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Amelia demo sites | Docs
You can try our wpDataTables add-ons before purchase on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables