Closed Mayopi closed 1 week ago
Error SQL ketika mencoba akses halaman website path / Stacktrace: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'sdn-bulupayung-03.visimisi' doesn't exist (SQL: select * fromvisimisilimit 1)
/
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'sdn-bulupayung-03.visimisi' doesn't exist (SQL: select * from
limit 1)
Dapat mengakses halaman website tanpa error
Table yang berhubungan dengan model VisiMisi tidak di temukan
public function index() { $sliders = Slider::all(); $services = Service::all(); $portofolios = Portofolio::all(); $visimisi = VisiMisi::first(); return view('home.index', compact('sliders' , 'services', 'portofolios', 'visimisi')); }
php artisan migrate:fresh
npm run dev & php artisan serve
http://localhost:8000
Fix
Problem View
Error SQL ketika mencoba akses halaman website path
/
Stacktrace:SQLSTATE[42S02]: Base table or view not found: 1146 Table 'sdn-bulupayung-03.visimisi' doesn't exist (SQL: select * from
visimisilimit 1)
Evidence
Expectation
Dapat mengakses halaman website tanpa error
Solution
Table yang berhubungan dengan model VisiMisi tidak di temukan
Step to reproduce
php artisan migrate:fresh
npm run dev & php artisan serve
http://localhost:8000