Uploaded image for project: 'Blesta Core'
  1. Blesta Core
  2. CORE-4443

Company logo upload not considering allowed mime_types

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 5.1.3, 5.2.0-b1
    • Component/s: None
    • Labels:
      None

      Description

      To reproduce:

      • Visit Settings > Company > Look and Feel > Customize
      • Try to upload pdf as the logo
      • See that it succeeds

      To resolve, update app/controllers/admin_company_lookandfeel.php around line 461 from:

                      $mime_types = Configure::get('Blesta.allowed_mime_types');
      

      To

                      Configure::load('mime');
                      $mime_types = Configure::get('Blesta.allowed_mime_types');
      

        Activity

        There are no comments yet on this issue.

          People

          • Assignee:
            jonathan Jonathan Reissmueller
            Reporter:
            jonathan Jonathan Reissmueller
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved:
              Fix Release Date:
              24/Aug/21

              Time Tracking

              Estimated:
              Original Estimate - Not Specified
              Not Specified
              Remaining:
              Remaining Estimate - 0 minutes
              0m
              Logged:
              Time Spent - 6 minutes
              6m

                Agile