Tim
Vanilla StaffTim Vanilla Staff
Reactions
-
Re: Passing data between firing an event and handling the fired event
Do yourself a favor. At the place where you're trying to fire that event, put this: var_dump(get_class($this)); die(); That class name is what you're firing on, and should be the prefixed controller … (View Post)1 -
Re: Passing data between firing an event and handling the fired event
Gdn_Request has many other parameters and methods though, so to get an idea of everything it stores, do a quick var_dump(Gdn::Request()); die(); somewhere and have a look. Then inspect /library/core/… (View Post)1 -
Re: Feature Request - plugin bundle creator
We're probably going to do something a little like this on our hosted solution, but no guarantees that it would be viable in the OSS product. We'll see though. (View Post)1 -
Re: FATAL ERROR - PLEASE URGENT HELP
So let me understand. You're using an extremely out of date version of the core. Check. You installed a new plugin. Check. Everything was working before, then stops working after this new plugin... A… (View Post)1 -
Re: FATAL ERROR - PLEASE URGENT HELP
HINT: remove the #]|£~€*} plugin! (View Post)1