01/10/2018, 17:30
Fix lỗi Strict Standards trên XAMPP/Joomla 1.6
Khi bạn cài đặt gói XAMPP/Joomla 1.6, và bạn login vào Administration -> Extension -> Extension Manager, bạn thấy dòng lỗi tương tự như sau: Strict Standards: Declaration of JButtonPopup::fetchId() should be compatible with that of JButton::fetchId() in D:LearningJoomlalibrariesjoomlahtml ...
Khi bạn cài đặt gói XAMPP/Joomla 1.6, và bạn login vào Administration -> Extension -> Extension Manager, bạn thấy dòng lỗi tương tự như sau:
Strict Standards: Declaration of JButtonPopup::fetchId() should be compatible with that of JButton::fetchId() in D:LearningJoomlalibrariesjoomlahtml oolbaruttonpopup.php on line 78
Đừng lo lắng, dưới đây là các bước giải quyết:
- Bước 1: vào ổ đĩa cài đặt XAMPP, ở đây Góc Kinh Nghiệm cài ổ C: nên có đường dẫn như sau C:xamppphpphp.ini
- Bước 2: mở tập tin php.ini ra
- Bước 3: thay error_reporting = E_ALL | E_STRICT thành error_reporting = E_ALL & ~E_NOTICE
- Bước 4: mở XAMPP Control Panel Application, restart lại Apache
=> kết thúc, lỗi đã được fix
Góc Kinh Nghiệm chúc các bạn thành công!