Changing the Password of a mailbox outputs error 500

Issue #244 resolved
Stephan Krebernik created an issue

the password is correctly changed, but I get an 500 error in the admins dashboard when changing a mailbox password.

Comments (4)

  1. SH repo owner

    At /data/log/admin-app/prod.log there should be record about exception, can you please paste it?

  2. Stephan Krebernik reporter

    [2017-12-05 13:22:09] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\FatalThrowableError: "Type error: Argument 2 passed to Analogic\BoxesBundle\Handler\Box::quota() must be of the type integer or null, string given, called in /opt/admin/src/Analogic/BoxesBundle/Controller/BoxController.php on line 250" at /opt/admin/src/Analogic/BoxesBundle/Handler/Box.php line 127 {"exception":"[object] (Symfony\Component\Debug\Exception\FatalThrowableError(code: 0): Type error: Argument 2 passed to Analogic\BoxesBundle\Handler\Box::quota() must be of the type integer or null, string given, called in /opt/admin/src/Analogic/BoxesBundle/Controller/BoxController.php on line 250 at /opt/admin/src/Analogic/BoxesBundle/Handler/Box.php:127)"} []

  3. Stephan Krebernik reporter

    Ok, I see the Problem... Safari is outfilling the input "Email storage size limit (in MB)" with an email-address, even when the checkbox is unchecked and therefore the input not displayed.

    autocomplete="off" would solve it.

  4. Log in to comment