Johann Heyne
Forum Replies Created
-
Forum: Plugins
In reply to: [Table Field Add-on for ACF and SCF] Destroyed JSON data structureI just finished a patch version of the plugin, that uses the correct JSON format to read and save data but also can read the previously used format. It needs some tests know and then I would ask you, if you can try the new version before I role it out.
Forum: Plugins
In reply to: [Table Field Add-on for ACF and SCF] Destroyed JSON data structureThanks. This problem in based on an misconception on mine. JSON only allows a string to be a key, but I used digits like “0” as key´s. So the migration tool fix this. Unfortunately, my code is not prepared for this. So I´m trying to fix this in the next release. But December is as usually a busy month for me. I try to get my hands on in the next 24 hours.
Forum: Plugins
In reply to: [Table Field Add-on for ACF and SCF] Destroyed JSON data structureI´m sorry for this nasty problem. And yes, please drop me some JSON data of before and after the migration. This would help me to get quick into it.
Thanks!
Forum: Plugins
In reply to: [Table Field Add-on for ACF and SCF] Destroyed JSON data structureI´m sorry for this nasty problem. And yes, please drop me some JSON data of before and after the migration. This would help me to get quick into it.
Thanks!
Forum: Plugins
In reply to: [Table Field Add-on for ACF and SCF] Table Interface Missing from adminIt is hard to gues whats going on here. But the first error tells me, that the ACF javascript object
acfis not defined. That is the point, where the problem starts. Somehow the ACF script is not able to work correctly. All other following scripts like the Table Field script will not execute then. Thats it. Hands on is needed to figure it out.Forum: Plugins
In reply to: [Table Field Add-on for ACF and SCF] " " and "-" broken after ACF 5.3.2Thanks for reporting. Somehow I missed the first message from ps3hero about that issue. Version 1.1.4 of the ACF Table Field Plugin brings back the icons.
Forum: Plugins
In reply to: [Table Field Add-on for ACF and SCF] Table interface missing from adminCan you describe what happened before the problem started? ACF 4.4.3 and table-field 1.1.3 should work. Even switching back from the ACF-pro version to version 4 works. I need more information.
Forum: Plugins
In reply to: [Table Field Add-on for ACF and SCF] Table interface missing from adminThank you for your feedback!
I appreciate that.Forum: Plugins
In reply to: [Table Field Add-on for ACF and SCF] Table interface missing from adminPlease update the table-field plugin to the latest version. This should work.
Forum: Plugins
In reply to: [Table Field Add-on for ACF and SCF] The word array appears before my tableLine:
echo $table = get_field( 'timetable_data' );
should be…
$table = get_field( 'timetable_data' );Thats all.
Greetings, JohannForum: Plugins
In reply to: [Table Field Add-on for ACF and SCF] weird output on using the pluginHi, I´m not sure, what happend.
Your output is the table data as json format strait from the database. So far, everything is fine with the data in the database. But normaly the data should be converted in an array to output with get_field(). Maybe this won´n work because in you PHP configuaration of your server is no support for decoding json http://php.net/manual/de/function.json-decode.php
OK, I found the problem. “WP Migrate DB” reformat and destroyes the JSON data structures of the table fields.
It looks as if the JSON data fields of the tables are changed during the migration process. Which tool you use to migrate the database?
There is no quick way to remove the Table field rows from database.
Have you tried disabling all third-party plugins to see if it gets fixed?
I´m asking because I can´t replicate that issue.
Hi, thanks for the report. I’ll investigate the issue now.