Hallo! Selamat Datang di Marketplace produk digital, Freelancer terbaik di indonesia (68414 Members, 793 Products, 5353 Topic, 13045 Comments)

POS MENGGALEH Error - Severity: 8192 rss has a deprecated

Dibuat
Login Terakhir 4 Tahun lalu,
Telah Dilihat 2391 Kali
Muhammad Irwan Mahfud Mengatakan : Free Account
  1. Assalamualaikum Warahmatullahi Wabarakatuh...
  2. Ada error saat login
  3.  
  4. Severity: 8192
  5.  
  6. Message: Methods with the same name as their class will not be constructors in a future version of PHP; rss has a deprecated constructor
  7.  
  8. Filename: helpers/cek_helper.php
  9.  
  10. Line Number: 172
  11.  
  12. Backtrace:
  13.  
  14. File: C:\xampp\htdocs\manggaleh\index.php
  15. Line: 294
  16. Function: require_once

Ada 1 Jawaban

PHPMU.COM Support
commented on 22 Apr 2020 11:31:58
Salah satu jawaban terbaik,..
  1. Assalamualaikum,.. buka file : application\libraries\Rss.php
  2. cari : function __construct($feed)
  3. {
  4. $this->feed = $feed;
  5. }
  6.  
  7. ubah menjadi :
  8. function __construct($feed = null)
  9. {
  10. $this->feed = $feed;
  11. }
  12.  
  13. Terakhir buka file : index.php pada folder utama
  14. cari kode berikut :
  15. define('ENVIRONMENT', isset($_SERVER['CI_ENV']) ? $_SERVER['CI_ENV'] : 'development');
  16.  
  17. dan ubah menjadi :
  18. define('ENVIRONMENT', isset($_SERVER['CI_ENV']) ? $_SERVER['CI_ENV'] : 'production');
  19.  
  20. Simpan dan beres, silahkan di akses lagi.
Maaf, Untuk Memberikan Komentar Anda Harus Login !!!

Online