• Resolved juzzyjayy

    (@juzzyjayy)


    Hi,

    I’ve tried contacting through my account on your website but it wont allow me to send the message.

    I’m encountering multiple deprecated function errors related to CryptoWoo. Here are some of the notices:

    • CW_Payment_Details_Object::count() (line 253) – incompatible with Countable::count().
    • CW_Payment_Details_Object::current() (line 205) – incompatible with Iterator::current().
    • CW_Payment_Details_Object::next() (line 225) – incompatible with Iterator::next().
    • CW_Payment_Details_Object::key() (line 215) – incompatible with Iterator::key().
    • CW_Payment_Details_Object::valid() (line 237) – incompatible with Iterator::valid().
    • CW_Payment_Details_Object::rewind() (line 194) – incompatible with Iterator::rewind().

    Additionally, I’m seeing deprecated errors for dynamic properties in extension_vendor_support.php (lines 52 and 53).

    Could you please assist in resolving these?

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Olav Sm?riset

    (@olsm)

    Hi there.

    Thanks for reporting this.

    None of these are errors. PHP “Deprecated” and “Warning” notices are not errors. None of the notices displayed here will cause any issues but we will resolve them in a future version.

    Note that you must not have WP_DEBUG_DISPLAY enabled on a live website because it is not good to display this to customers. WP_DEBUG and WP_DEBUG_LOG should be disabled too except for cases where some temporary testing is necessary.

    Thanks also for informing us about the issue with the contact form through the My Account page on our website. We will investigate and get that resolved.

    Thread Starter juzzyjayy

    (@juzzyjayy)

    Received both messages OIav, thanks again for the fast support!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.