Announcement

Collapse
No announcement yet.

User avatar - Fatal error

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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

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

    Comment


    • #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


      • #4
        can you try to reproduce on your setup ?

        Comment


        • #5
          not all types are supported

          Comment


          • #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...
            X