We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 40122
    • 330 Posts
    Hi all,

    Not really sure what can be done. I cannot upgrade ModX as the clients server is to old to support it. When you browse for images you can see their names but the thumbnails just appear as broken links. On the front end of the site they are fine.

    Would anyone know a way to fix this?

    Thanks!
    • It should be stated that MODX should be updated to the latest version - if the client's server doesn't support it they should request that the server be upgraded to support modern software OR seriously consider changing web hosts.

      That having been said:

      Make sure the assets/images directory has the correct permissions & owner. I believe the user:group should be [user]:www-data, or whatever your server uses for the group that the web server's process belongs to.

      You would want to issue a command something like:

      chown -R [user]:www-data /path/to/your/install/assets/images


      Take special care whenever you issue a command like chown recursively.