Zack Galbreath

Results 86 comments of Zack Galbreath

> SQL error encountered, query hidden. That's the main clue to dig into. To get CDash to actually log what SQL error occurred, you can edit `config.local.php` and set `$CDASH_PRODUCTION_MODE...

I'm glad you found your way around this problem. Thanks for sharing the details. On Mon, Jan 20, 2020 at 8:45 AM Yves Grasland wrote: > SQL error in Project...

As it currently exists, `viewTest.php` allows you to filter its results by label, test name, and more. The Summary and History columns on this table also give an indication of...

I should also point out that `testOverview.php` has a timeline view showing how the number of passing, failing, and not run tests changed over time. From the "Dashboard" drop-down menu...

> We need a way to navigate test via calendar form where we can put `Start` and `End` date to filter test The Begin and End fields on `index.php` pop...

> how do i see history by test I think the "Tests Query" page is what you're looking for. Here's an example of using filters on this page to see...

This is just a hunch, but it sounds like your web server isn't honoring the RewriteRules used for routing that are defined in CDash's `.htaccess` file. Are you using apache...

In that case, check that you have `AllowOverride All` set in the apache configuration for the relevant VirtualHost or Directory. A way to test if this is working or not...

I'll take a closer look to see if I can figure out what's going wrong & how to fix it. In the meantime, if you want to fix this manually,...

Thanks for trying that. I'll take a closer look & let you know what I discover.