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
Hi,
fresh server is meaning new installation Ubuntu 22.04 LTS, postgresql 14, PHP8.1-fpm
I made permiision that way
would I add user into www-data group the or ???
If yes, actually which user ???
Thank you
Bronislav Robenek
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
If yes, actually which user ???
Thank you
Bronislav Robenek
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.
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.
Where did you get all that? Pl. read Installation_quick_guide#Install_Moodle_code and Installation_quick_guide#Create_data_directory
Hi,
I set even
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
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