I just created my first module for TB, pretty much using a template from an existing module. There's nothing in it so far other than a front controller.
I get the following exception on installation:
Quote
ThirtyBeesException
Call to undefined method RuntimeException::getRequest()
in file classes/Language.php at line 499
My module's install function literally looks like this:
Question
oliver
Hi!
I just created my first module for TB, pretty much using a template from an existing module. There's nothing in it so far other than a front controller.
I get the following exception on installation:
My module's install function literally looks like this:
Any ideas what I'm missing?
Tho, TBH it looks like there is a bug with the code that's supposed to handle the error. Why is getRequest undefined?
1 answer to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now