Missing some server extension

Missing some server extension

by Bronislav Robenek -
Number of replies: 5
Hi,
after fresh server and Moodle installation, pages shown without the graphics. 

What I missed to set ??? (see enclosed picture)

Thank you very much 
Bronislav Robenek
Attachment moodle.JPG
Average of ratings: -
In reply to Bronislav Robenek

Re: Missing some server extension

by Ken Task -
Picture of Particularly helpful Moodlers
"after fresh server and Moodle installation" ... does that mean upgrade?
If so, if you can navigate to Admin Development try purging all caches.
Also check ownerships/permissions.

'SoS', Ken
In reply to Ken Task

Re: Missing some server extension

by Bronislav Robenek -
Hi,
fresh server is meaning new installation Ubuntu 22.04 LTS, postgresql 14, PHP8.1-fpm

I made permiision that way
mkdir -p /var/www/html/moodledata
chown -R www-data:www-data /var/www/html/moodle
chmod -R 755 /var/www/html/*
chown www-data:www-data /var/www/html/moodledata

drwxr-xr-x 62 www-data www-data 4096 bře 18 11:53 moodle
drwxr-xr-x 10 www-data www-data 4096 bře 18 12:02 moodledata
 
would I add user into www-data group the or ???
 If yes, actually which user ???
Thank you
Bronislav Robenek
 
In reply to Bronislav Robenek

Re: Missing some server extension

by Gregor McNish -
You can use the browser developer tools to see what files it isn't getting, then check permissions for those locations.
From the above it looks like it's not pulling in the theme files as well as images.

The moodle folders should be owned by the user which your web server is running as.
In reply to Bronislav Robenek

Re: Missing some server extension

by Visvanath Ratnaweera -
Picture of Particularly helpful Moodlers Picture of Translators
In reply to Visvanath Ratnaweera

Re: Missing some server extension

by Bronislav Robenek -
Hi, 
I set even
chmod -R 777 /var/www/html/*
chown www-data:www-data /var/www/html/moodledata

so owner is for NGNIX www-data and permission even is everything for everyone

but stillt any changes is shown
Would be related this issue woith already prevoius isuue with linux ???

"m starting to think this issue might be related to gd library, it might just not be working as expected. I'll run some tests and let you know."
https://moodle.org/mod/forum/discuss.php?d=338069

Thank you for your help