Hi,
Running cs-cart 4.15.1.SP4 with PHP version 7.4.18. We have had an issue that I am trying to debug. So I enabled DEBUG_MODE and DEVELOPMENT. This showed the debug bar, which was great.
When I look at the debug bar, I can see SQL, logging, etcetc. But when I try and drill down and get more information, the Yellow top banner appears, the debug bar appears but everything else is blank / empty.
Any ideas on how I can get this debug information to show?
Thank you for the super quick response! This is the config we have:
$config[‘cache_backend’] = ‘file’;
$config[‘cache_redis_server’] = ‘localhost’;
$config[‘cache_redis_global_ttl’] = 0;
Thank you for the reply, can confirm it has read and write access. I just turned up debug again then, and it was wrote a number of files in
I don’t know if this helps, but when debug is on, the primary content just shows a blank page. I see the normal yellow bar up the top, but the rest of the site just never seems to load up
What is the status code of the request sent to the address index.php?dispatch=debugger (the one being sent when you click on the specific debug menu element) and its size?
Well, 669 bytes means there really wasn’t any data in response, probably just headers. You may need to debug this. Try to start from the app/controllers/common/debugger.php controller, and the mode you are trying to view, sql for example. Check what data is being assigned there via the Tygh::$app['view']->assign method. https://docs.cs-cart.com/latest/developer_guide/getting_started/debugging.html