Currency Screen is Blank

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • timwuk
    Junior Member
    • Jun 2016
    • 6

    #1

    Currency Screen is Blank

    I am running version: 4.1.5 of EspoCRM

    Logged in as the administrator, I click on Administration/Currency and all I get is a blank screen?

    How do I add GBP as a currency?

    Cheers,

    Tim
  • yuri
    Member
    • Mar 2014
    • 8931

    #2
    Odd. Could you press F12 to open console tab in that blank page and make a screenshot. Maybe there is some error.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • austinjh
      Junior Member
      • Aug 2016
      • 2

      #3
      I'm running version 4.2.1.

      I also get a blank screen on the currency page. My setup was from a base install of the "turnkey linux" LXC image which was 3.x I believe.

      I applied each of the updates to bring it to the current version 4.2.1 without initially setting any preferences in the application.

      Pressing F12 in chrome and selecting the console tab i see 1 line: VM1798:39 Uncaught TypeError: Cannot read property 'forEach' of undefined

      Austin.

      Comment

      • yuri
        Member
        • Mar 2014
        • 8931

        #4
        Add to data/config.php

        'currencyList' => [
        0 => 'USD'
        ],
        If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

        Comment

        • austinjh
          Junior Member
          • Aug 2016
          • 2

          #5
          Yes. That fixed it

          Comment

          Working...