Theme Issue

Theme Issue

by Sunil Nair -
Number of replies: 6

Hi Team,
I am new to Moodle. I just installed Moodle 4.5+ for one of my clients. Unfortunately, the theme is not loaded in my installation. I can see the issue as follows:
--------------------------------------------------------------------------------
all:1         
        Failed to load resource: the server responded with a status of 404 ().
lms.chaseacademyonline.com/theme/styles.php/boost/1728823979_1/all
Theme was not found, sorry.
----------------------------------------------------------------------------------
Please help me to sort out the issue.

Kind regards,
ValMIND UK

Average of ratings: -
In reply to Sunil Nair

Re: Theme Issue

by Emma Richardson -
Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Plugin developers
Is the boost theme in your theme folder? How did you install? Have you checked file permissions and ownership?
In reply to Emma Richardson

Re: Theme Issue

by Sunil Nair -
Hi Emma,
Thanks for your reply.
I am using IONOS Hosting. I uploaded the zip file to the server and extracted it. I used browser UI to install it.
Regarding Permission for moodle folder:
Octal Representation
705
Text Representation
rwx---r-x

moodledata folder:
Octal Representation
777
Text Representation
rwxrwxrwx
In reply to Sunil Nair

Re: Theme Issue

by Leon Stringer -
Picture of Core developers Picture of Particularly helpful Moodlers

Possibly your web server doesn't support slash arguments. Try disabling slash arguments by adding the line $CFG->slasharguments = 0; to config.php (before the last require_once(__DIR__ . '/lib/setup.php'); line). If this works you should either enable slash arguments on your web server, or migrate to a hosting service which supports this, as Moodle may not work correctly when slash arguments are disabled.

In reply to Leon Stringer

Re: Theme Issue

by Sunil Nair -
Hi Leon,
Thanks. It worked for me. I added the line $CFG->slasharguments = 0 in my config.php file, and now the theme is loaded.
Could you please give me some more ideas about enabling and disabling slasharguments?

Now it is disabled. Do we need it to be enabled for the proper functioning of Moodle?
Kind regards,