v2.5.2
Giriş yap

PHP Fatal Error Çözümü?

lethality
974 defa görüntülendi

Herkese selamlar,

Şöyle bir sorun ile karşılaşıyorum ve çözemedim...

Log'a düşen:

    PHP Fatal error:  Uncaught Error: Class 'MysqliDb' not found in /app/init.php:26
Stack trace:
#0 /index.php(3): require()
#1 {main}
  thrown in /app/init.php on line 26

Konu hakkında yorumlarınızı bekliyorum.

İyi çalışmalar,

lethality
1160 gün önce

@tayfunerbilen -> https://github.com/ThingEngineer/PHP-MySQLi-Database-Class kullanıyorum. Sayfaya da dahil ediyorum aslında.

Şu şekilde kullanıyorum :

spl_autoload_register(function ($className){
    $classFile = __DIR__ . '/classes/class.' . strtolower($className) . '.php';
    if(file_exists($classFile)){
        require $classFile;
    }
});

Hata :

[22-Sep-2021 23:38:35 Europe/Istanbul] PHP Fatal error:  Uncaught Error: Class 'MysqliDb' not found in /turko.turkosoft.net/app/init.php:26
Stack trace:
#0 /turko.turkosoft.net/index.php(3): require_once()
#1 {main}
  thrown in /turko.turkosoft.net/app/init.php on line 26