500 Error
Posted: 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
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