System error and display is gone

Hello,
I tried to rebuild the module to fix my custom module and the entire display went blank. I am not able to find where the problem is.

E:\XAMMPP\htdocs\AGRIJOY\include\MVC\View\SugarView.php(779): Smarty->display(‘themes/SuiteP/t…’)
#15 E:\XAMMPP\htdocs\AGRIJOY\include\MVC\View\SugarView.php(203): SugarView->displayHeader()
#16 E:\XAMMPP\htdocs\AGRIJOY\include\MVC\Controller\SugarController.php(435): SugarView->process()
#17 E:\XAMMPP\htdocs\AGRIJOY\include\MVC\Controller\SugarController.php(375): SugarController->processView()

These are the logs which were generated. If you can help it would be great.

You’re just showing a small portion of the stack trace from the logs.

The error is a block that consists of an initial message, followed by a numbered list of stack frames, like this:

FATAL some error
#0 function A
#1 function B
#2 function C
#3 function D

If you provide the whole block, then it makes some sense. thanks