Jump to content
  • 0

New module install blank page


fossxplorer

Question

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"

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...