It seems after the change on Zion that the nightly test is broken. When
I go to http://llvm.org/nightlytest/, I get a blank page. Any ideas?
Reid.
It seems after the change on Zion that the nightly test is broken. When
I go to http://llvm.org/nightlytest/, I get a blank page. Any ideas?
Reid.
Reid Spencer wrote:
It seems after the change on Zion that the nightly test is broken. When
I go to http://llvm.org/nightlytest/, I get a blank page. Any ideas?
According to the web server error log, there's a syntax error in the PHP script for that page. It looks like Patrick Jenkins made some changes earlier today (aka last last night).
This is the error that I get:
PHP Parse error: parse error, unexpected T_VARIABLE in /home/vadve/shared/llvm-wwwroot/nightlytest/NightlyTester.php on line 167, referer: http://llvm.org/
Patrick (or someone who already has PHP-foo), can you please take a look at it?
-- John T.
Okay, that's a pretty common PHP error. I'll take a look at it.
Reid.
Hello John
Wed, 26 Jul 2006 09:29:14 -0500 you wrote:
Reid Spencer wrote:
According to the web server error log, there's a syntax error in the
PHP script for that page. It looks like Patrick Jenkins made some
changes earlier today (aka last last night).
Another thing: it seems, that GD support was broken. locgraph.php
just trows and error.