2017-03-10 5 views
0

私たちのWooCommerceサイトはCheckoutでエラーを生成します。これは、私が最新のWCバージョンに更新したときに修正されたものではありません。その作業とエラーの間で変更された唯一のものは、WordPressのバージョンです...エラーはあなたがあなたの支払い情報(クレジットカード、Authorize.netを使用して)を提出した後、あなたは '内部サーバーのエラー'というメッセージが表示されます。注文はWC注文セクションに表示され、顧客アカウントが作成され、支払いも提出されます(ただし、保留中とマークされます)。 ?コンソールは、私が手にエラーをデバッグ中にWC-アヤックス=チェックアウトWooCommerceチェックアウト「内部サーバーエラー」が読み込まれない?wc-ajax =チェックアウト

500エラーを示しています:

Notice: The called constructor method for WP_Widget in LayerSlider_Widget is deprecated since version 4.3.0! Use 

__construct() 

instead. in /home/content/p3pnexwpnas08_data03/30/2845930/html/wp-includes/functions.php on line 3892 

Notice: The called constructor method for WP_Widget in SocialWidget is deprecated since version 4.3.0! Use 

__construct() 

instead. in /home/content/p3pnexwpnas08_data03/30/2845930/html/wp-includes/functions.php on line 3892 

Notice: The called constructor method for WP_Widget in ContactsWidget is deprecated since version 4.3.0! Use 

__construct() 

instead. in /home/content/p3pnexwpnas08_data03/30/2845930/html/wp-includes/functions.php on line 3892 

Strict Standards: Declaration of WC_Shipping_USPS::calculate_shipping() should be compatible with WC_Shipping_Method::calculate_shipping($package = Array) in /home/content/p3pnexwpnas08_data03/30/2845930/html/wp-content/plugins/woocommerce-shipping-usps/includes/class-wc-shipping-usps.php on line 0 

Strict Standards: Declaration of WC_Shipping_UPS::calculate_shipping() should be compatible with WC_Shipping_Method::calculate_shipping($package = Array) in /home/content/p3pnexwpnas08_data03/30/2845930/html/wp-content/plugins/woocommerce-shipping-ups/includes/class-wc-shipping-ups.php on line 0 

Notice: Use of undefined constant outlet_primary_colour - assumed 'outlet_primary_colour' in /home/content/p3pnexwpnas08_data03/30/2845930/html/wp-content/themes/outlet/includes/theme_customize.php on line 1231 

答えて

0

この問題は解決されました。どうやら、WooThemes自身のプラグインは「切断されました」、ライセンスとプラグインを更新したにもかかわらず、「接続」しなかったので、アップデートは「ライブ」ではありませんでした。 WooThemesアカウントを切断してWooThemes Helper Pluginを削除して再インストールする必要がありました。プラグインを再接続してから実際に更新しました。これは問題を解決しました。私の主な問題はUPSとUSPSのプラグインでした。このプラグインは更新されていないため、Shipping Zonesの最新のWOO標準とは互換性がありませんでした。ああ。あなたがエラーを見て解決したら

0

500エラーが多くのことが原因である可能性があり。あなたはあなたのApache/PHPエラーログにアクセスできますか?それはほとんどの場合、それを把握する最も簡単な方法です。

+0

元の投稿にデバッグエラーを追加しました(コメントに追加できません)。私は次のように更新したことにも注意してください:電子メールは今は良いです(キャッシュをフラッシュした後)、毎回アカウントが作成され、支払いも作業/送信されているようです。ユーザーが取得するページには、注文確認ページではなくエラーが表示されます。テーマテンプレートは古くなっていますが、具体的には500エラーが発生するのは何ですか? –

0

define('WP_DEBUG', true); 
define('WP_DEBUG_LOG', true); 
define('WP_DEBUG_LOG', true); 

あなたのwp-config.phpの中でこれを書いてください、このコードを削除したり、コメントしてください。

関連する問題