We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 36448
    • 58 Posts
    Concern this bug report:
    Bug 6504 - Image thumbs don`t show in backend (subdir install)

    I don't know - is it a bug or not? However, my guess is I have the same problem on my local server.

    In the left tree I can see all my images in the tab "Files". If I open the MODx-Browser (media sources), all image thumbs don`t show (note add).

    my config.inc.php (shorted):
    $modx_base_path= '/home/jo/public_html/test/';
    $modx_base_url= '/~jo/test/';


    my Errror-Log:
    [2012-01-15 08:56:44] (ERROR @ /~jo/test/connectors/system/phpthumb.php) phpThumb was unable to generate a thumbnail for:
    /home/jo/public_html/test/core/cache/phpthumb/phpThumb_cache_localhost_src5861308a7dba48e4a7875fd513e65e5a_par2eef4ecb8cab31f9431ed2b090a773e4_dat1313731461.png
    [2012-01-15 08:56:44] (ERROR @ /~jo/test/connectors/system/phpthumb.php) Error outputting thumbnail:
    OutputThumbnail() failed because !is_resource($this->gdimg_output) in file "phpthumb.class.php" on line 557


    Is it my fault or a fault by phpthumb?
    Can anyone tell me what maybe a good idea to do?

    __________________________________________________
    my System:
    Linux Debian 6 - apache 2.2.19 (mod_userdir) - php 5.3.6 - mysql 5.1.58 - MODx 2.2.0-pl2
    (all requirements have been met)

    PS: I try MODx 2.1.5-pl - and that shows all my image thumbs. [ed. note: krischel last edited this post 12 years, 3 months ago.]
      • 22840
      • 1,572 Posts
      Looks like your using a temp url ( /~jo/test )

      In my experience and as far as I know image thumbs dont show on temp urls however they will when the site is set live.

      I've done a few sites in revolution and this is the case on every one.
        • 36448
        • 58 Posts
        Really? That's curios!

        Thanks for your response. Unfortunately I can test this live in a few weeks and I hope you have right ;-)

        btw:
        Looks like your using a temp url ( /~jo/test )
        It's a local server with apache2 and enable mod_userdir on my private pc for testing.