GusniarNanda / SDNBulupayung03

0 stars 0 forks source link

SQL Error when trying to access web app #1

Closed Mayopi closed 1 week ago

Mayopi commented 1 week ago

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 * fromvisimisilimit 1)

Evidence

image

Expectation

Dapat mengakses halaman website tanpa error

Solution

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'));
    }

image

Step to reproduce

GusniarNanda commented 1 week ago

Fix