Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi 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,
    Bart

    Hello,

    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,
    Bart

    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.

    Thread Starter bart77

    (@bart77)

    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

    Thread Starter bart77

    (@bart77)

    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.

Viewing 5 replies - 1 through 5 (of 5 total)