Entry point images are not rendered

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ChrisSka83
    Senior Member
    • Apr 2023
    • 242

    #1

    Entry point images are not rendered

    Hi everyone,

    The update to 10.0.3 has worked so far.

    What surprises me a little is that the entry points for images aren't working.
    Avatars and the logo are showing up as broken, as if they didn’t exist.

    Specifically, these:

    /?entryPoint=LogoImage

    /?entryPoint=avatar


    But they do exist on the server under application/Espo/EntryPoints.

    What else could be causing this? What went wrong?

    There’s nothing in the logs regarding this.
  • yuri
    EspoCRM product developer
    • Mar 2014
    • 9967

    #2
    Hi,

    Something with your server configuration I believe. Has nothing to do with EspoCRM upgrade but rather with PHP upgrade. Image libs not installed?

    Please rename the topic once you figure out the reason to prevent users from being misled.

    Comment


    • ChrisSka83
      ChrisSka83 commented
      Editing a comment
      That's strange—everything was still working with version 9.
      I'm using PHP 8.3.32.
      GD and Imagick are also installed.
      Did I miss something?
  • yuri
    EspoCRM product developer
    • Mar 2014
    • 9967

    #3
    Maybe the PHP extensions are activated only for CLI but not activated for the web server's PHP. You can check under Administration > Server Requirements.

    Comment

    • ChrisSka83
      Senior Member
      • Apr 2023
      • 242

      #4
      Unfortunately, everything is set to “active” there, though.

      Click image for larger version

Name:	image.png
Views:	2
Size:	104.9 KB
ID:	127392

      Comment

      • yuri
        EspoCRM product developer
        • Mar 2014
        • 9967

        #5
        Maybe the error is in the web server log?

        Comment

        • ChrisSka83
          Senior Member
          • Apr 2023
          • 242

          #6
          I found the error.

          Since I also have custom entry points in the system, but you had probably made some changes, these entry points were now faulty and caused this error.
          Previously, the entry points contained this call: “Espo\Core\EntryPoints\Base,” which no longer works with Espo 10.

          I’ve corrected the entry points, and now all entry points with images are working again.
          Last edited by ChrisSka83; Today, 05:56 PM.

          Comment

          Working...