• Resolved gerd.neumann

    (@gerdneumann)


    I erhalte seit Update auf 1.10.8 den folgenden Fehler in der Log-Datei:

    [01-Mar-2016 14:31:25 UTC] PHP Fatal error: Call to undefined function wcs_get_subscription() in /srv/data/web/vhosts/MY-SITE/htdocs/wp-content/plugins/paymill/lib/integration/woocommerce.inc.php on line 88

    Maintenance-Tab sagt:
    Status: Es sieht aus, als w?re alles in Ordnung.

    Ich wei? nicht, ob es damit zusammenh?ngt, aber ich nutze das WooCommerce Subscription Plugin nicht, sondern nur WooCommerce

    https://www.ads-software.com/plugins/paymill/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author straightvisions GmbH

    (@matthias-reuter)

    Hi Gerd,

    welche WooCommerce Subscription Version setzt du ein?

    Beste Grü?e,

    Matthias

    PS: Falls du das Update auf deinem Live-System installiert hast, kannst du bis zur L?sung auf eine kompatible Version downgraden: https://www.ads-software.com/plugins/paymill/developers/

    Thread Starter gerd.neumann

    (@gerdneumann)

    welche WooCommerce Subscription Version setzt du ein?

    Wie geschrieben:

    ich nutze das WooCommerce Subscription Plugin nicht

    Plugin Author straightvisions GmbH

    (@matthias-reuter)

    Bitte einmal den folgenden Hotfix ausprobieren. Datei

    /wp-content/plugins/paymill/lib/integration/woocommerce.inc.php

    Zeile 69

    if(isset($event_json['event']['event_resource']['description']) && strlen($event_json['event']['event_resource']['description']) > 0)
    		){

    ersetzen mit

    if(isset($event_json['event']['event_resource']['description']) && strlen($event_json['event']['event_resource']['description']) > 0 &&
    			(function_exists('wcs_get_subscription') || function_exists('wcs_get_subscription_from_key'))
    		){

    Thread Starter gerd.neumann

    (@gerdneumann)

    Ok, habe es ausgetauscht. Danke für die schnelle Antwort. Melde mich, sollte der Fehler dennoch wieder auftauchen.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘PHP Fatal error: Call to undefined function wcs_get_subscription()’ is closed to new replies.