致命错误:未找到“DB”类

I need some help with my coding. I have installed a software on my website. I know a bit of coding, but I cant solve this problem.

I get this error:

Fatal error: Class 'DB' not found in /home/a3042821/public_html/core/common/SettingsData.class.php on line 28

This is the code on line 28:

$all_settings = DB::get_results($sql);

Can I please get some help with this one? I have tried to search the internet, but I didnt find any answer.

Thanks :)