Sitejet not publishing any images
Starting this morning, when I publish my site, the images directory has only one file in it
dummy.png
All other images on the site are missing. The links are there so I'm getting lots of 404s when I visit the site.
I did update php on my server - but I am seeing no errors.
I'm stumped.
-
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 -
Thank you!
I have tried copying, adding, duplicating with no luck
Can I view that case directly?
0 -
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 -
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 -
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 -
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 -
I'm glad to hear things are working well now!
0
Please sign in to leave a comment.
Comments
7 comments