Postingan lainnya
Error saat berhasil hosting code igniter
Kira-Kira ini yang salah apa ya sampai error kaya gini, padahal sebelum di hosting lancar lancar saja, tapi kenapa ya ini
An uncaught Exception was encountered
Type: RuntimeException
Message: Unable to locate the model you have specified: Table_model
Filename: /storage/ssd2/786/8714786/public_html/system/core/Loader.php
Line Number: 348
Backtrace:
File: /storage/ssd2/786/8714786/public_html/application/controllers/Admin.php
Line: 9
Function: model
File: /storage/ssd2/786/8714786/public_html/index.php
Line: 315
Function: require_once
Kira-kira apa yang salah ya
3 Jawaban:
disitu sudah ada pesanya, Message: Unable to locate the model you have specified: Table_model.
Coba cek dulu di controller admin line 9
Tanggapan
An uncaught Exception was encountered Type: RuntimeException
Message: Unable to locate the model you have specified: Model_barang
Filename: /home/vol15_6/epizy.com/epiz_27525911/htdocs/system/core/Loader.php
Line Number: 348
Backtrace:
File: /home/vol15_6/epizy.com/epiz_27525911/htdocs/index.php Line: 315 Function: require_once
untuk yang seperti ini bagaimana ya?
Ini Om <pre> public function __construct() { parent::__construct(); $this->load->model('table_model'); is_logged_in(); } </pre>
Tanggapan
table_model udah ada belum ?
table_model ada di model gk? kalau ada coba buat huruf pertamanya besar
table_model ada di model gk? kalau ada coba buat huruf pertamanya besar