You can subscribe to this list here.
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(10) |
Sep
(48) |
Oct
(7) |
Nov
(16) |
Dec
(3) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2008 |
Jan
(27) |
Feb
(4) |
Mar
(6) |
Apr
(9) |
May
(4) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(6) |
Dec
(1) |
2009 |
Jan
(3) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
|
1
|
2
|
3
|
4
|
5
|
6
|
7
|
8
|
9
|
10
|
11
(2) |
12
(1) |
13
|
14
|
15
|
16
|
17
|
18
|
19
|
20
|
21
|
22
|
23
|
24
|
25
|
26
|
27
|
28
|
29
|
30
|
31
|
From: Paul V. <pau...@gm...> - 2009-01-12 06:55:49
|
??? wrote: > Hi, > That is explicit gitstat problem. > So sorry for that, and thanks to your consideration. > > w/ apache log you sent, It looks The error pattern are 2 types. > > *Notice*: Use of undefined constant id - assumed > *PHP Warning*: Missing argument 1 for getprojectconfig() in > > I know why gitstat makes that log and will fix it As soon as possible.. > > And, for a shit, you could modify php configuration . > like this.. > - php.ini > error_reporting = E_ALL & ~E_NOTICE | E_STRICT > > Hi, Please change the logging indeed. With all the new stuff I'm busy with currently, it looks like these "Use of undefined constant" messages have even increased. Cheers, Paul. |
From: 이. <jun...@gm...> - 2009-01-11 23:42:52
|
Hi, That is explicit gitstat problem. So sorry for that, and thanks to your consideration. w/ apache log you sent, It looks The error pattern are 2 types. *Notice*: Use of undefined constant id - assumed *PHP Warning*: Missing argument 1 for getprojectconfig() in I know why gitstat makes that log and will fix it As soon as possible.. And, for a shit, you could modify php configuration . like this.. - php.ini error_reporting = E_ALL & ~E_NOTICE | E_STRICT BTW, I have a request. gitstat has changes reporting feature so, It needs e-mail send service. It use 'sendmail'. Would you please make activate sendmail on mirror server? Thanks, On Sat, Jan 10, 2009 at 4:15 AM, Tim Bird <tim...@am...> wrote: > Jung Seung Lee, > > On mirror.celinuxforum.org, gitstat is putting a LOT of data into the > httpd error > log. The log entries consist of PHP Warnings and PHP Notices. Even with > log rotation turned on, these now account for about 4 Gigabytes of disk > space on > the root partition on mirror. > > Can you please eliminate these messages, either by fixing the > reported issues or by configuring PHP to be less verbose in the Apache > error log? > > Thanks, > -- Tim > > Here is a sample of the data in the error log from one request: > > [client 66.249.73.187] PHP Warning: Missing argument 1 for > getprojectconfig() in /a/home/kerino/gitstat-run/include/lib.php on line 43 > [client 66.249.73.187] PHP Notice: Use of undefined constant > GRAPHMODULEDIR - assumed 'GRAPHMODULEDIR' in > /a/home/kerino/gitstat-run/include/lib.php on line 53 > [client 66.249.73.187] PHP Notice: Use of undefined constant GESHIDIR - > assumed 'GESHIDIR' in /a/home/kerino/gitstat-run/include/lib.php on line 54 > [client 66.249.73.187] PHP Notice: Use of undefined constant RWDIR - > assumed 'RWDIR' in /a/home/kerino/gitstat-run/include/lib.php on line 57 > [client 66.249.73.187] PHP Notice: Use of undefined constant RWDIR - > assumed 'RWDIR' in /a/home/kerino/gitstat-run/include/lib.php on line 58 > [client 66.249.73.187] PHP Notice: Use of undefined constant GITDIR - > assumed 'GITDIR' in /a/home/kerino/gitstat-run/include/lib.php on line 59 > [client 66.249.73.187] PHP Notice: Use of undefined constant GITDIR - > assumed 'GITDIR' in /a/home/kerino/gitstat-run/include/lib.php on line 60 > [client 66.249.73.187] PHP Notice: Use of undefined constant GITURL - > assumed 'GITURL' in /a/home/kerino/gitstat-run/include/lib.php on line 63 > [client 66.249.73.187] PHP Notice: Use of undefined constant GIT_TREE_DESC > - assumed 'GIT_TREE_DESC' in /a/home/kerino/gitstat-run/include/lib.php on > line 66 > [client 66.249.73.187] PHP Notice: Use of undefined constant > GIT_TREE_OWNER - assumed 'GIT_TREE_OWNER' in > /a/home/kerino/gitstat-run/include/lib.php on line 67 > [client 66.249.73.187] PHP Notice: Use of undefined constant GIT_TREE_URL > - assumed 'GIT_TREE_URL' in /a/home/kerino/gitstat-run/include/lib.php on > line 68 > [client 66.249.73.187] PHP Notice: Use of undefined constant > GIT_PROJECT_NAME - assumed 'GIT_PROJECT_NAME' in > /a/home/kerino/gitstat-run/include/lib.php on line 69 > [client 66.249.73.187] PHP Notice: Use of undefined constant GIT_EXE_PATH > - assumed 'GIT_EXE_PATH' in /a/home/kerino/gitstat-run/include/lib.php on > line 71 > [client 66.249.73.187] PHP Notice: Use of undefined constant HOST - > assumed 'HOST' in /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php on > line 2 > [client 66.249.73.187] PHP Notice: Use of undefined constant localhost - > assumed 'localhost' in > /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php on line 2 > [client 66.249.73.187] PHP Notice: Use of undefined constant ID - assumed > 'ID' in /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php on line 3 > [client 66.249.73.187] PHP Notice: Use of undefined constant kerino - > assumed 'kerino' in /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php > on line 3 > [client 66.249.73.187] PHP Notice: Use of undefined constant PASS - > assumed 'PASS' in /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php on > line 4 > [client 66.249.73.187] PHP Notice: Use of undefined constant rhkwk99 - > assumed 'rhkwk99' in /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php > on line 4 > [client 66.249.73.187] PHP Notice: Use of undefined constant DB - assumed > 'DB' in /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php on line 5 > [client 66.249.73.187] PHP Notice: Use of undefined constant gitstat - > assumed 'gitstat' in /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php > on line 5 > [client 66.249.73.187] PHP Notice: Use of undefined constant HOST - > assumed 'HOST' in /a/home/kerino/gitstat-run/include/lib.php on line 28 > [client 66.249.73.187] PHP Notice: Use of undefined constant localhost - > assumed 'localhost' in /a/home/kerino/gitstat-run/include/lib.php on line 28 > [client 66.249.73.187] PHP Notice: Use of undefined constant ID - assumed > 'ID' in /a/home/kerino/gitstat-run/include/lib.php on line 29 > [client 66.249.73.187] PHP Notice: Use of undefined constant PASS - > assumed 'PASS' in /a/home/kerino/gitstat-run/include/lib.php on line 30 > [client 66.249.73.187] PHP Notice: Use of undefined constant DB - assumed > 'DB' in /a/home/kerino/gitstat-run/include/lib.php on line 31 > [client 66.249.73.187] PHP Notice: Undefined index: localhost_gitstat in > /a/home/kerino/gitstat-run/include/lib.php on line 85 > [client 66.249.73.187] PHP Warning: Missing argument 1 for > getprojectconfig() in /a/home/kerino/gitstat-run/include/lib.php on line 43 > [client 66.249.73.187] PHP Notice: Use of undefined constant > GRAPHMODULEDIR - assumed 'GRAPHMODULEDIR' in > /a/home/kerino/gitstat-run/include/lib.php on line 53 > [client 66.249.73.187] PHP Notice: Use of undefined constant GESHIDIR - > assumed 'GESHIDIR' in /a/home/kerino/gitstat-run/include/lib.php on line 54 > [client 66.249.73.187] PHP Notice: Use of undefined constant RWDIR - > assumed 'RWDIR' in /a/home/kerino/gitstat-run/include/lib.php on line 57 > [client 66.249.73.187] PHP Notice: Use of undefined constant RWDIR - > assumed 'RWDIR' in /a/home/kerino/gitstat-run/include/lib.php on line 58 > [client 66.249.73.187] PHP Notice: Use of undefined constant GITDIR - > assumed 'GITDIR' in /a/home/kerino/gitstat-run/include/lib.php on line 59 > [client 66.249.73.187] PHP Notice: Use of undefined constant GITDIR - > assumed 'GITDIR' in /a/home/kerino/gitstat-run/include/lib.php on line 60 > [client 66.249.73.187] PHP Notice: Use of undefined constant GITURL - > assumed 'GITURL' in /a/home/kerino/gitstat-run/include/lib.php on line 63 > [client 66.249.73.187] PHP Notice: Use of undefined constant GIT_TREE_DESC > - assumed 'GIT_TREE_DESC' in /a/home/kerino/gitstat-run/include/lib.php on > line 66 > [client 66.249.73.187] PHP Notice: Use of undefined constant > GIT_TREE_OWNER - assumed 'GIT_TREE_OWNER' in > /a/home/kerino/gitstat-run/include/lib.php on line 67 > [client 66.249.73.187] PHP Notice: Use of undefined constant GIT_TREE_URL > - assumed 'GIT_TREE_URL' in /a/home/kerino/gitstat-run/include/lib.php on > line 68 > [client 66.249.73.187] PHP Notice: Use of undefined constant > GIT_PROJECT_NAME - assumed 'GIT_PROJECT_NAME' in > /a/home/kerino/gitstat-run/include/lib.php on line 69 > [client 66.249.73.187] PHP Notice: Use of undefined constant GIT_EXE_PATH > - assumed 'GIT_EXE_PATH' in /a/home/kerino/gitstat-run/include/lib.php on > line 71 > [client 66.249.73.187] PHP Notice: Use of undefined constant HOST - > assumed 'HOST' in /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php on > line 2 > [client 66.249.73.187] PHP Notice: Use of undefined constant localhost - > assumed 'localhost' in > /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php on line 2 > [client 66.249.73.187] PHP Notice: Use of undefined constant ID - assumed > 'ID' in /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php on line 3 > [client 66.249.73.187] PHP Notice: Use of undefined constant kerino - > assumed 'kerino' in /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php > on line 3 > [client 66.249.73.187] PHP Notice: Use of undefined constant PASS - > assumed 'PASS' in /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php on > line 4 > [client 66.249.73.187] PHP Notice: Use of undefined constant rhkwk99 - > assumed 'rhkwk99' in /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php > on line 4 > [client 66.249.73.187] PHP Notice: Use of undefined constant DB - assumed > 'DB' in /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php on line 5 > [client 66.249.73.187] PHP Notice: Use of undefined constant gitstat - > assumed 'gitstat' in /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php > on line 5 > [client 66.249.73.187] PHP Notice: Use of undefined constant HOST - > assumed 'HOST' in /a/home/kerino/gitstat-run/include/lib.php on line 28 > [client 66.249.73.187] PHP Notice: Use of undefined constant localhost - > assumed 'localhost' in /a/home/kerino/gitstat-run/include/lib.php on line 28 > [client 66.249.73.187] PHP Notice: Use of undefined constant ID - assumed > 'ID' in /a/home/kerino/gitstat-run/include/lib.php on line 29 > [client 66.249.73.187] PHP Notice: Use of undefined constant PASS - > assumed 'PASS' in /a/home/kerino/gitstat-run/include/lib.php on line 30 > [client 66.249.73.187] PHP Notice: Use of undefined constant DB - assumed > 'DB' in /a/home/kerino/gitstat-run/include/lib.php on line 31 > [client 66.249.73.187] PHP Notice: Undefined variable: str in > /a/home/kerino/gitstat-run/commit-detail.php on line 127 > > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/include/lib.php on line 31 > [client 66.249.73.187] PHP Notice: Undefined index: localhost_gitstat in > /a/home/kerino/gitstat-run/include/lib.php on line 85 > > ============================= > Tim Bird > Architecture Group Chair, CE Linux Forum > Senior Staff Engineer, Sony Corporation of America > ============================= > > |
From: 이. <jun...@gm...> - 2009-01-11 23:35:37
|
Hi, That is explicit gitstat problem. So sorry for that, and thanks to your consideration. w/ apache log you sent, It looks The error pattern are 2 types. *Notice*: Use of undefined constant id - assumed *PHP Warning*: Missing argument 1 for getprojectconfig() in I know why gitstat makes that log and will fix it As soon as possible.. And, for a shit, you could modify php configuration . like this.. - php.ini error_reporting = E_ALL & ~E_NOTICE | E_STRICT BTW, I have a request. gitstat has changes reporting feature so, It needs e-mail send service. It use 'sendmail'. Would you please make activate sendmail on mirror server? Thanks, On Sat, Jan 10, 2009 at 4:15 AM, Tim Bird <tim...@am...> wrote: > Jung Seung Lee, > > On mirror.celinuxforum.org, gitstat is putting a LOT of data into the > httpd error > log. The log entries consist of PHP Warnings and PHP Notices. Even with > log rotation turned on, these now account for about 4 Gigabytes of disk > space on > the root partition on mirror. > > Can you please eliminate these messages, either by fixing the > reported issues or by configuring PHP to be less verbose in the Apache > error log? > > Thanks, > -- Tim > > Here is a sample of the data in the error log from one request: > > [client 66.249.73.187] PHP Warning: Missing argument 1 for > getprojectconfig() in /a/home/kerino/gitstat-run/include/lib.php on line 43 > [client 66.249.73.187] PHP Notice: Use of undefined constant > GRAPHMODULEDIR - assumed 'GRAPHMODULEDIR' in > /a/home/kerino/gitstat-run/include/lib.php on line 53 > [client 66.249.73.187] PHP Notice: Use of undefined constant GESHIDIR - > assumed 'GESHIDIR' in /a/home/kerino/gitstat-run/include/lib.php on line 54 > [client 66.249.73.187] PHP Notice: Use of undefined constant RWDIR - > assumed 'RWDIR' in /a/home/kerino/gitstat-run/include/lib.php on line 57 > [client 66.249.73.187] PHP Notice: Use of undefined constant RWDIR - > assumed 'RWDIR' in /a/home/kerino/gitstat-run/include/lib.php on line 58 > [client 66.249.73.187] PHP Notice: Use of undefined constant GITDIR - > assumed 'GITDIR' in /a/home/kerino/gitstat-run/include/lib.php on line 59 > [client 66.249.73.187] PHP Notice: Use of undefined constant GITDIR - > assumed 'GITDIR' in /a/home/kerino/gitstat-run/include/lib.php on line 60 > [client 66.249.73.187] PHP Notice: Use of undefined constant GITURL - > assumed 'GITURL' in /a/home/kerino/gitstat-run/include/lib.php on line 63 > [client 66.249.73.187] PHP Notice: Use of undefined constant GIT_TREE_DESC > - assumed 'GIT_TREE_DESC' in /a/home/kerino/gitstat-run/include/lib.php on > line 66 > [client 66.249.73.187] PHP Notice: Use of undefined constant > GIT_TREE_OWNER - assumed 'GIT_TREE_OWNER' in > /a/home/kerino/gitstat-run/include/lib.php on line 67 > [client 66.249.73.187] PHP Notice: Use of undefined constant GIT_TREE_URL > - assumed 'GIT_TREE_URL' in /a/home/kerino/gitstat-run/include/lib.php on > line 68 > [client 66.249.73.187] PHP Notice: Use of undefined constant > GIT_PROJECT_NAME - assumed 'GIT_PROJECT_NAME' in > /a/home/kerino/gitstat-run/include/lib.php on line 69 > [client 66.249.73.187] PHP Notice: Use of undefined constant GIT_EXE_PATH > - assumed 'GIT_EXE_PATH' in /a/home/kerino/gitstat-run/include/lib.php on > line 71 > [client 66.249.73.187] PHP Notice: Use of undefined constant HOST - > assumed 'HOST' in /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php on > line 2 > [client 66.249.73.187] PHP Notice: Use of undefined constant localhost - > assumed 'localhost' in > /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php on line 2 > [client 66.249.73.187] PHP Notice: Use of undefined constant ID - assumed > 'ID' in /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php on line 3 > [client 66.249.73.187] PHP Notice: Use of undefined constant kerino - > assumed 'kerino' in /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php > on line 3 > [client 66.249.73.187] PHP Notice: Use of undefined constant PASS - > assumed 'PASS' in /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php on > line 4 > [client 66.249.73.187] PHP Notice: Use of undefined constant rhkwk99 - > assumed 'rhkwk99' in /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php > on line 4 > [client 66.249.73.187] PHP Notice: Use of undefined constant DB - assumed > 'DB' in /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php on line 5 > [client 66.249.73.187] PHP Notice: Use of undefined constant gitstat - > assumed 'gitstat' in /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php > on line 5 > [client 66.249.73.187] PHP Notice: Use of undefined constant HOST - > assumed 'HOST' in /a/home/kerino/gitstat-run/include/lib.php on line 28 > [client 66.249.73.187] PHP Notice: Use of undefined constant localhost - > assumed 'localhost' in /a/home/kerino/gitstat-run/include/lib.php on line 28 > [client 66.249.73.187] PHP Notice: Use of undefined constant ID - assumed > 'ID' in /a/home/kerino/gitstat-run/include/lib.php on line 29 > [client 66.249.73.187] PHP Notice: Use of undefined constant PASS - > assumed 'PASS' in /a/home/kerino/gitstat-run/include/lib.php on line 30 > [client 66.249.73.187] PHP Notice: Use of undefined constant DB - assumed > 'DB' in /a/home/kerino/gitstat-run/include/lib.php on line 31 > [client 66.249.73.187] PHP Notice: Undefined index: localhost_gitstat in > /a/home/kerino/gitstat-run/include/lib.php on line 85 > [client 66.249.73.187] PHP Warning: Missing argument 1 for > getprojectconfig() in /a/home/kerino/gitstat-run/include/lib.php on line 43 > [client 66.249.73.187] PHP Notice: Use of undefined constant > GRAPHMODULEDIR - assumed 'GRAPHMODULEDIR' in > /a/home/kerino/gitstat-run/include/lib.php on line 53 > [client 66.249.73.187] PHP Notice: Use of undefined constant GESHIDIR - > assumed 'GESHIDIR' in /a/home/kerino/gitstat-run/include/lib.php on line 54 > [client 66.249.73.187] PHP Notice: Use of undefined constant RWDIR - > assumed 'RWDIR' in /a/home/kerino/gitstat-run/include/lib.php on line 57 > [client 66.249.73.187] PHP Notice: Use of undefined constant RWDIR - > assumed 'RWDIR' in /a/home/kerino/gitstat-run/include/lib.php on line 58 > [client 66.249.73.187] PHP Notice: Use of undefined constant GITDIR - > assumed 'GITDIR' in /a/home/kerino/gitstat-run/include/lib.php on line 59 > [client 66.249.73.187] PHP Notice: Use of undefined constant GITDIR - > assumed 'GITDIR' in /a/home/kerino/gitstat-run/include/lib.php on line 60 > [client 66.249.73.187] PHP Notice: Use of undefined constant GITURL - > assumed 'GITURL' in /a/home/kerino/gitstat-run/include/lib.php on line 63 > [client 66.249.73.187] PHP Notice: Use of undefined constant GIT_TREE_DESC > - assumed 'GIT_TREE_DESC' in /a/home/kerino/gitstat-run/include/lib.php on > line 66 > [client 66.249.73.187] PHP Notice: Use of undefined constant > GIT_TREE_OWNER - assumed 'GIT_TREE_OWNER' in > /a/home/kerino/gitstat-run/include/lib.php on line 67 > [client 66.249.73.187] PHP Notice: Use of undefined constant GIT_TREE_URL > - assumed 'GIT_TREE_URL' in /a/home/kerino/gitstat-run/include/lib.php on > line 68 > [client 66.249.73.187] PHP Notice: Use of undefined constant > GIT_PROJECT_NAME - assumed 'GIT_PROJECT_NAME' in > /a/home/kerino/gitstat-run/include/lib.php on line 69 > [client 66.249.73.187] PHP Notice: Use of undefined constant GIT_EXE_PATH > - assumed 'GIT_EXE_PATH' in /a/home/kerino/gitstat-run/include/lib.php on > line 71 > [client 66.249.73.187] PHP Notice: Use of undefined constant HOST - > assumed 'HOST' in /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php on > line 2 > [client 66.249.73.187] PHP Notice: Use of undefined constant localhost - > assumed 'localhost' in > /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php on line 2 > [client 66.249.73.187] PHP Notice: Use of undefined constant ID - assumed > 'ID' in /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php on line 3 > [client 66.249.73.187] PHP Notice: Use of undefined constant kerino - > assumed 'kerino' in /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php > on line 3 > [client 66.249.73.187] PHP Notice: Use of undefined constant PASS - > assumed 'PASS' in /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php on > line 4 > [client 66.249.73.187] PHP Notice: Use of undefined constant rhkwk99 - > assumed 'rhkwk99' in /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php > on line 4 > [client 66.249.73.187] PHP Notice: Use of undefined constant DB - assumed > 'DB' in /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php on line 5 > [client 66.249.73.187] PHP Notice: Use of undefined constant gitstat - > assumed 'gitstat' in /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php > on line 5 > [client 66.249.73.187] PHP Notice: Use of undefined constant HOST - > assumed 'HOST' in /a/home/kerino/gitstat-run/include/lib.php on line 28 > [client 66.249.73.187] PHP Notice: Use of undefined constant localhost - > assumed 'localhost' in /a/home/kerino/gitstat-run/include/lib.php on line 28 > [client 66.249.73.187] PHP Notice: Use of undefined constant ID - assumed > 'ID' in /a/home/kerino/gitstat-run/include/lib.php on line 29 > [client 66.249.73.187] PHP Notice: Use of undefined constant PASS - > assumed 'PASS' in /a/home/kerino/gitstat-run/include/lib.php on line 30 > [client 66.249.73.187] PHP Notice: Use of undefined constant DB - assumed > 'DB' in /a/home/kerino/gitstat-run/include/lib.php on line 31 > [client 66.249.73.187] PHP Notice: Undefined variable: str in > /a/home/kerino/gitstat-run/commit-detail.php on line 127 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: Use of undefined constant HOST - > assumed 'HOST' in /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php on > line 2 > [client 66.249.73.187] PHP Notice: Use of undefined constant localhost - > assumed 'localhost' in > /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php on line 2 > [client 66.249.73.187] PHP Notice: Use of undefined constant ID - assumed > 'ID' in /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php on line 3 > [client 66.249.73.187] PHP Notice: Use of undefined constant kerino - > assumed 'kerino' in /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php > on line 3 > [client 66.249.73.187] PHP Notice: Use of undefined constant PASS - > assumed 'PASS' in /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php on > line 4 > [client 66.249.73.187] PHP Notice: Use of undefined constant rhkwk99 - > assumed 'rhkwk99' in /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php > on line 4 > [client 66.249.73.187] PHP Notice: Use of undefined constant DB - assumed > 'DB' in /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php on line 5 > [client 66.249.73.187] PHP Notice: Use of undefined constant gitstat - > assumed 'gitstat' in /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php > on line 5 > [client 66.249.73.187] PHP Notice: Use of undefined constant HOST - > assumed 'HOST' in /a/home/kerino/gitstat-run/include/lib.php on line 28 > [client 66.249.73.187] PHP Notice: Use of undefined constant localhost - > assumed 'localhost' in /a/home/kerino/gitstat-run/include/lib.php on line 28 > [client 66.249.73.187] PHP Notice: Use of undefined constant ID - assumed > 'ID' in /a/home/kerino/gitstat-run/include/lib.php on line 29 > [client 66.249.73.187] PHP Notice: Use of undefined constant PASS - > assumed 'PASS' in /a/home/kerino/gitstat-run/include/lib.php on line 30 > [client 66.249.73.187] PHP Notice: Use of undefined constant DB - assumed > 'DB' in /a/home/kerino/gitstat-run/include/lib.php on line 31 > [client 66.249.73.187] PHP Notice: Undefined index: localhost_gitstat in > /a/home/kerino/gitstat-run/include/lib.php on line 85 > > ============================= > Tim Bird > Architecture Group Chair, CE Linux Forum > Senior Staff Engineer, Sony Corporation of America > ============================= > > |