0
Fatal error
fatal error uncaught error class resto not found
2 Respostas
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
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.