هذا الموضوع خاص فقط للأخطاء التي تم اكتشافها للاصدار
1.4.9.1
وأي شخص يكتشف اي خطأ الرجاء كتابته هنا
===================================
المشاكل وحلولها
اولاً
بعد حذف أي طلب يتم حذف الطلب فعلاً لكن تظهر رسالة خطأ
"Notice: Undefined index: subtract"
الحل هنا
ثانياً
عدم قدرة العميل على استقبال اي رسالة بريد الكتروني من المتجر في حالة كون بريد العميل يحتوي على شرطة
(-)
مثل
arab-arab@arab.com
الحل هنا
التعليمات باللغة الانجليزية على الرابط التالي
https://docs.opencart.com/en-gb/introduction/
أول خطأ تم اكتشافه هو
بعد حذف أي طلب يتم حذف الطلب فعلاً لكن تظهر رسالة خطأ
"Notice: Undefined index: subtract"
والحل هو استبدال الملف الموجود بالمرفقات
على المسار
admin/model/sale/order.php
التعليمات باللغة الانجليزية على الرابط التالي
https://docs.opencart.com/en-gb/introduction/
الخطأ الثاني هو عدم قدرة العميل على استقبال اي رسالة بريد الكتروني من المتجر في حالة كون بريد العميل يحتوي على شرطة
(-)
مثل
arab-arab@arab.com
ولحل هذه المشكلة افتح جميع الملفات التالية
catalog/controller/account/create.php
catalog/controller/account/edit.php
catalog/controller/checkout/guest_step_1.php
catalog/controller/information/contact.php
admin/controller/sale/customer.php
admin/controller/sale/order.php
admin/controller/setting/setting.php
install/controller/step_3.php
وابحث عن
Code: Select all
$pattern = '/^[A-Z0-9._%-+]+@[A-Z0-9][A-Z0-9.-]{0,61}[A-Z0-9]\.[A-Z]{2,6}$/i';
Code: Select all
$pattern = '/^[A-Z0-9._%\-+]+@[A-Z0-9][A-Z0-9.-]{0,61}[A-Z0-9]\.[A-Z]{2,6}$/i';
التعليمات باللغة الانجليزية على الرابط التالي
https://docs.opencart.com/en-gb/introduction/
ظهر عندي هذا الخطأ
PHP Warning: Invalid argument supplied for foreach() in /public_html/admin/controller/common/filemanager.php on line 378
PHP Warning: Invalid argument supplied for foreach() in /public_html/admin/controller/common/filemanager.php on line 378
meteeb wrote:لا اريد الاطاله مرفق صورة تبين الخطا
بعد استخدام التعريب من موقع السكربت
على أي متصفح تظهر هذي المشكلة ؟؟
التعليمات باللغة الانجليزية على الرابط التالي
https://docs.opencart.com/en-gb/introduction/
بلغ المستضيف يفتح لك الدالةabou_saleh wrote:ظهر عندي هذا الخطأ
PHP Warning: Invalid argument supplied for foreach() in /public_html/admin/controller/common/filemanager.php on line 378
foreach()
التعليمات باللغة الانجليزية على الرابط التالي
https://docs.opencart.com/en-gb/introduction/
ظهر عندي خطاء في الصفحة بعد إنشاء حساب جديد
PHP Warning: Cannot modify header information - headers already sent by (output started at /home/public_html/catalog/language/arabic/account/create.php:1) in /home/public_html/system/engine/controller.php on line 27
بعد حذف حساب عميل
Warning: Cannot modify header information - headers already sent by (output started at /public_html/admin/language/arabic/sale/customer.php:1) in /public_html/system/engine/controller.php on line 27
بعد حذف طلب
Warning: Cannot modify header information - headers already sent by (output started at /public_html/admin/language/arabic/sale/order.php:1) in /public_html/system/engine/controller.php on line 27
مع العلم انه في حال انشاء حساب يتم انشائه ولكن تظهر الرساله ايضاً عند حذف طلب يتم حذفة لكن تظهر الرساله ايضاً عند حذف حساب عميل يتم الحذف لكن تظهر الرساله
ارجو مساعدتي وشكراً
PHP Warning: Cannot modify header information - headers already sent by (output started at /home/public_html/catalog/language/arabic/account/create.php:1) in /home/public_html/system/engine/controller.php on line 27
بعد حذف حساب عميل
Warning: Cannot modify header information - headers already sent by (output started at /public_html/admin/language/arabic/sale/customer.php:1) in /public_html/system/engine/controller.php on line 27
بعد حذف طلب
Warning: Cannot modify header information - headers already sent by (output started at /public_html/admin/language/arabic/sale/order.php:1) in /public_html/system/engine/controller.php on line 27
مع العلم انه في حال انشاء حساب يتم انشائه ولكن تظهر الرساله ايضاً عند حذف طلب يتم حذفة لكن تظهر الرساله ايضاً عند حذف حساب عميل يتم الحذف لكن تظهر الرساله
ارجو مساعدتي وشكراً
هناك محاذاة زائدة على اليمين في كلمة قيد التنفيذ والتاريخ كما نرى في الصورة
http://img837.imageshack.us/img837/9918/erroru.png
http://img837.imageshack.us/img837/9918/erroru.png
abou_saleh wrote:ظهر عندي خطاء في الصفحة بعد إنشاء حساب جديد
PHP Warning: Cannot modify header information - headers already sent by (output started at /home/public_html/catalog/language/arabic/account/create.php:1) in /home/public_html/system/engine/controller.php on line 27
بعد حذف حساب عميل
Warning: Cannot modify header information - headers already sent by (output started at /public_html/admin/language/arabic/sale/customer.php:1) in /public_html/system/engine/controller.php on line 27
بعد حذف طلب
Warning: Cannot modify header information - headers already sent by (output started at /public_html/admin/language/arabic/sale/order.php:1) in /public_html/system/engine/controller.php on line 27
مع العلم انه في حال انشاء حساب يتم انشائه ولكن تظهر الرساله ايضاً عند حذف طلب يتم حذفة لكن تظهر الرساله ايضاً عند حذف حساب عميل يتم الحذف لكن تظهر الرساله
ارجو مساعدتي وشكراً
هل هذه المشكلة على موقعك ؟؟ أو على سيرفر محلي؟؟
التعليمات باللغة الانجليزية على الرابط التالي
https://docs.opencart.com/en-gb/introduction/
opencartArab wrote:abou_saleh wrote:ظهر عندي خطاء في الصفحة بعد إنشاء حساب جديد
PHP Warning: Cannot modify header information - headers already sent by (output started at /home/public_html/catalog/language/arabic/account/create.php:1) in /home/public_html/system/engine/controller.php on line 27
بعد حذف حساب عميل
Warning: Cannot modify header information - headers already sent by (output started at /public_html/admin/language/arabic/sale/customer.php:1) in /public_html/system/engine/controller.php on line 27
بعد حذف طلب
Warning: Cannot modify header information - headers already sent by (output started at /public_html/admin/language/arabic/sale/order.php:1) in /public_html/system/engine/controller.php on line 27
مع العلم انه في حال انشاء حساب يتم انشائه ولكن تظهر الرساله ايضاً عند حذف طلب يتم حذفة لكن تظهر الرساله ايضاً عند حذف حساب عميل يتم الحذف لكن تظهر الرساله
ارجو مساعدتي وشكراً
هل هذه المشكلة على موقعك ؟؟ أو على سيرفر محلي؟؟
تم حل المشكلة ولك كل الشكر والتقدير
Who is online
Users browsing this forum: No registered users and 17 guests