That's the version of Example I'm using. From the "Developer Guide".
Apaches error and access log are not showing anything interesting. Same for the ilias log. By the way, I have a couple of other software, I'm developing for, which work flawlessly, like TYPO3 and Moodle, on this xampp setup.
The DEBUG option was a really good point! When I activate it, I get the following warning when on the Aministration -> Plugins page:
type(usr) id(0) referenced()
Warning: Cannot modify header information - headers already sent by (output started at C:\Program Files\xampp\htdocs\ILIAS-5.0.8\Services\Object\classes\class.ilObject.php:107) in C:\Program Files\xampp\htdocs\ILIAS-5.0.8\Services\UICore\classes\class.ilTemplate.php on line 462
When I have the DEBUG option enabled and want to log in I get a simliar warning:
type(usr) id(0) referenced()
Warning: Cannot modify header information - headers already sent by (output started at C:\Program Files\xampp\htdocs\ILIAS-5.0.8\Services\Object\classes\class.ilObject.php:107) in C:\Program Files\xampp\htdocs\ILIAS-5.0.8\Services\Utilities\classes\class.ilUtil.php on line 3602
I think something might be misconfigured here in my installation. Not sure what though.