Arbit - project tracking

Arbit - project tracking

#198: Issue Report RSS feed is broken

Issue revisions

  • new by Hans-Christian Otto at 2011-A-19 12:48
  • closed by Kore Nordmann at 2011-J-09 17:34
Type bug bug
State closed closed
Priority medium medium
Resolution fixed fixed
Assigned to Nobody
Scheduled for 0.4-beta
Affected versions Latest SVN
Affected components
Last change Thursday 9 June 2011 17:34:43 UTC by Kore Nordmann
Short description
-----------------
Requesting a RSS feed of an issue report results in an infinite loop exception.

Steps to reproduce
------------------
On a trunk version of arbit, try to request an issue report rss feed (e.g. http://arbit.dev/arbit/issue_tracker/report.rss?sort=issue&order=asc).

Dump of the causing Exception
-----------------------------

array(8) {
  ["message"]=>
  string(214) "Non-static method arbitViewModelDecorationDependencyInjectionManager::setViewHandler() should not be called statically, assuming $this from incompatible context in /home/hco/arbit/src/classes/view/manager.php +302."
  ["severity"]=>
  int(64)
  ["source"]=>
  string(3) "PHP"
  ["category"]=>
  int(2048)
  ["info"]=>
  array(0) {
  }
  ["file"]=>
  string(35) "/home/hco/arbit/src/environment.php"
  ["line"]=>
  int(155)
  ["method"]=>
  string(0) ""
}
  • Kore Nordmann at Thursday 9 June 2011 17:34:43 UTC

    Fixed in revision 2362.