The following issue has been updated:
364 - Indefero crashing on svn source
Project: InDefero
Status: New
Reported by: Roch Delsalle
URL: http://projects.ceondo.com/p/indefero/issues/364/
Labels:
Type:Defect
Priority:Medium
Comments (last first):
# By Roch Delsalle, Dec 21, 2009:
I also got the same problem on the timeline module.
# By Roch Delsalle, Dec 21, 2009:
Hi,
I have installed Indefero on my dev server, but it's crashing when I try to open the source page.
PlufErrorHandlerException making GET request to /index.php/p/project/source/tree/HEAD/
8 : Trying to get property of non-object
It might be something to do with the xml parsing.
This is the last stacktrace:
Svn.php l405
$res['author'] = (string) $xml->logentry->author;
--------------------------------------------------
Arg Name Value
0 $code
8
1 $string
Trying to get property of non-object
2 $file
/home/.sites/28/site1/web/code/indefero/src/IDF/Scm/Svn.php
3 $line
405
4 ?
Array
(
[commit] => HEAD
[getdiff] =>
[res] => Array
(
)
[cmd] => svn log --xml --limit 1 -v --username='username' --password='password' 'http://ip/svn/project/'@'HEAD'
[xmlRes] =>
[xml] =>
)
--
Issue: http://projects.ceondo.com/p/indefero/issues/364/