wealthbot-io / wealthbot

Use wealthbot.io to easily setup your own wealth management platform ⛺

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Group Management Submit Button

dlojac opened this issue · comments

Navigation: RIA -> Create users and user groups. -> Group Management

"Submit" button at the bottom of the page loads indefinitely after being clicked.

It happens same to me too. Did you find any solution for that?

Can you write which error throws in console.?

It shows 500 internal error at api /ria/user/create, like image bellow

image

Notice: Undefined variable: riaUser in /opt/bitnami/apps/wealthbot/src/Wealthbot/RiaBundle/Controller/UserController.php line 103

500 Internal Server Error - ErrorException

Stack Trace

in /opt/bitnami/apps/wealthbot/src/Wealthbot/RiaBundle/Controller/UserController.php at line 103 -
return $this->render('WealthbotRiaBundle:User:edit.html.twig', array(
'form' => $form->createView(),
'ria_users' => $riaUsers,
'ria_user' => $riaUser,
'ria' => $ria
));
}