bart77
Forum Replies Created
-
Forum: Plugins
In reply to: [Table Field Add-on for SCF and ACF] Uncaught TypeErrorHi Johann,
Thanks for the quick response! However while I was typing you an email I noticed that it was me who had done something wrong.
So thanks for forcing me to go throught it all again once more in order to email you. That made me see the error.
regards,
BartForum: Plugins
In reply to: [Table Field Add-on for SCF and ACF] Uncaught TypeErrorHello,
I have the same problem. As soon as I activate the plugin I get javascript errors in load-scripts.php when I try to add a new post.
All plugins & WP core are up to date.
Running ACF Pro, CF7, Mailchimp Lite, RevSlider, WPML, SuperCache and Yoast SEO.
When I deactivate plugins, the error disappears with ACF: Table Field.
Any suggestions?
Regards,
BartForum: Plugins
In reply to: [Import Export Suite for CSV and XML Datafeed] blank page after update!!I had the same problem this morning.
After updating my PHP to version 5.5 it all works again.
I am using WP 4.2 and WP Ultimate CSV Importer 3.7.1.
Forum: Plugins
In reply to: [Attachments] After saving, random attachments are deleted?Okay so I found the cause and solved it, however I’m not sure why the solution is working…
I’m was running PHP 5.5.8 on Windows server. The attachments plugin didn’t work as expected anymore. ID’s in the attachment list recieved the same UID randomly (or so it seemed).
I changed back to PHP 5.4.9 (on the same Windows server) and now it works like it should again!
I could not find any logical explanation in the changelog from 5.4.x to 5.5.x myself though: https://www.php.net/manual/en/migration55.incompatible.php
Forum: Plugins
In reply to: [Attachments] After saving, random attachments are deleted?Just some more information I just found. I analysed the POST data using Fiddler and noticed this:
attachments[sec_attachments][5315b67bb34a7][id] 3242
attachments[sec_attachments][5315b67bb34a7][fields][title] 3
attachments[sec_attachments][5315b67bb34a7][fields][datum]
attachments[sec_attachments][5315b67be1113][id] 3243
attachments[sec_attachments][5315b67be1113][fields][title] 2
attachments[sec_attachments][5315b67be1113][fields][datum]
attachments[sec_attachments][5315b67be1113][id] 3251
attachments[sec_attachments][5315b67be1113][fields][title] 1
attachments[sec_attachments][5315b67be1113][fields][datum]
attachments[sec_attachments][5315b67be1113][id] 3248
attachments[sec_attachments][5315b67be1113][fields][title] 4
attachments[sec_attachments][5315b67be1113][fields][datum]
attachments[sec_attachments][5315b67be1113][id] 3242
attachments[sec_attachments][5315b67be1113][fields][title] 5
attachments[sec_attachments][5315b67be1113][fields][datum]As you can see there are 5 attachments, however the last 4 attachments all have the same GUID/ID in the POST array. That won’t work ofcourse.