Save to Database produces wrong data after reading
-
German Umlaute (? for example) are written as u00f6 which destroys them. That happens when Viewing the data.
Also: a lot of the data is not being displayed any longer for every message after being viewed. The first is being display. the next six not and the 7th is display, the six again not and so on
Export to CSV shows this error in the file:
<b>Warning</b>:? Invalid argument supplied for foreach() in <b>/wp-content/plugins/ultimate-addons-for-contact-form-7/addons/database/database.php</b> on line <b>360</b>
Line 360 is this: foreach($data as $key => $value)
problem is, that $data contains on object and not an array. I inserted a print_r($data); and it show this in the csv-file:
stdClass Object(? ? [status] => read
It would be really great if you could mitigate these problems.
- The topic ‘Save to Database produces wrong data after reading’ is closed to new replies.