Fatal error | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Fatal error

fatal error uncaught error class resto not found

6th Feb 2023, 5:10 AM
Nisa Salsabila
Nisa Salsabila - avatar
2 Answers
0
Fatal error: Uncaught Error: Class "Resto" not found in C\xampp\htdocs\resbak page admin laporan laporan transaksi php 2 Stack trace: #0 {main} thrown in C:\xampp\htdocs\resbak\page\admin\laporan laporan transaksi.php on line 2
6th Feb 2023, 5:11 AM
Nisa Salsabila
Nisa Salsabila - avatar
0
This error indicates that your code is trying to use a "Resto" class, but it hasn't been defined or included. Make sure you have included the file that contains the definition of this class, or check if the class name is spelled correctly. You may also need to import the class so it can be used in your code.
6th Feb 2023, 5:57 AM
ArsenicolupinIII