Out of curiosity, what version of PHP are you using?
PHP 5.4.17; Zend Engine 2.4.0
Have ypu tried opening the file in another editor and/or tried to recreate the file from scratch (i'm starting to think it is a problem with a invisible character or something like that)
I will try that, good ...
Search found 7 matches
- Fri Dec 20, 2013 3:14 pm
- Forum: [3.x] Discussion
- Topic: [3.1a3] Extension problems
- Replies: 23
- Views: 27512
- Thu Dec 19, 2013 1:47 pm
- Forum: [3.x] Discussion
- Topic: [3.1a3] Extension problems
- Replies: 23
- Views: 27512
Re: [3.1a3] Extension problems
Well, that is indeed incorrect, nevertheless, that is not the source of my other problem :/
- Tue Dec 17, 2013 11:55 am
- Forum: [3.x] Discussion
- Topic: [3.1a3] Extension problems
- Replies: 23
- Views: 27512
Re: [3.1a3] Extension problems
No, besides the folder it is totally empty. I don't understand why it doesn't seem to parse my services.yml correctly. :/
- Fri Dec 13, 2013 7:54 pm
- Forum: [3.x] Discussion
- Topic: [3.1a3] Extension problems
- Replies: 23
- Views: 27512
Re: [3.1a3] Extension problems
Weird, I purged the cache again, disabled and deleted the extension and reinstalled it from GitHub, but I still receive the same mistake. If I remove the controller.helper, the same error happens with the other classes - somehow the dependency injection does not seem to work properly on my machine.
- Fri Dec 13, 2013 1:33 pm
- Forum: [3.x] Discussion
- Topic: [3.1a3] Extension problems
- Replies: 23
- Views: 27512
Re: [3.1a3] Extension problems
Sure you can, here you go: https://github.com/RobinRump/phpBB-ext-rules/tree/dev Thanks! 
- Sat Dec 07, 2013 6:22 pm
- Forum: [3.x] Discussion
- Topic: [3.1a3] Extension problems
- Replies: 23
- Views: 27512
Re: [3.1a3] Extension problems
Yes, I did. :S
- Fri Dec 06, 2013 6:16 pm
- Forum: [3.x] Discussion
- Topic: [3.1a3] Extension problems
- Replies: 23
- Views: 27512
Re: [3.1a3] Extension problems
Hey,
I seem to have a similar problem, although both services.yml and my main_listener.php seem alright to me.
config/services.yml:
services:
[...]
robinrump.rules.listener:
class: robinrump\rules\event\main_listener
arguments:
- @controller.helper
- @template
- @user
tags:
- { name ...
I seem to have a similar problem, although both services.yml and my main_listener.php seem alright to me.
config/services.yml:
services:
[...]
robinrump.rules.listener:
class: robinrump\rules\event\main_listener
arguments:
- @controller.helper
- @template
- @user
tags:
- { name ...