500 Error

Please report bugs and any annoyances here. Kindly include all possible details: steps to reproduce, expected result, actual result, screenshots, ... etc.
Post Reply
jkingston
Posts: 8
Joined: 2020-03-12 11:04

500 Error

Post by jkingston » 2022-01-29 13:06

Hi All,

I am experiencing a 500 timeout error in my app. Does anyone have a solution to this?

[29-Jan-2022 07:47:03 America/New_York] PHP Fatal error: Uncaught Error: Class 'Authentication' not found in /home/quality4/public_html/SEplayground/CRM/settings-manager.php:40
Stack trace:
#0 /home/quality4/public_html/SEplayground/CRM/settings-manager.php(89): configFileName()
#1 /home/quality4/public_html/SEplayground/CRM/lib.php(9): detect_config()
#2 /home/quality4/public_html/SEplayground/CRM/index.php(3): include_once('/home/quality4/...')
#3 {main}
thrown in /home/quality4/public_html/SEplayground/CRM/settings-manager.php on line 40


/************************************************/

function configFileName() {
$tenantId = Authentication::tenantIdPadded(); // /home/quality4/public_html/SEplayground/CRM/settings-manager.php line 40
return __DIR__ . "/config{$tenantId}.php";
}


any help would be greatly appreciated

Post Reply