Hi, does anyone have any clue what this error is referring to?
It seems to be generated the first time I invoke execute($user) in the controller called from the index.live.php page
I know I have the $user ('thursday1') in this case.
If I refresh the page it works as you would normally expect.
don't know if it helps
It seems to be generated the first time I invoke execute($user) in the controller called from the index.live.php page
I know I have the $user ('thursday1') in this case.
If I refresh the page it works as you would normally expect.
Code:
PHP Warning: file_get_contents(/var/cpanel/caches/_generated_header_files/cache_keys.json): failed to open stream: Permission denied in /usr/local/cpanel/php/WHM.php on line 61
PHP Fatal error: Uncaught Exception: User does not exist in cache_keys. Try regenerating the cache. in /usr/local/cpanel/php/WHM.php:66
Stack trace:
#0 /usr/local/cpanel/php/WHM.php(47): WHM::getUserCacheKey('thursday3')
#1 /usr/local/cpanel/php/WHM.php(10): WHM::processHeader('TCS...', 0, 0, NULL)
#2 /usr/local/cpanel/whostmgr/docroot/cgi/Tcs/View/Layout.php(6): WHM::header('TCS...', 0, 0)
#3 /usr/local/cpanel/whostmgr/docroot/cgi/Tcs/View/View.php(36): require_once('/usr/local/cpan...')
#4 /usr/local/cpanel/whostmgr/docroot/cgi/Tcs/Model/Tool/InstantFailMessage.php(15): Tcs\View\View->render('Blocks/abort')
#5 /usr/local/cpanel/whostmgr/docroot/cgi/Tcs/Model/Api/ResponseValidator.php(33): Tcs\Model\Tool\InstantFailMessage::create('Whm api: Authen...')
#6 /usr/local/cpanel/whostmgr/docroot/cgi/Tcs/Model/Api/AbstractApi.php(25): Tcs\Model\Api\ResponseValidator->validate(Object(stdClass), false)
#7 /usr/local/cpanel/base/frontend/jupiter/Tcs/Controller/YPageController.php(113): Tcs\Model\Api\Abstract in /usr/local/cpanel/php/WHM.php on line 66
don't know if it helps
Code:
cat /var/cpanel/caches/_generated_header_files/cache_keys.json
{"root":"1239935361"}
Last edited: