User avatar - Fatal error

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • wtconseil
    Active Community Member
    • Apr 2015
    • 335

    User avatar - Fatal error

    Issue when trying to add an avatar for a user ?

    Here is the stack trace (last 4.4.1 version)

    Code:
    [B]Fatal error[/B]: Call to undefined function Espo\EntryPoints\imagecreatefromjpeg() in [B]/var/www/html/application/Espo/EntryPoints/Image.php[/B] on line [B]179[/B]
    Attached Files
  • tanya
    Senior Member
    • Jun 2014
    • 4308

    #2
    Hello
    Install Gd library. follow the below link. GD library instalation

    Comment

    • wtconseil
      Active Community Member
      • Apr 2015
      • 335

      #3
      I already have the GD lib

      Image upload are working fine everywhere... but not for user avatar
      =>
      Fatal error: Call to undefined function Espo\EntryPoints\imagecreatefromjpeg() in /var/www/html/application/Espo/EntryPoints/Image.php on line 179
      Attached Files

      Comment

      • wtconseil
        Active Community Member
        • Apr 2015
        • 335

        #4
        can you try to reproduce on your setup ?

        Comment

        • tanya
          Senior Member
          • Jun 2014
          • 4308

          #5
          not all types are supported

          Comment

          • wtconseil
            Active Community Member
            • Apr 2015
            • 335

            #6
            Thanks for your support, you were right.
            I didnt activate GD lib with jpeg support.
            now its ok into my Docker Container

            This topic can be closed

            Comment

            Working...