Entry point images are not rendered

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • alethewizard
    commented on 's reply
    Hello.

    I could have a similar issue: what do you mean for "I’ve corrected the entry points"?

    Thank you.
    Kind regards.

  • ChrisSka83
    replied
    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; 07-23-2026, 05:56 PM.

    Leave a comment:


  • yuri
    replied
    Maybe the error is in the web server log?

    Leave a comment:


  • ChrisSka83
    replied
    Unfortunately, everything is set to “active” there, though.

    Click image for larger version

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

    Leave a comment:


  • yuri
    replied
    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.

    Leave a comment:


  • ChrisSka83
    commented on 's reply
    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
    replied
    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.

    Leave a comment:


  • ChrisSka83
    started a topic Entry point images are not rendered

    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.
Working...