[CDash] Website is loading the page
Kulandaisamy, Amalorpavadoss
Amalorpavadoss.Kulandaisamy at itron.com
Thu Jan 23 04:50:35 UTC 2025
Hi CDash Team,
I am new to this software and was tasked to install and configure it for one of our projects.
Hence, I have installed the CDash software on a lxc container (Ubuntu 24.04) based on the installation document<https://github.com/Kitware/CDash/blob/master/docs/install.md>.
However, when I access the website, it loads an empty page, and no logs could be found in the installation directory.
But, on commenting out below lines of of CDash/public/index.php file and add a test line below it, the test line is being displayed by the website.
/*
$kernel = $app->make(Illuminate\Contracts\Http\Kernel::class);
$response = $kernel->handle(
$request = Illuminate\Http\Request::capture()
);
$response->send();
$kernel->terminate($request, $response);
*/
echo "test message from CDash/public/index.php"
Could you please help me in addressing this issue.
Thanks, and Regards,
Amal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cdash/attachments/20250123/7b91d8bb/attachment.htm>
More information about the CDash
mailing list