• Resolved ekfapps

    (@ekfapps)


    Hello,

    Love the plugin, I use it on about three dozen client sites.

    I’m not sure exactly at which version you started having this problem, but I’ve started getting a major error on the Add/Edit page where the page doesn’t load beyond the “Exclude Posts” select element. A spinner shows up and a number of errors log on the console.

    The issue comes from the /includes/hfcm-add-edit.php file, where on line 235 you have <?php echo "<option value='{$i}'>{$i}</option>"; ?>. This is **before** you define the $i variable in the for loop (link 237), so it breaks the page. I’m not sure why the option is there, given the for loop below.. I deleted line 235 entirely and the add/edit view works as expected.

    I’d love for you to implement this in the live plugin so that I don’t have to edit my plugin files across my sites.

    Evan

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author 99robots

    (@99robots)

    Not sure why we didn’t inform you earlier, but just letting you know that we did look into this and are planning an update in the upcoming release.

    Thanks for spotting and reporting this.

    Keeping ticket open so we don’t forget to let you know after it’s released.

    Plugin Author 99robots

    (@99robots)

    @ekfapps Thank you so much for your input. We have fixed the issue as per your suggestion. Please let us know if you have any feedback or suggestions for us to improve further.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘PHP error fix (ver 1.1.7+)’ is closed to new replies.