Jump to content
thirty bees forum
  • 0

Exception on Installation of basic module


oliver

Question

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:

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:

 

    public function install()
    {
        return parent::install();
    }


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?

install exception.jpg

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...