Skip to main content

Sitejet not publishing any images

Comments

7 comments

  • cPRex Jurassic Moderator

    Hey there!  This is a known issue we're tracking through case DUCKS-5139.

    I don't have a workaround at this time but I've linked this thread to the case so I'll be sure to post as soon as I hear something!

    0
  • Brian McCarthy

    Thank you!  

    I have tried copying, adding, duplicating with no luck

    Can I view that case directly?

    0
  • richandrews

    I just hit this issue too - very frustrating, as it appears files are just missing from the publish process. To work around this I added this to my .htaccess:
    This basically activates if the requested resource doesn't exist, and loads it from the preview server. Very horrible... but seems to work...
    (NB: I installed missing css files manually, but the same approach could be used)

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule images/(.*) https://cdn1.site-media.eu/images/$1 [R,L]

    0
  • cPRex Jurassic Moderator

    Brian McCarthy - there's no way to see these cases publicly.

    The SiteJet team has just released a hotfix for this issue, which can be seen in the changelogs here:

    https://docs.cpanel.net/changelogs/sitejet-builder-change-log/

    0
  • Brian McCarthy

    So, to get my site republished, I need to 'edit site' from cpanel - make some sort of change, and then click 'publish' ???

    No need to do a cpanel 'get latest' ?

    0
  • Brian McCarthy

    I'll answer my own question - that worked (and no need to update cpanel)

    My site is back to having images - which is kind of important when you are trying to show off your work!

    0
  • cPRex Jurassic Moderator

    I'm glad to hear things are working well now!

    0

Please sign in to leave a comment.