• Resolved labok

    (@labok)


    Hi

    The plugin is throwing the following warning

    PHP Warning: in_array() expects parameter 2 to be array, string given in /public/wp-content/plugins/estimated-delivery-for-woocommerce/estimated-delivery-woocommerce.php on line 283

    Regards

    Sam

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author DanielRiera

    (@danielriera)

    Ops, is when you have select only one disabled day…. Ok, next update fix this.

    Thanks for report

    Plugin Author DanielRiera

    (@danielriera)

    Solved, check 1.3.3 version

    @danielriera unfortunately latest update does not fix the issue, we also experience endless loop and “PHP Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 262144 bytes)” in the end.

    We tried to fix it on our own and updated line 277 like this

    OLD: if($iteration == $daysToAdd) {

    NEW: if($iteration >= $daysToAdd) {

    Now plugin is working again, please consider this in next release ??

    Plugin Author DanielRiera

    (@danielriera)

    Hi @pineparks sorry for this problem, can you provide me with your configuration?

    I’ve done the updates but I’m getting the same error. On the single product page I get the following error:
    Fatal error: Allowed memory size of XXXX bytes exhausted (tried to allocate YYYY bytes) in … plugins/estimated-delivery-for-woocommerce/estimated-delivery-woocommerce.php on line 281

    Plugin Author DanielRiera

    (@danielriera)

    Hi! Sorry, please check 1.3.4 version published now

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘bug – warning’ is closed to new replies.