Jump to content

Question

Posted

I just created a simple module and it shows up in the module available list. But when i click install, i just get a blank page

I've enabled Configure::set("System.debug", true); + display_error in php.ini.

How can i see what's going wrong?

I enabled Debugger: https://github.com/Blesta-Addons/Debugger/

And now i get Logging directory not found or is not absolute path

 

EDIT1: A bit of progress. Now i get "Name is invalid"

3 answers to this question

Recommended Posts

  • 0
Posted

I started off with copying cpanel/cpanel.php into amodule/amodule.php.

For the name, i worked around using  return Amodule; in the getName function.

Now i get the Manage Amodule widget, but there are no text there. I've also copied cpanel/views/default/* into amodule/views/default.

What's preventing the text for the widget boxes?

 

 

blesta_02.png

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...