إعـــــــلان

تقليص
لا يوجد إعلان حتى الآن.

خطا Strict Standards يظهر عند استعراض موقع على localhost بواسطة برنامج xampp

تقليص
X
 
  • تصفية - فلترة
  • الوقت
  • عرض
إلغاء تحديد الكل
مشاركات جديدة

  • [مشكلة] خطا Strict Standards يظهر عند استعراض موقع على localhost بواسطة برنامج xampp

    قمت بنسخ ملقات موقع مبيني على جوملا من localhost ع windows
    ثم قمت بنسخ هذه الملفات الي الملف htdoc
    و قمت برفع الداتا بيز على phpmyadmin
    عندما قمت بفتح الموقع ظهرت لي الخطاء كثيرة ..

    Strict Standards: Non-static method JLoader::import() should not be called statically in
    Strict Standards: Non-static method JLoader::register() should not be called statically in
    Strict Standards: Non-static method JLoader::load() should not be called statically in
    Strict Standards: Non-static method JRequest::clean() should not be called statically in

    Strict Standards: Non-static method JRequest::_cleanArray() should not be called statically in

    Strict Standards: Declaration of JSite::getRouter() should be compatible with that of JApplication::getRouter() in

    اضافة للعديد من هذه الاخطاء التي تبدا ب stric standards

  • #2
    السلام عليكم

    أعتقد أن هذا المشكل قد حدث معي سابقا، وهو ظهور رسائل التنبيه من قبل جوملا، فقمت بتعطيل تلك الرسائل عن طريق ملف php.ini

    كود PHP:
    error_reporting   =   E_ALL & ~E_NOTICE      Show all errors except for notices
    display_errors   
    =   Off   ; Print out errors (as a part of the output
    التعديل الأخير تم بواسطة أمين روخ; الساعة 15-12-2010, 12:02 AM.

    تعليق


    • #3
      ارجو توضيح اكثر اخوي

      تعليق


      • #4
        قم فتح الملف /opt/lampp/etc/php.ini ثم ابحث عن السطرين السابقين وقم باستبدالهما بالمرفقين أعلاه، إن لم تجد الملف في ذلك المسار فابحث عنه داخل النظام

        تعليق

        يعمل...
        X