Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. FreeScout
  3. freescout - unable to create mailbox

freescout - unable to create mailbox

Scheduled Pinned Locked Moved FreeScout
3 Posts 2 Posters 97 Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    christossioutis
    wrote last edited by
    #1

    I tried to use freescout (not using OIDC plugin) but I cannot create a mailbox. Error shown when trying to create a mailbox 'Whoops, looks like something went wrong — check logs in /storage/logs'. I can also replicate the problem on demo.cloudron.io

    1 Reply Last reply
    2
    • jamesJ Offline
      jamesJ Offline
      james
      Staff
      wrote last edited by
      #2

      Hello @christossioutis

      I just reproduced this error and will look into it.
      Thanks for reporting.

      1 Reply Last reply
      2
      • jamesJ Offline
        jamesJ Offline
        james
        Staff
        wrote last edited by james
        #3

        This seems to be an upstream error.

        From the Freescout web ui app-logs when checking $FREESCOUTAPP/app-logs/app

          error	production	2025-05-26 06:19:54	 SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'ratings' cannot be null (SQL: insert into `mailboxes` (`signature`, `email`, `name`, `ratings`, `updated_at`, `created_at`) values (<br><span style="color:#808080;">--<br>
        

        This already has been reporte upstream =>
        https://github.com/freescout-help-desk/freescout/issues/4800

        The suggested Hotfix => https://github.com/freescout-help-desk/freescout/issues/4800#issuecomment-2903781008

        Temporary fix: change line 92 in /app/Http/Controllers/MailboxesController.php to:

                'ratings' => $request->ratings ?? 1,
        

        Is not possible in a Cloudron setup since /app/code/app/Http/Controllers/MailboxesController.php is read-only.
        As soon as this is fixed upstream, Cloudron will release the update as well asap.

        1 Reply Last reply
        1
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Bookmarks
        • Search