Missing some server extension

Missing some server extension

Bronislav Robenek -
回帖数: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
附件 moodle.JPG
回复Bronislav Robenek

Re: Missing some server extension

Ken Task -
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
回复Ken Task

Re: Missing some server extension

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
 
回复Bronislav Robenek

Re: Missing some server extension

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.
回复Bronislav Robenek

Re: Missing some server extension

Visvanath Ratnaweera -
Particularly helpful Moodlers的头像 Translators的头像
回复Visvanath Ratnaweera

Re: Missing some server extension

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