We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 36448
    • 58 Posts
    Hi, can anyone confirm that?
    No Thumbnails in Modx 2.5.0-pl with Media Browser and PHP 7.0.4 (Error Log is empty).

    The thumbnails shows correct if I switch back to php 5.6.19.
      • 9674
      • 170 Posts
      Hi Jo,

      Running A 7.0.5 php, we have no problems at all. Old trick we do now before any upgrade, clearing the cache from the command line server seems to prevent a lot of this kind of troubles.
      So try clearing your cache if you haven't.

      Hope this help.

      Philippe
        • 36448
        • 58 Posts
        Quote from: Fildefer57 at May 06, 2016, 09:13 AM
        ...Old trick we do now before any upgrade, clearing the cache from the command line...

        Hi Philippe, thank you for your answer!
        Anyway, for the moment I use PHP 5.6.19 without any problems.
        Maybe I'll try again later.

        btw: I know this "old trick" ;-)
          • 36448
          • 58 Posts
          OK, I tried it again with PHP 7.0.4 and I get this error:

          [2016-05-06 10:20:30] (ERROR @ /www/htdocs/x4711/modx/core/model/phpthumb/modphpthumb.class.php : 181) PHP warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/x4711/modx/core/model/phpthumb/phpthumb.class.php:19)


          my versions:

          • MODX 2.5.0-pl with PHP 5.6.19: GD Support (Version 2.1.0) and imagick (Version 3.1.2)
          • MODX 2.5.0-pl with PHP 7.0.4: GD Support (Version 2.1.0) and imagick (Version 3.4.0RC6)

          Maybe it is a problem with imagick 3.4.0RC6 ?
          [ed. note: krischel last edited this post 7 years, 11 months ago.]
            • 37846
            • 26 Posts
            Help - No Thumbnails in Media Browser with PHP 7.0.4 - whot doing?

            It's real problem
            • Maybe it could be solved with that PR: https://github.com/modxcms/revolution/pull/13125

              To check this: Please download my 2.5.x fork on https://github.com/Jako/revolution/archive/2.5.x.zip and replace the core/model/phpthumb folder on your host with the downloaded core/model/phpthumb folder. Backup that folder first.
              [ed. note: Jako last edited this post 7 years, 7 months ago.]