-
January 25th, 2017, 15:24
#1
این کدهای ارور بخاطر چیه؟
سلام
دوستان توی برگه shop سایتم برای کد های زیر که توی فایل archive-product.php هستند ارور Notice: Undefined index میده
کد PHP:
if ($_REQUEST['orderby'] == 'price') {
} elseif ($_REQUEST['orderby'] == 'price-desc') {
و برای کد زیر که توی فایل content-product-archive.php هست ارور Fatal error: Call to a member function is_visible() on null میده.ممنون میشم راهنمایی کنید
کد PHP:
if ( ! $product->is_visible() )
-
-
January 25th, 2017 15:24
# ADS
-
January 25th, 2017, 21:04
#2
عضو دائم
پاسخ : این کدهای ارور بخاطر چیه؟
سلام، ارور نیست، اخطار هست به دلیل اینکه ممکنه آبجکت یا آرایه ها مقدارشون خالی یا تعریف نشده باشه، display_errors آف کنید.
-
تعداد تشکر ها ازT.Toosi به دلیل پست مفید
-
January 25th, 2017, 21:14
#3
پاسخ : این کدهای ارور بخاطر چیه؟
تشکر از شما چطور میتونم display_errors رو آف کنم؟
اصل مشکل اینه که برگه shop در سایت ووکامرسی من نصفه نیمه لود میشه و یه نفر بهم گفت تا توی فایل wp-config.php در قسمت define('WP_DEBUG', false) کلمه false رو true کنم و دوباره برگه shop رو لود کنم تا مشکل رو بفهمم و من اینکار رو کردم و توی برگه shop نوشته های زیر اومد که این نوشته ها پیگیری کردم و به کدهایی که توی پست اول گذاشتم رسیدم.آیا با آف کردن display_errors مشکلم حل میشه؟ممنون
کد:
incorrectly. No id was set in the arguments array for the "Footer Widget 2" sidebar. Defaulting to "sidebar-3". Manually set the id to "sidebar-3" to silence this notice and keep existing sidebar content.Please see Debugging in WordPress for more information.
(This message was added in version 4.2.0.) in /home2/examplec/domains/example.com/public_html/wp-includes/functions.php on line 4136 Notice: register_sidebar was called incorrectly.
No id was set in the arguments array for the "Footer Widget 3" sidebar. Defaulting to "sidebar-4". Manually set the id to "sidebar-4" to silence this notice and keep existing sidebar content.
Please see Debugging in WordPress for more information. (This message was added in version 4.2.0.) in /home2/examplec/domains/example.com/public_html/wp-includes/functions.php on line 4136
Notice: Undefined index: orderby in /home2/examplec/domains/example.com/public_html/wp-content/themes/ShopperWooTheme/woocommerce/archive-product.php on line 99
Notice: Undefined index: orderby in /home2/examplec/domains/example.com/public_html/wp-content/themes/ShopperWooTheme/woocommerce/archive-product.php on line 101
Fatal error: Call to a member function is_visible() on null in /home2/examplec/domains/example.com/public_html/wp-content/themes/ShopperWooTheme/woocommerce/content-product-archive.php on line 20
-
-
January 25th, 2017, 23:29
#4
پاسخ : این کدهای ارور بخاطر چیه؟
-