We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 30866
    • 12 Posts
    kunal kapoor,

    The document root is /home/modx.

    Thanks for everyone’s help. but its still not working..... :’(
      • 25819
      • 10 Posts
      I think the reason is, MODx uses GD library, but the server Twisler uses does not support it.

      Please let me know if that’s the issue.

        • 32241
        • 1,495 Posts
        ryanc, that might be the case.

        Try to create a snippet named ’phpinfo’ without the quote and insert this
        phpinfo();


        Put that snippet uncached [!phpinfo!] on one of your page. Save it, and try to browse to the page, you should see the php information on it.

        Search for the wrod ’GD’. Do they have GD library installed on your server, if not it won’t generate a thubmnail for you, and you need to install GD lib on your server.
          Wendy Novianto
          [font=Verdana]PT DJAMOER Technology Media
          [font=Verdana]Xituz Media
        • the Administration -> View system info section has a phpinfo() built into it.
            Studying MODX in the desert - http://sottwell.com
            Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
            Join the Slack Community - http://modx.org
            • 32241
            • 1,495 Posts
            Quote from: sottwell at Feb 24, 2006, 02:27 AM

            the Administration -> View system info section has a phpinfo() built into it.

            Cool, thanks for pointing that out Susan
              Wendy Novianto
              [font=Verdana]PT DJAMOER Technology Media
              [font=Verdana]Xituz Media
              • 28853
              • 34 Posts
              Exactly when are the thumbs generated? I also have problems with the tumbs (i notice when i read this thread smiley ) But i have a thumb of one of my images, so i guess it have worked at some time.. My paths seems to be correct as i can upload images without a problem but thumbs are not created..


              edit: apt-get install php4-gd solved my problem.. Strange though, where did the first thumbnail come from? Its not an image that comes with the install..