-
Notifications
You must be signed in to change notification settings - Fork 0
Error in Twig Template #27
Comments
@garyee Ahh, I see now you were trying the current HEAD on master. Can you give me some quick instructions on how to build GitList into a production environment so that I can reproduce and fix the problem? Thank you! |
I see now the README warns: |
|
However, this bug seems to be a bug. ;) |
It is indeed a bug. I'm on it and have now a development built up and running. |
Before I fix it, we should create a test case for this problem. |
Hi, okay so I have an xampp on windows 7 running with Apache 2.4.x and php 7.1.2. I did try to find the source of the problem but I'm fairly new to symfony and the dependency-injection stuff, so I did not succeed. |
Sorry, I can't reproduce the issue here with PHP 5.5.9 on Linux. "ant" fully works for me. |
This is probably due to the BC break overlooked. PR #36 fixes the BC break, where |
Hi,
so I forked and build gitlist locally for development.
When I updated my fork to the newest commit (3ad4f03), I'am getting this error:
Twig_Error_Runtime in layout.twig line 6: Neither the property "request" nor one of the methods "request()", "getrequest()"/"isrequest()" or "__call()" exist and have public access in class "GitList\Application".
Did I do something wrong?
The text was updated successfully, but these errors were encountered: