davidbwire/instant-ussd-app

Custom menu leads to error

Closed this issue · 2 comments

Hello,

I keep getting this error , I have customizing the app

image

I have observed the different in dump result from your app to mine, What is the problem is EventManager listener in showhomepage() does not return instance of Response

This is the response from event manager listeneresult

image

This is my menus option
image

Have you replaced all instances of home_instant_ussd with home_family_ussd on this file (Alternavely, you may rename home_family_ussd on your config file to home_instant_ussd)?

When I changed the name works fine?

I have created custom controller, eventManager, validator, and config files to suit my application. and changing all the menus instance of iussd . The challenge now is some of the menu-option keeps prompting error that not iniatialized in UssdLoopMapper.

Is there any changes(other than the one I mentioned above) will I needed to work on so as to make it up ?