wealthbot-io / wealthbot

Use wealthbot.io to easily setup your own wealth management platform ⛺
Other
674 stars 158 forks source link

Group Management Submit Button #53

Closed dlojac closed 5 years ago

dlojac commented 9 years ago

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

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

JohnnyLe commented 8 years ago

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

azatyan commented 8 years ago

Can you write which error throws in console.?

JohnnyLe commented 8 years ago

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

image

strongman1995 commented 8 years ago

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 )); }