[kwlug-disc] OT [slightly] : css images not showing - permissions?

Charles M chaslinux at gmail.com
Sat Jan 26 11:31:12 EST 2019


Thanks Khalid, I tried this then cleared all caches in the Drupal /
performance section. On my side it’s still not showing the css images.

Also thought www-data:www-data was bad practice and perms should be
www-data:root for most files/directories?

Does anyone see the contact menu as an image?

On Fri, Jan 25, 2019 at 11:16 PM Khalid Baheyeldin <kb at 2bits.com> wrote:

> On Fri, Jan 25, 2019 at 11:12 PM Charles M <chaslinux at gmail.com> wrote:
>
>> So I set up an instance of Drupal 8 on a server and added a theme but
>> it appears none of the CSS images are showing. I tried the following:
>>
>> chmod -R o+w css/
>>
>
> Better use:
>
> cd sites/default/files
> find . -type d -exec chmod 700 {} \;
> find . -type f -exec chmod 600 {} \;
> chown -R www-data.www-data .
>
> That way, all the ownerships and permissions are correct.
>
> Then clear the caches.
> --
> Khalid M. Baheyeldin
>
> _______________________________________________
> kwlug-disc mailing list
> kwlug-disc at kwlug.org
> http://kwlug.org/mailman/listinfo/kwlug-disc_kwlug.org
>
-- 
Charles McColm
Blog: http://www.charlesmccolm.com/
Twitter/Identica/Google+: @chaslinux
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://kwlug.org/pipermail/kwlug-disc_kwlug.org/attachments/20190126/2761ef16/attachment.htm>


More information about the kwlug-disc mailing list