fossxplorer Posted June 16, 2017 Report Posted June 16, 2017 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" Quote
0 fossxplorer Posted June 16, 2017 Author Report Posted June 16, 2017 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? Quote
0 activa Posted June 16, 2017 Report Posted June 16, 2017 You need to change language file and difinitions . Michael 1 Quote
0 fossxplorer Posted June 16, 2017 Author Report Posted June 16, 2017 Yes, i was able to get it working. Thanks. Michael 1 Quote
Question
fossxplorer
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.